FIX : Ajout breadcrumb nonoraires et mentions

This commit is contained in:
Anthony Mahé
2025-09-03 16:59:35 +02:00
parent 749b579153
commit d321745115
2 changed files with 41 additions and 3 deletions

View File

@@ -195,7 +195,26 @@
</div>
</div>
</footer>
<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": "Assistance éducative",
"item": "https://pasteuravocate.com/mentions"
}
]
}
</script>
</body>
</html>