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

View File

@@ -15,10 +15,6 @@
content="Informations juridiques et accompagnement en matière d'assistance éducative à Nantes et Pays de la Loire." /> content="Informations juridiques et accompagnement en matière d'assistance éducative à Nantes et Pays de la Loire." />
<meta property="og:url" content="https://pasteuravocate.com/assistance-educative" /> <meta property="og:url" content="https://pasteuravocate.com/assistance-educative" />
<meta property="og:image" content="https://pasteuravocate.com/assets/img/logo-carre-charline-pasteur-avocate.png" /> <meta property="og:image" content="https://pasteuravocate.com/assets/img/logo-carre-charline-pasteur-avocate.png" />
<!--<link rel="preload" href="assets/fonts/WorkSans-Regular.woff2" as="font" type="font/woff2" crossorigin>-->
<!--<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="class.css" />
<link rel="stylesheet" href="navigation.css" />-->
<link rel="stylesheet" href="style-min.css" /> <link rel="stylesheet" href="style-min.css" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />

20
faq
View File

@@ -363,5 +363,25 @@
] ]
} }
</script> </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> </body>
</html> </html>