Example: trail above page content (skeleton)
Use only in sites/apps with a clear hierarchy (e.g. category → subcategory → detail page). The last item should always be the current page with no href. Keep the path complete — don't skip levels
Don't use in flat-structured (non-hierarchical) applications. Don't use breadcrumbs as a substitute for primary navigation. Don't show more than 5 levels (consider collapsing middle levels beyond that)
| Levels | Use Case |
|---|---|
| 2 levels | Root → current |
| 3–4 levels | Typical category navigation |
| 5 levels | Maximum recommended depth; consider collapsing beyond |
<nav> with aria-label="Breadcrumb"<ol> for assistive technology<span> (no link), providing clear indication of location