{
"@context": "https://schema.org",
"@type": "Product",
"name": "Goodyear EfficientGrip 2 SUV",
"image": "https://colewood-automotive.s3-eu-west-1.amazonaws.com/Images/",
"description": "",
"brand": {
"@type": "thing",
"name": "Goodyear"
},
"offers": {
"@type": "AggregateOffer",
"availability": "http://schema.org/InStock",
"lowPrice": "149.99",
"highPrice": "255.34",
"priceCurrency": "GBP"
}
, "aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.00",
"reviewCount": "11"
}
}
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"name":"Breadcrumb Navigation",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres/brands",
"name": "Tyre Brands"
}
},
{
"@type": "ListItem",
"position": 3,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres/goodyear",
"name": "Goodyear"
}
},
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres/goodyear/efficientgrip-2-suv",
"name": "EfficientGrip 2 SUV"
}
}
]
}