-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
When running through this example schema (which validates without errors or warnings at validator.schema.org), the returned Car object contains an empty Review object, where I would expect the full review details.
Example schema:
{
"@context": "https://schema.org",
"@type": "Car",
"name": "Citroen C5 Aircross",
"description": "On the whole, the C5 Aircross remains a practical, comfort-focused offering, now with an improved cabin ambience",
"review": {
"@context": "https://schema.org",
"name": "New Citroen C5 Aircross 2022 review",
"author": {
"@type": "Person",
"name": "John McIlroy",
"image": "https://media.autoexpress.co.uk/image/private/s--M0Zdgnzr--/v1570031644/autoexpress/dsc_9517_0.jpg"
},
"image": "https://media.autoexpress.co.uk/image/private/s--X-WVjvBW--/f_auto,t_content-image-full-desktop@1/v1654788066/autoexpress/2022/06/2022 Citroen C5 Aircross.jpg",
"dateModified": "2022-06-09T16:30:30+01:00",
"datePublished": "2022-06-09T16:30:30+01:00",
"publisher": {
"@type": "Organization",
"name": "AutoExpress",
"logo": {
"@type": "ImageObject",
"url": "https://www.autoexpress.co.uk/public/logo-auto-express.svg",
"height": 93,
"width": 88
}
},
"reviewRating": {
"@type": "Rating",
"bestRating": 5,
"worstRating": 0,
"ratingValue": 3.5
},
"reviewBody": null
},
"brand": { "@type": "Brand", "name": "Citroen" }
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels