Hello there,
Looking into our Google Search Console alerts we noticed all of our products had errors flagged.
It looks like this is related to the “offers” schema not being filled correctly.
Errors are “Missing field “price”” and “Missing field “name””
Both identified around this markup:
<script id="snippet-json-ld-page-post" type="application/ld+json">{
"@context": "http://schema.org/",
"@type": "Product",
"offers": {
"@type": "Offer",
"validFrom": " "
}
}
When analyzing the page, GSC detects two items. I’m not sure this should happen, so looks like it’s telling us the schema markup is duplicated?
Please advise.
All best,
B
