Loading…
Add breadcrumbs (and BreadcrumbList schema) so users and Google understand your site hierarchy.
Breadcrumbs show users where they are and let them jump up a level. With BreadcrumbList structured data, Google can replace the plain URL in search results with a readable breadcrumb trail, improving clarity and click-through.
<nav aria-label="Breadcrumb">) on hierarchical pages.<!-- no breadcrumb nav or schema --><nav aria-label="Breadcrumb"><ol><li><a href="/">Home</a></li><li><a href="/fixes">Fixes</a></li><li>This page</li></ol></nav>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://example.com/"}]}</script>Yoast/Rank Math output breadcrumbs + schema — enable them and add the theme template tag where you want them shown.
Render the nav + a JSON-LD script from the page component.
Run a free audit and get a prioritized fix list with auto-generated code.
Run a free audit