Skip to main content

Breadcrumb

📖 2 min read•Last updated: 9/26/2026

A navigational aid that shows the page’s position in the hierarchy. Mark up with nav and aria-label="breadcrumb".

Breadcrumbs: The Navigation Trail Users Actually Follow

Breadcrumbs are navigational aids that show users their current location within a website's hierarchy and provide a path back to previous levels. Named after the Hansel and Gretel fairy tale, breadcrumbs help users understand where they are and how they got there.

For accessibility, breadcrumbs serve multiple critical functions. They provide context for screen reader users who may have jumped directly to a page via search or external links. They offer keyboard users a quick way to navigate back through the site hierarchy without using the back button. And they help users with cognitive disabilities understand the relationship between different sections of your site.

Well-implemented breadcrumbs use semantic HTML (typically a `

Breadcrumb Best Practices for Accessibility

Effective breadcrumb implementation requires attention to both visual design and accessibility requirements:

Semantic Structure: Use a `

Make Your Website Accessible with WebAbility

Join over 1 million websites using WebAbility to ensure digital accessibility compliance and provide equal access to all users.

Free Accessibility Tools

More Related Accessibility Terms

Bypass Blocks

Mechanisms such as skip links and landmarks that let users jump past repeated content directly to main sections.

Focus Order

Sequential navigation order when using Tab key. Should be logical and match visual reading flow.

Link Role

Menu Role

ARIA role for application menus with specific keyboard navigation patterns (arrow keys, escape).

This glossary is continuously improved and maintained by WebAbility to advance accessible design and development.Contact us to suggest improvements or report issues.