> For the complete documentation index, see [llms.txt](https://adriens-organization-1.gitbook.io/wp-starter-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adriens-organization-1.gitbook.io/wp-starter-theme/seo/breadcump.md).

# Breadcump

Pour la beta on utilise cette dobe : <https://yoast.com/help/how-to-implement-yoast-seo-breadcrumbs/>

front : cf views/partials/breadcump.twig

back : cf dossier src/tools/breadcumpManager.php

TODO : Faire un breadcump maison !

```
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
   <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
      <a itemprop="item" href="https://php.fyi/articles/php-breadcrumbs">
         <span itemprop="name">Title</span>
      </a>
      <meta itemprop="position" content="1" />
   </li>
   // and repeat
</ol>
```

{% embed url="<https://medium.com/@dotcom.software/seo-friendly-breadcrumbs-in-symfonys-twig-4ebf84a2d14d>" %}
