Allez au contenu !
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement":
[
{
"@type": "Product",
"position": 1,
"name": "Base Perfectrice",
"description": "24hr Hydration",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 42,
"reviewCount": 49
}
}
]
}
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type":"ListItem",
"position": 1,
"item": {
"@id": "/",
"name": "Accueil"
}
}
,
{
"@type":"ListItem",
"position": 2,
"item": {
"@id": "https://www.lorealparis.ca/fr-ca/maquillage",
"name": "Produits de Maquillage "
}
}
,
{
"@type":"ListItem",
"position": 3,
"item": {
"@id": "https://www.lorealparis.ca/fr-ca/maquillage/teint",
"name": "Teint"
}
}
,
{
"@type":"ListItem",
"position": 4,
"item": {
"@id": "https://www.lorealparis.ca/fr-ca/teint/visible-lift",
"name": "Visible Lift"
}
}
]
}