• Resolved Moumen Ahmed

    (@etswak1)


    Hello, after i insert the shortcode on one post has 8 reviews when i test it with Rich Results only detected 6 reviews, I insert the code like [site_reviews display=”12″ pagination=”loadmore”] it display all reviews from all posts then i add [site_reviews display=”12″ pagination=”loadmore”assigned_posts=”Post ID”]

    Also, after inserting the shortcode, there are some duplicate reviews

    My question is :How i can make google Rich Results read all reviews on single

     and remove duplicate reviews

    post ?Rich Results url click here

    <span style=”color: rgb(50, 55, 60); font-family: "Open Sans", sans-serif; font-size: 14.4px; white-space: normal;”>My post url with name </span><strong style=”color: rgb(50, 55, 60); font-family: "Open Sans", sans-serif; font-size: 14.4px; white-space: normal;”>تصليح انتركم

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    You are using the [site_reviews] shortcode on the page twice, both right after the other.

    On the first shortcode you have enabled the schema option. On the second shortcode you have not.

    The schema is displaying review schema for each of the 5 reviews displayed in the first shortcode because that is the one that has the schema enabled.

    Remove the second [site_reviews] shortcode.

    Thread Starter Moumen Ahmed

    (@etswak1)

    Hello, thank you for your great effort first in providing assistance and support on this distinguished plugin .

    In fact, I am using this shortcode exactly in the post :

    
    [site_reviews_summary title="Summary " assigned_posts="1879" schema="false"]
    
    [site_reviews_form title=" Form Title" assigned_posts="1879" id="187954kq0" hide="terms"]
    
    [site_reviews title="Reviews Title" pagination="false" assigned_posts="1879" schema="true" id="1879a8jx"]
    
    [site_reviews display="20" pagination="Show more" assigned_posts="1879"]

    I hope to hear from you soon, thanks.

    Plugin Author Gemini Labs

    (@geminilabs)

    Exactly, as I said you are using two [site_reviews] shortcodes on the same page, one right after the other.

    Change it to this:

    [site_reviews_summary assigned_posts="1879"]
    
    [site_reviews_form assigned_posts="1879" hide="terms"]
    
    [site_reviews assigned_posts="1879" display="20" pagination="loadmore" schema="true"]
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem displaying reviews using the shortcode’ is closed to new replies.