Issues with RankMath and Judge.me

#70607
  • Resolved Ivan Ivanov
    Rank Math free

    Hello,

    I am having issues and some errors on google search console.
    Also if you check the snippet test you will see duplicated Products data

    >> https://search.google.com/test/rich-results?url=https%3A%2F%2Fwww.aromadesigners.com%2Fproduct%2Ffree-aroma-scents%2F&user_agent=2

    I read almost all the articles here and edited the Theme functions.php file in my Child Theme which is active at the moment and still cannot understand if it is all good or not. Hoping that you can kindly take a look.

    Also on Google search console > Review Snippets, I am receiving this error Missing field ‘itemReviewed’ for this >> product https://www.aromadesigners.com/product/free-aroma-scents/
    This is the only product that we have Judge.me review for now.

    And on Google Search Console > Products I am receiving this errors Either ‘offers’, ‘review’ or ‘aggregateRating’ should be specified – for all of the product categories and tags. What should I do?

    Justto say that I have WP Rocket Caching module and Cloudflare if that is important.

    Looking to hear from you soon.
    Thanks
    Ivan

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

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

    The itemreviewed issue is coming from your review plugin. It seems with the added review, the plugin only recorded the rating and failed to record the review itself. Please get in touch with the plugin support on this. Fixing this will also fix the review warning under product schema.

    You can fix the SKU and availability issue easily as well:

    To fix the brand warning, head over to WordPress Dashboard > Rank Math > General Settings > WooCommerce and choose from any of the available fields to use as your product’s brands.

    Brand Value

    If you want to use a custom value for your Brands, you can do that by using the following code in your theme’s functions.php file:

    // Add Brand for Products.
    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
    $entity['brand'] = 'Rank Math;
    return $entity;
    });

    Replace the “Rank Math” text with your actual brand name then run your website through the Structured Data Testing tool once again.

    For the GTIN, ISBN, MPN issue, you can fix it by adding that to your products using the custom product attribute feature in WooCommere or you can use this plugin: https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerce/

    For the priceValidUntil warning, you can either ignore that or add a sale price with validity to get rid of it: https://i.rankmath.com/cMqAAH

    To avoid these warning showing up on your tags and gategories as errors Rank math offers you the option to remove the product markup from these pages. Navigate to Rank math > Titles & Meta > Product Categories/Tags and enable the option to remove snippet:
    img

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hi there,

    I asked them and this is what they told me to check and do.
    Could you please check this and confirm that it is the right thing to do?

    https://support.judge.me/support/discussions/topics/44001011485

    Thanks

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

The ticket ‘Issues with RankMath and Judge.me’ is closed to new replies.