1Since breadcrumbs provide a navigation, it’s a good idea to add a
2meaningful label such as aria-label="breadcrumb" to describe the type
3of navigation provided in the <nav> element, as well as applying an
4aria-current="page" to the last item of the set to indicate that it
5represents the current page.