Often, as illustrated in following use cases, users can arrive at a page from very different types of search queries. Here is an example of how a breadcrumb trail menu looks on a site: Here’s an example of breadcrumbs from DHL’s website: It shows exactly what categories I clicked on to land on the page I am viewing. Navigation design is a complex topic. Breadcrumbs are a list of links representing the current page and its “ancestors” (parent page, grandparent page, and so on), typically going all the way back to the site homepage. It is a type of secondary navigation, that allows users to find their way back to the homepage. Since breadcrumbs provide a navigation, it’s a good idea to add a meaningful label such as aria-label="breadcrumb" to describe the type of navigation provided in the