Hi Hannan,
Thanks for getting in touch with us.
> But how do I solve the “priceValidUntil” “description”, “image” problem?
1. You can fix priceValitUntil issue by adding a sale price to your product:
2. Add a product description to fix the description issue.
3. Add a featured product image to get rid of the image issue.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hi. Thanks for responding
I implemented this (https://i.rankmath.com/wtM5aM) but I am still gettting the ‘sku’ error
I implemented this (https://i.rankmath.com/Atiq6s) but I am still gettting the ‘brand’ error
I have an image and description for my products but I am still getting the ‘description’ and ‘image’ error
I have noticed that most of the errors fall in the ‘isRelatedTo’ section/category of Google structured data testing tool
These are my products
https://www.horizonmineralwater.com/product/mineral-water-pump/
https://www.horizonmineralwater.com/product/19-litre-bottle/
https://www.horizonmineralwater.com/product/mineral-water-stand-and-tap/
https://www.horizonmineralwater.com/product/water-bottle-handle/
Hi. Thanks for responding
I implemented this (https://i.rankmath.com/wtM5aM) but I am still gettting the ‘sku’ error
I implemented this (https://i.rankmath.com/Atiq6s) but I am still gettting the ‘brand’ error
I have an image and description for my products but I am still getting the ‘description’ and ‘image’ error
I have noticed that most of the errors fall in the ‘isRelatedTo’ section/category of Google structured data testing tool
These are my products
https://www.horizonmineralwater.com/product/mineral-water-pump/
https://www.horizonmineralwater.com/product/19-litre-bottle/
https://www.horizonmineralwater.com/product/mineral-water-stand-and-tap/
https://www.horizonmineralwater.com/product/water-bottle-handle/
Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
Could you please add the following code to your theme’s functions.php file and let me know if the errors are still reproduced:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
if ( isset( $entity['isRelatedTo'] ) ) {
unset( $entity['isRelatedTo'] );
}
return $entity;
});
Looking forward to helping you. Thank you.
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.