{
"@context": "https://schema.org",
"@type": "Product",
"name": "Bridgestone Turanza ER300A",
"image": "https://colewood-automotive.s3-eu-west-1.amazonaws.com/Images/",
"description": "",
"brand": {
"@type": "thing",
"name": "Bridgestone"
},
"offers": {
"@type": "AggregateOffer",
"availability": "http://schema.org/InStock",
"lowPrice": "93.86",
"highPrice": "154.21",
"priceCurrency": "GBP"
}
, "aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.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/bridgestone",
"name": "Bridgestone"
}
},
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://www.whocanfixmycar.com/tyres/bridgestone/turanza-er300a",
"name": "Turanza ER300A"
}
}
]
}