priceValidUntil is missing
-
Hi.
Google Search Console says “priceValidUntil is missing”. Is there a temporary fix there?
https://i.imgur.com/6yt2UnS.png
Greetings
🙂
-
Hello @fwkart,
Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.
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.
https://i.rankmath.com/Ni50EFIf 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
aggregateRatingandreviewwarnings.You can fix the SKU and availability issue quickly as well: https://i.rankmath.com/wtM5aM
To fix the
brandwarning, 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.
https://i.rankmath.com/N1TxmhIf you want to use a custom value for your Brands, you can do that using Rank Math PRO:
https://i.rankmath.com/OFoEntFor the GTIN, ISBN, MPN issue, you can fix them by switching to Rank Math PRO as well since it includes even more options for WooCommerce than our free version:
https://i.rankmath.com/OFoEntFor the
priceValidUntilwarning, you have to either ignore that or add a sale price with validity to get rid of it:
https://i.rankmath.com/cMqAAHHope that helps.
Hi. Thank you for your reply.
I now have a new problem: Google says it is missing the “brand” reference. But I have added the brand in Rank Math. Do you know what I can do?
https://i.imgur.com/6116UXV.png
https://i.imgur.com/rPXw6x7.pngGreetings
Hi.
yes sure. Here is an example: https://www.fwkart.de/produkt/feuerwerk-foto-acryl-echtfoto-hannover-01-wandbild-dsc8985/
Greetings
Hello @fwkart,
Just selecting the Brand taxonomy in WooCommerce settings will not add the brand in Schema.
You will have to assign that taxonomy term to the product.
Here is a screencast from my setup:
https://i.rankmath.com/BWUACcHope that helps. Thank you.
Hi.
You are the best. Thanks a lot 🙂
Greetings
Hello @fwkart
Glad that helped.
If it isn’t too much to ask for – would you mind leaving us a review here?
https://ww.wp.xz.cn/support/plugin/seo-by-rank-math/reviews/#new-postIt only takes a couple of minutes but helps us tremendously.
It would mean so much to us and would go a really long way.
Thank you.​​
If you have too many products and want to skip this process you can add this code to the function.php
add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) { $id = get_the_ID(); $entity['offers']['priceValidUntil'] = '2023-06-01'; $entity['sku'] = $id; $entity['mpn'] = $id; return $entity; });I took the product id to assign to the SKU and MPN fields. For the field priceValidUntil you can set as you like as long as the date is in the future
Example: https://laptoptitan.vn
Hello @laptoptitan
Thank you so much!
This is an excellent solution 🙂Best regards and all the best
RankMath support team helped me with this. Thanks Rank Math. I switched from Yoast Seo to RankMath and am very pleased.
The topic ‘priceValidUntil is missing’ is closed to new replies.