Breadcrumbs
Breadcrumbs component with BreadcrumbList Microdata.
Structured Data for Breadcrumbs that produce a Rich Snippet (in this case breadcrumbs) in search results that are clickable, too!
https://schema.org/BreadcrumbList
Show back
<Breadcrumbs
breadcrumbs={
[
{"name": "Level1", "path": "level1"},
{"name": "Level 2", "path": "level2"},
{"name": "Level 3", "path": "level3"}
]
}
product-number="6R0XXXXXX"
class="py-1 order-0 px-1 max-w-full flex bg-white"
show-back
text-back="Back"
/>
Show home
<Breadcrumbs
breadcrumbs={
[
{"name": "Level1", "path": "level 1"},
{"name": "Level 2", "path": "level2"},
{"name": "Level 3", "path": "level3"}
]
}
product-number="6R0XXXXXX"
class="py-1 order-0 px-1 max-w-full flex bg-white"
show-home
/>
Simply
<Breadcrumbs
breadcrumbs={
[
{"name": "Level1", "path": "level 1"},
{"name": "Level 2", "path": "level2"},
{"name": "Level 3", "path": "level3"}
]
}
product-number="6R0XXXXXX"
class="py-1 order-0 px-1 max-w-full flex bg-white"
show-back
text-back="Back"
/>
Schema support:
Example
| @type | BreadcrumbList |
|---|---|
| itemListElement | |
| @type | ListItem |
| name | Electrical, Lighting, Telematics |
| position | 1 |
| item | |
| @type | Thing |
| @id | https://catalog.polo.blue/electrical-lighting-telematics/ |
| itemListElement | |
| @type | ListItem |
| name | Exterior Lighting |
| position | 2 |
| item | |
| @type | Thing |
| @id | https://catalog.polo.blue/electrical-lighting-telematics/exterior-lighting/ |
| itemListElement | |
| @type | ListItem |
| name | Bulbs |
| position | 3 |
| item | |
| @type | Thing |
| @id | https://catalog.polo.blue/electrical-lighting-telematics/exterior-lighting/bulbs/ |
| itemListElement | |
| @type | ListItem |
| name | Bulb carrier with bulb; silver lens |
| position | 4 |