Reviews are disabled on this Product

#431325
  • Resolved tndbath
    Rank Math free

    Good morning hope you are well.

    I am editing my products to increase the seo of them. On each item Reviews are disabled on this Product. How do i fix this as we use judge.me reviews as our review system

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

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

    Currently, Judge.me’s reviews aren’t fully compatible.

    To properly apply the aggregateRating generated by Judge.me to Rank Math’s product schema, please add the following code in your theme’s functions.php file:

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

    Let us know how that goes. Looking forward to helping you.

    Thank you for that code. Will this update the message rank math is giving me in each product when editing or will it just stay saying Reviews are disabled on this Product.

    Anas
    Rank Math business

    Hello,

    No, this code will not remove the warning in the content analysis. The test checks for the default WooCommerce reviews, since you are using a plugin to add the reviews, you can simply ignore the test.

    Hope this helps. Please don’t hesitate to get in touch in case you need any other assistance.

    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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Reviews are disabled on this Product’ is closed to new replies.