Hello,
Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.
Could you please share the affected product URL from the report so we can check as well?
Meanwhile, since you must be using Judge.me for your reviews, please try using this filter so that the reviews get attached to the actual product and our plugin can detect it:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
global $post;
$entity['@id'] = get_the_permalink( $post );
if (isset ($entity['aggregateRating']) ) {
unset ($entity['aggregateRating']);
}
return $entity;
});
And here’s a guide on how you can add a filter to your website:
https://rankmath.com/kb/filters-hooks-api-developer/
Once done, check again the product using Google’s Rich Results test tool.
Let us know how this goes.
Thank 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.