{
"@context": "https://schema.org",
"@type": "Product",
"name": "Continental ContiVanContact 4Season",
"image": "https://colewood-automotive.s3-eu-west-1.amazonaws.com/Images/",
"description": "",
"brand": {
"@type": "thing",
"name": "Continental"
},
"offers": {
"@type": "AggregateOffer",
"availability": "http://schema.org/InStock",
"lowPrice": "110.76",
"highPrice": "189.72",
"priceCurrency": "GBP"
}
, "aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.00",
"reviewCount": "6"
}
}
{
"@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/continental",
"name": "Continental"
}
},
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres/continental/contivancontact-4season",
"name": "ContiVanContact 4Season"
}
}
]
}