Go to content!
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement":
[
{
"@type": "Product",
"position": 1,
"name": "Double Extension Mascara Extra Black",
"description": "L'Oréal Paris introduces Double Extension, their first conditioning, extending mascara which respects your lashes & makes them look up to 60% longer!",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 3.2,
"reviewCount": 111
}
}
]
}
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type":"ListItem",
"position": 1,
"item": {
"@id": "/",
"name": "Home"
}
}
,
{
"@type":"ListItem",
"position": 2,
"item": {
"@id": "https://www.loreal-paris.co.uk/makeup",
"name": "Make Up"
}
}
,
{
"@type":"ListItem",
"position": 3,
"item": {
"@id": "https://www.loreal-paris.co.uk/makeup/eye-makeup",
"name": "Eye Makeup"
}
}
,
{
"@type":"ListItem",
"position": 4,
"item": {
"@id": "https://www.loreal-paris.co.uk/eye-makeup/double-extension",
"name": "Double Extension"
}
}
]
}