Breadcrumbs
A list of links representing current location in site hierarchy.
Last updated
<nav aria-labelledby="breadcrumbs_heading" class="breadcrumbs" role="navigation">
<h2 class="clipped" id="breadcrumbs_heading">You are here</h2>
<ol>
<li>
<a href="http://www.ebay.com">Home</a>
<svg focusable="false" height="10" width="10">
<use xlink:href="#icon-breadcrumb"></use>
</svg>
</li>
<li>
<a href="http://www.ebay.com">Clothing, Shoes & Accessories</a>
<svg focusable="false" height="10" width="10">
<use xlink:href="#icon-breadcrumb"></use>
</svg>
</li>
<li>
<a href="http://www.ebay.com">Men's Shoes</a>
<svg focusable="false" height="10" width="10">
<use xlink:href="#icon-breadcrumb"></use>
</svg>
</li>
<li>
<a aria-current="location">Boots</a>
</li>
</ol>
</nav>