Title: Problem displaying reviews using the shortcode
Last modified: April 29, 2023

---

# Problem displaying reviews using the shortcode

 *  Resolved [Moumen Ahmed](https://wordpress.org/support/users/etswak1/)
 * (@etswak1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problem-displaying-reviews-using-the-shortcode/)
 * 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](https://search.google.com/test/rich-results/result/r%2Freview-snippet?id=iN6Wd6ECzvBXFRV0Wy3JRw)
 * <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;”>[تصليح انتركم](https://etswak.net/%D8%AA%D8%B5%D9%84%D9%8A%D8%AD-%D8%A7%D9%86%D8%AA%D8%B1%D9%83%D9%85/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-displaying-reviews-using-the-shortcode%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problem-displaying-reviews-using-the-shortcode/#post-16701910)
 * 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](https://wordpress.org/support/users/etswak1/)
 * (@etswak1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problem-displaying-reviews-using-the-shortcode/#post-16701998)
 * 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 :
 *     ```wp-block-code
       [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](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problem-displaying-reviews-using-the-shortcode/#post-16702038)
 * Exactly, as I said you are using two [site_reviews] shortcodes on the same page,
   one right after the other.
 * Change it to this:
 *     ```wp-block-code
       [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.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/problem-displaying-reviews-using-the-shortcode/#post-16702038)
 * Status: resolved