• Resolved Nick

    (@nick7961)


    Hi there…

    I need help with “review has multiple aggregate ratings errors” in console…I know you’ve mentioned in the shortcodes section, use [site_reviews_summary] once on page…but i want to show it like this way…Could you please recommend how to fix it without losing the design???

    This is for the pricing section:
    2 shortcodes are using in this block;
    https://prnt.sc/kSmrl-INbtRz

    Stars: [site_reviews_summary assigned_posts=”post_id” hide=”rating,summary,bars,if_empty”]
    Total Review: [site_reviews_summary assigned_posts=”post_id” hide=”rating,stars,bars,if_empty” text=”{num} reviews”]


    Here’s 4 shortcodes are using for dedicated review section in a tab:

    Total review: [site_reviews_summary assigned_posts=”post_id” hide=”rating,stars,bars,if_empty” text=”{num} Reviews”]
    Stars: [site_reviews_summary assigned_posts=”post_id” hide=”rating,summary,bars,if_empty”]
    Rating: [site_reviews_summary assigned_posts=”post_id” hide=”rating,summary,bars,if_empty”]
    For Bars: [site_reviews_summary labels=”5 stars,4 stars,3 stars,2 stars,1 star” assigned_posts=”post_id” schema=”true” hide=”rating,stars,summary”]

    Design look like this:
    https://prnt.sc/uvvBwmSs8a3D

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

    (@geminilabs)

    1. Please provide the URL of the page that has the errors.
    2. There is no problem with having multiple summary shortcodes on the page, you just need to make sure you enable the schema only once on your page.
    3. A better way to change the display style of the summary shortcode is with custom CSS like this:
    [site_reviews_summary class="summary-style-1" hide="rating,bars" text="{num} reviews"]
    .summary-style-1 .glsr-summary-text {
      flex-basis: auto;
      flex-grow: 0;
    }
    [site_reviews_summary class="summary-style-2" text="{num} reviews"]
    .summary-style-2 {
      flex-direction: row-reverse;
      justify-content: flex-end;
    }
    .summary-style-2 .glsr-summary-text {
      flex-basis: auto;
      flex-grow: 0;
    }
    • This reply was modified 1 year, 6 months ago by Gemini Labs.
    Thread Starter Nick

    (@nick7961)

    Hi, thanks for sharing this…I’ve fixed the issue on single product pages. But how do i fix this issue on the shop page in a loop. Still getting the “review has multiple aggregate ratings errors”. (https://prnt.sc/FO9RKbS1w1Aq) I’ve built a product card with Oxygen Builder & added this shortcode

    [site_reviews_summary assigned_posts="post_id" hide="stars,summary,bars,if_empty" schema="true"]

    It should generate a separate schema for every product, right? Sorry, can’t share website URL here…

    Plugin Author Gemini Labs

    (@geminilabs)

    But how do i fix this issue on the shop page in a loop. Still getting the “review has multiple aggregate ratings errors”.

    Remove the schema option on the shortcodes used in the shop Loop. It is incorrect to generate Average Rating schema on that page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Review has multiple aggregate ratings Errors’ is closed to new replies.