OPTIM : Ajout breadcrulb

This commit is contained in:
Anthony Mahé
2025-07-28 15:12:55 +02:00
parent d07f82feaa
commit 83c7581daa
6 changed files with 139 additions and 5 deletions

View File

@@ -132,6 +132,26 @@
</div>
</footer>
<script src="script.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Accueil",
"item": "https://pasteuravocate.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Droit pénal des mineurs",
"item": "https://pasteuravocate.com/droit-penal-mineur.html"
}
]
}
</script>
</body>
</html>