ajout breadcrumb FAQ

This commit is contained in:
Anthony Mahé
2025-08-25 16:29:47 +02:00
parent a718869257
commit 69e7be1c78
2 changed files with 20 additions and 4 deletions

20
faq
View File

@@ -363,5 +363,25 @@
]
}
</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": "FAQ",
"item": "https://pasteuravocate.com/faq"
}
]
}
</script>
</body>
</html>