• Resolved Jedi82

    (@jedi82)


    Hy,

    first, just wanna thanks you for your lovely plugin. But, i noticed that all my pages now have stars in the middle of the title and the meta description.
    I like it but i don’t understand if is it ok for google cause i red about penalty due to this. Am i wrong?

    The rich snippet cause me also a lot of structured data error that i correct easily adding this code to my functions.php file:

    //...
    function add_mod_hatom_data($content) {
     $iso8601_date = get_the_time('c');
     $author = get_the_author();
     $title = get_the_title();
     if( is_single() || is_page() ) {
    $content .= '<div class="hatom-extra"><span class="entry-title">'.$title.'</span>
    ultima modifica: <span class="updated"> '.$iso8601_date.'</span> 
    da <span class="author vcard"><span class="fn">'.$author.'</span></span></div>';
     }
     return $content;
     }
    add_filter('the_content', 'add_mod_hatom_data');
    
    //css hide
    
    .hatom-extra{
    display: none;
    }
    

    What do you think? Maybe i can change something?

    Also testing my page on Googlepagespeed, i noticed an error due to fontawesome:

    https://s25.postimg.org/dnnk6oqkf/image.png

    You know maybe how can i solve this quickly?

    Thanks so so so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Subharanjan

    (@subharanjan)

    Hi Jedi82,

    I am sorry about the trouble.

    The review schema ( rich snippets ) generated by the “Testimonials Widget” plugin can be turned off in the settings. Please un-check the “Review Schema” option in the settings of the plugin and check if the structured schema error is solved.

    Also, if you can provide me the url of the problem page, it will help me assist you better.

    Thanks

    Thread Starter Jedi82

    (@jedi82)

    Hy! I have no problem with the rich snippet but just want to know if it may be a problem with google rankin or seo problem…if it’s not, it’s ok and very nice to have stars under the search results on Google. What do you think?

    In the setting of the plugin there is no option relative to structured data:

    https://s25.postimg.org/sxx2oqhrz/Schermata_2017_03_17_alle_08_31_39.png


    Also testing my page on Googlepagespeed, i noticed an error due to fontawesome:

    https://s25.postimg.org/dnnk6oqkf/image.png

    You know maybe how can i solve this quickly?”

    • This reply was modified 7 years, 8 months ago by Jedi82.
    Plugin Author Subharanjan

    (@subharanjan)

    Hi @jedi82,

    The screenshot that you have provided, shows that you are using a different plugin named testimonial rotator. Please direct your queries to respective support thread to get better assistance.

    Thanks !!

    Thread Starter Jedi82

    (@jedi82)

    uuuuuppppsssss sorry!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rich snippet (stars) on serp thanks to the plugin, but is it ok?’ is closed to new replies.