No reviews in SERP Result

#86283
  • Resolved Marc Dimapilis
    Rank Math free

    Hi,

    Reviews and ratings for my product are not shown in the SERP (through preview). I am using a different application (Judge.me) for managing my reviews which I think might be causing the issue. However, in the schema setting of my products in Worpdress, there are no settings listed so I do not know how I can integrate it.

    Please advise. Thanks.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Could you please add the following to the functions.php and let us know if it resolves the issue:

    add_filter('rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
        global $post;
        $entity['@id'] = get_the_permalink( $post );
        return $entity;
    });

    Looking forward to helping you. 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.

Viewing 1 replies (of 1 total)

The ticket ‘No reviews in SERP Result’ is closed to new replies.