Duplicate Aggregate Rating Schema with Judge.me

#256617
Viewing 1 replies (of 1 total)
  • Hello,

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

    Could you please add the following 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 );
        return $entity;
    });
    

    ​​​​​​​Hope this helps solve your issues.

    Don’t hesitate to get in touch if you have any other questions.

    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 ‘Duplicate Aggregate Rating Schema with Judge.me’ is closed to new replies.