BreadcrumbList
schema.org/BreadcrumbListRésultats enrichis GoogleLe fil d'Ariane : place de la page dans la hiérarchie du site.
Comment l'ajouter
- 1
Identifiez le type BreadcrumbList sur votre page et rassemblez les informations visibles à baliser.
- 2
Ajoutez un bloc JSON-LD dans le code de la page, en ne balisant que du contenu réellement affiché.
- 3
Vérifiez le résultat avec le test des résultats enrichis de Google, puis auditez la page avec SchemaGap.
Exemple de balisage
Un JSON-LD minimal valide pour ce type, à adapter à votre contenu réel.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Accueil",
"item": "https://exemple.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Catégorie",
"item": "https://exemple.com/categorie"
}
]
}
</script>Propriétés obligatoires
Sans ces propriétés, l'élément n'est pas éligible aux résultats enrichis de Google.
itemListElementListItemObligatoireStandard du webLes éléments de la liste, dans l'ordre, chacun avec sa position.
Hiérarchie
Aucun sous-type.
Toutes les propriétés · 17
| Propriété | Type attendu | Adoption |
|---|---|---|
descriptionUne description textuelle de l'élément, sans balisage HTML. | Text | Standard du web |
imageUne ou plusieurs images de l'élément. Fournir des URL valides, de préférence en haute résolution. | ImageObject · URL | Standard du web |
mainEntityOfPageIndicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. | CreativeWork · URL | Standard du web |
nameLe nom de l'élément. Pour un produit, le nom commercial tel qu'affiché sur la page. | Text | Standard du web |
potentialActionIndicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. | Action | Standard du web |
sameAsURL d'une page de référence qui identifie l'élément de façon non ambiguë (réseau social, Wikidata…). | URL | Standard du web |
urlL'URL canonique de l'élément. | URL | Standard du web |
alternateNameAn alias for the item. | Text | Très répandu |
additionalTypeUn type supplémentaire pour l'élément, indiqué par une URL pointant vers un vocabulaire. | URL | Répandu |
identifierUn identifiant, par exemple un ISBN ou un identifiant interne. | PropertyValue · Text · URL | Répandu |
itemListOrderType of ordering (e.g. Ascending, Descending, Unordered). | ItemListOrderType · Text | Répandu |
numberOfItemsThe number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list. | Integer | Répandu |
subjectOfA CreativeWork or Event about this Thing. | CreativeWork · Event | Répandu |
disambiguatingDescriptionA sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. | Text | Courant |
ownerA person or organization who owns this Thing. | Organization · Person | Émergent |
aggregateElementIndicates a prototype of the elements in the list that is used to hold aggregate information (ratings, offers, etc.). | Thing | Rare |
Donnée publique Google / schema.org · mai 2026
Votre page utilise BreadcrumbList ?
Auditez son balisage et voyez ce qui manque, priorisé par adoption réelle.