“itemReviewed” Error

#124994
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

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

    Are you using a third-party plugin to add reviews to your products? If so, would you mind checking whether this field contains a value on your WooCommerce product page?

    Looking forward to helping you.

    Thank you.

    Hello, I’m not using a third-party plugin to add reviews. I didn’t find the value. What’s your advice?
    Thank you.

    Hello,

    Thank you for that information.

    Rank Math takes the schema data from your product pages automatically and turns it into Schema-ready content. Likewise, the aggregateRating and review fields are taken from your actual product reviews that your buyers/customers leave on your products.

    If you don’t have any reviews yet, that will show up as a warning in the schema testing tool. That’s because Google will actually look for those fields.

    Please acquire some reviews and ratings to get rid of the aggregateRating and review warnings.

    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.

    I hope that helps. Thank you, and looking forward to your update.

    I did what you said. but the result has not changed. If you want, I can give my admin panel information. So you can check it out. Also sample product link: https://sarkisladogasut.com.tr/dogal-yayik-tereyagi/
    thanks for your replies.

    Hello,

    You marked this as resolved, do you still need our assistance?

    Please note that the review schema is not added by Rank math, here is a screenshot: https://i.rankmath.com/AlEzxE. This seems to be from your theme or a plugin on your site.

    Assuming you are using the latest version of all the plugins and the themes (please update if not yet), to determine that, please follow this troubleshooting guide: https://rankmath.com/kb/check-plugin-conflicts/

    Only the site admin would know and your users won’t be affected by this troubleshooting.

    We really look forward to helping you.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this ticket.