{
"@context": "https://schema.org",
"@type": "Product",
"name": "Continental ContiSportContact 2",
"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": "94.99",
"highPrice": "287.99",
"priceCurrency": "GBP"
}
, "aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.43",
"reviewCount": "14"
}
}
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"name":"Breadcrumb Navigation",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://www.motoreasy.com/tyres",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://www.motoreasy.com/tyres/brands",
"name": "Tyre Brands"
}
},
{
"@type": "ListItem",
"position": 3,
"item":
{
"@id": "https://www.motoreasy.com/tyres/continental",
"name": "Continental"
}
},
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://www.motoreasy.com/tyres/continental/contisportcontact-2",
"name": "ContiSportContact 2"
}
}
]
}