Rank Math x Feefo product ratings

#1020040
  • Resolved Rebecca
    Rank Math pro

    Good morning,

    We switched from Yoast SEO to Rank Math on Wednesday 23 April. All was well until our products started being flagged in Google Search Console as having no ‘review’ and no ‘aggregateRating’.

    We use Feefo to collect our product feedback, which worked with the Yoast plugin.

    I came across this article and followed section 5 to the letter: https://rankmath.com/kb/aggregate-rating-error/ however, this did not fix the issue and instead made our website very unhappy.

    I used the following:

    add_filter(‘rank_math/snippet/rich_snippet_product_entity’, function ($entity) {
    $score = get_post_meta(get_the_ID(), ‘rating.rating’, true);
    $count = get_post_meta(get_the_ID(), ‘rating.product.count’, true);
    $entity[‘aggregateRating’] = array(
    ‘@type’ => ‘aggregateRating’,
    ‘ratingValue’ => $score,
    ‘ratingCount’ => $count,
    );
    return $entity;
    });

    Based on this Feefo article: https://help.feefo.com/knowledge-base/product-schema-implementation

    But it doesn’t look like this is working.

    Have I done the correct snippet? Not showing our reviews on Google is a huge issue for us as an ecommerce company that run multiple shopping campaigns…

    Thanks,
    Rebecca

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math support, and sorry for the unexpected delays and any inconvenience that might have been caused due to that.

    Can you please share the affected product URLs so we can take a closer look from our end?

    Looking forward to hearing back from you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Rank Math x Feefo product ratings’ is closed to new replies.