• Hello
    I have used your plugin, and enabled star tick, but unfortunately stars rate do not display on google search after one week!

    you can check it, please click on the link.

    what should I do??

    thanks in advance

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @bakhshi,
    1. You’ve forgotten delete caches. The page is not updated yet, I don’t see Aggregate Rating Schema on the page. Your LiteSpeed Cache keeps pages unchangeable, so you should make sure all caches have purged properly.

    2. Once all is purged it may take weeks to be re-indexed by google, I don’t think it’ll appear after one week.

    3. And one more thing. You should read this FAQ topic, and make sure your page can be introduced as “product”, because Google have disabled ratings for “Article” type: https://wpdiscuz.com/community/f-a-q/post-rating-using-aggregate-rating-schema/

    Thread Starter Bakhshi

    (@bakhshi)

    Thanks for your supporting.
    I have used this pieces of code in the function.php file.

    add_filter('wpdiscuz_rating_schema', function ( $rating_schema, $key, $postid ){
        $my_rating_schema = 'Book';
        $rating_schema = str_replace(__('Article Rating', 'wpdiscuz'), $my_rating_schema . ' Rating', $rating_schema);
        return preg_replace( '|schema\.org\/Product|i', 'schema.org/' . sanitize_text_field($my_rating_schema) , $rating_schema);
    },11, 3);

    and I have not seen any errors in the Google Structured Data Testing.
    but when I used Software Application Code, I saw some below warning:

    ApplicationCategory:
    The applicationCategory field is recommended. Please provide a value if available.
    Offers:	
    The offers field is recommended. Please provide a value if available.
    OperatingSystem:
    The operatingSystem field is recommended. Please provide a value if available.
    
    Two of offers, aggregateRating, applicationCategory, or operatingSystem are required.

    How can I use both of them for some pages??
    How can I solve Software Application warning??

    thanks in advance

    • This reply was modified 3 years, 10 months ago by Bakhshi.
    Plugin Support gVectors Support

    (@gvectorssupport)

    @bakhshi,

    How can I use both of them for some pages??

    In the wpdiscuz_rating_schema hook, you should also check by the current page ID ($postid).

    Thread Starter Bakhshi

    (@bakhshi)

    Hello
    I have obeyed your all advice, and did them, but stars have not be displayed yet!
    could you please check my website?
    link

    Thanks in advance

    • This reply was modified 3 years, 10 months ago by Bakhshi.
    Thread Starter Bakhshi

    (@bakhshi)

    Please help me!
    It has not be shown yet!

    Plugin Author gVectors Team

    (@gvectors-team)

    @bakhshi,
    All is ok from wpDiscuz side, at least all what is required to be shown on Google.
    We cannot help you to be shown faster on Google, it may take weeks or months to be updated by Google. You should learn how to force Google to reindex your pages and update the stars. Your account in Google Webmaster should help you to do that. In any case there isn’t anything from our side to fix or update at the moment.

    Thread Starter Bakhshi

    (@bakhshi)

    Hello
    I have been wating for 5 months to display the stars on google, but it has not happend yet!
    I have used the “Yasr – Yet Another Stars Rating” plugin before, and it is showed its star on google after one week.

    I think, I am having a problem who do not know what it is!

    Thanks for your attention.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘not display the star on google’ is closed to new replies.