{
"@context": "https://schema.org",
"@type": "Product",
"name": "Hankook Dynapro AT/M",
"image": "https://colewood-automotive.s3-eu-west-1.amazonaws.com/Images/",
"description": "",
"brand": {
"@type": "thing",
"name": "Hankook"
},
"offers": {
"@type": "AggregateOffer",
"availability": "http://schema.org/InStock",
"lowPrice": "92.89",
"highPrice": "104.04",
"priceCurrency": "GBP"
}
, "aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.00",
"reviewCount": "1"
}
}
{
"@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/hankook",
"name": "Hankook"
}
},
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres/hankook/dynapro-at-and-m",
"name": "Dynapro AT/M"
}
}
]
}