Ver conteúdo!
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement":
[
{
"@type": "Product",
"position": 1,
"name": "Multivitaminas Shampoo Fresh",
"description": "Shampoo de cuidado diário com Citrus CR, Multivitaminas E + PP + B5",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 5,
"reviewCount": 1
}
}
,
{
"@type": "Product",
"position": 2,
"name": "Óleo Extraordinário Shampoo Nutritivo Intenso",
"description": "Shampoo Nutritivo Intenso com Óleo de Jojoba que transforma o seu cabelo em algo extraordinário. ",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 3,
"reviewCount": 2
}
}
]
}
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type":"ListItem",
"position": 1,
"item": {
"@id": "/",
"name": "Homepage"
}
}
,
{
"@type":"ListItem",
"position": 2,
"item": {
"@id": "https://www.lorealparis.pt/cabelos",
"name": "Produtos para Cabelo"
}
}
]
}