Hello,
Thank you for contacting the support, and sorry for any inconvenience that might have been caused due to that.
Please check this guide to fix your issue with aggregateRating and review in your product schema: https://rankmath.com/kb/aggregate-rating-error/
No global identifier provided (e.g., gtin, mpn, isbn)
Please follow this guide: https://rankmath.com/kb/gtin-mpn-woocommerce/
Missing field “sku”
You can fix the SKU issue by filling the provided field in your product page:
You may also refer to this guide:
https://rankmath.com/kb/product-schema/#5-product-sku
Looking forward to helping you.
Hi
about gtin , i have just rank math free , any method for fix that problem ?
Hello,
For the GTIN, ISBN, MPN issue, you can use this plugin: https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerce/
And after adding the GTIN using the plugin, please add the filter given below in your theme’s functions.php file:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
global $product;
$entity['gtin8'] = $product->get_meta( '_wpm_gtin_code' );
return $entity;
});
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hi Jaideep Asrani
thank you for that , yea i have fix the problem of gtin , now i have problem in review and review and aggerataing
Hello,
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 is going to 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.
For more details, please refer to this tutorial guide:
https://rankmath.com/kb/aggregate-rating-error/
Hope this helps.
Thank you.
how i can delete the review on my site and finish this problem at all
Hello,
You will have to get some user reviews to get rid of this warning. However, this is just a warning and can simply be ignored. It will not affect the performance of your products in the search results.
Hope this clarifies your doubts. Let us know if you need any other assistance.
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.