Forums › Forums › General Questions › Review offer schema errors › Reply To: Review offer schema errors
-
Hi @jhero ! Upon checking the pages you linked, we noticed that the item type for both of them is IndividualProduct. The default item type of Product produces warnings for not having values set for the “priceValidUntil” and “review” as you mentioned. Setting an item subtype (in your case, setting it to “IndividualProduct”) seems to have eliminated those warning messages.
Those warning messages, however, don’t necessarily mean that the generated schema markup is broken. As long as you don’t get error messages (which, unlike warning messages, indicate that something is preventing the code from being read at all), the schema markup should be interpreted correctly.