-
Here is the code that Google Search Console is seeing that they say needs to have a section for Either “offers”, “review”, or “aggregateRating”
{“@type”:”Product”,”name”:”One Little Star Boy Baby Shower Fan Decorations”,”url”:”https:\/\/affordabletreasures.com\/product\/one-little-star-boy-baby-shower-fan-decorations\/”,”@id”:”https:\/\/affordabletreasures.com\/product\/one-little-star-boy-baby-shower-fan-decorations\/”,”description”:”One Little Star Boy Baby Shower Fan Decorations”},
Their help page says that products tructure needs to look like this with Either “offers”, “review”, or “aggregateRating” in the content:
{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: “Executive Anvil”,
“image”: [
“https://example.com/photos/1×1/photo.jpg”,
“https://example.com/photos/4×3/photo.jpg”,
“https://example.com/photos/16×9/photo.jpg”
],
“description”: “Sleeker than ACME’s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.”,
“sku”: “0446310786”,
“mpn”: “925872”,
“brand”: {
“@type”: “Thing”,
“name”: “ACME”
},
“review”: {
“@type”: “Review”,
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: “4”,
“bestRating”: “5”
},
“author”: {
“@type”: “Person”,
“name”: “Fred Benson”
}
},
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “4.4”,
“reviewCount”: “89”
},
“offers”: {
“@type”: “Offer”,
“url”: “https://example.com/anvil”,
“priceCurrency”: “USD”,
“price”: “119.99”,
“priceValidUntil”: “2020-11-05”,
“itemCondition”: “https://schema.org/UsedCondition”,
“availability”: “https://schema.org/InStock”,
“seller”: {
“@type”: “Organization”,
“name”: “Executive Objects”
}
}
}
The ticket ‘Google Search Console reports errors on all my products structured data’ is closed to new replies.