• Stars that have existed on google for a long time have been deleted by themselves today. Why do you think these stars were deleted? Is there something I need to do?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rmehmet1902

    (@rmehmet1902)

    I think the problem is sourced from it. how can i solve it? https://prnt.sc/jnjpcu

    Plugin Author Lester Chan

    (@gamerz)

    The logo missing is your site. You need to do this as indicated in the FAQ.

    
    <?php  
    add_filter( 'wp_postratings_site_logo', 'wp_postratings_site_logo' );  
    function wp_postratings_site_logo( $url ) {  
        return 'https://placehold.it/350/150.png';  
    }  
    ?>
    
    Thread Starter rmehmet1902

    (@rmehmet1902)

    Thank you, the error has improved. But stars still do not appear on google. Is there anything I can do for this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The stars were deleted from googled’ is closed to new replies.