donnée enrichies contact
This commit is contained in:
66
contact
66
contact
@@ -128,6 +128,72 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@graph": [
|
||||||
|
{
|
||||||
|
"@type": "LegalService",
|
||||||
|
"@id": "https://pasteuravocate.com/#legalservice",
|
||||||
|
"name": "Charline Pasteur Avocate",
|
||||||
|
"url": "https://pasteuravocate.com/contact",
|
||||||
|
"image": "https://pasteuravocate.com/assets/img/charline-pasteur-avocate-nantes-droit-mineurs.webp",
|
||||||
|
"logo": "https://pasteuravocate.com/assets/img/logo-charline-pasteur-avocate.webp",
|
||||||
|
"telephone": "+33-6-85-98-56-45",
|
||||||
|
"email": "contact@pasteuravocate.com",
|
||||||
|
"address": {
|
||||||
|
"@type": "PostalAddress",
|
||||||
|
"streetAddress": "3 Rue Maurice Duval",
|
||||||
|
"addressLocality": "Nantes",
|
||||||
|
"postalCode": "44000",
|
||||||
|
"addressCountry": "FR"
|
||||||
|
},
|
||||||
|
"geo": {
|
||||||
|
"@type": "GeoCoordinates",
|
||||||
|
"latitude": 47.2156,
|
||||||
|
"longitude": -1.5541
|
||||||
|
},
|
||||||
|
"openingHours": [
|
||||||
|
"Mo-Fr 09:00-12:00",
|
||||||
|
"Mo-Fr 14:00-17:00"
|
||||||
|
],
|
||||||
|
"contactPoint": {
|
||||||
|
"@type": "ContactPoint",
|
||||||
|
"telephone": "+33-6-85-98-56-45",
|
||||||
|
"contactType": "customer service",
|
||||||
|
"availableLanguage": ["French"]
|
||||||
|
},
|
||||||
|
"sameAs": [
|
||||||
|
"https://www.barreaunantes.fr/annuaire/charline-pasteur/",
|
||||||
|
"https://www.justifit.fr/avocats/avocat-nantes-maitre-charline-pasteur-89486/",
|
||||||
|
"https://www.pagesjaunes.fr/pros/64181486",
|
||||||
|
"https://justice.pappers.fr/avocat/pasteur-charline-44000",
|
||||||
|
"https://www.linkedin.com/in/charline-pasteur-a3550650",
|
||||||
|
"https://www.france-avocat.net/avocat/maitre-charline-pasteur/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "BreadcrumbList",
|
||||||
|
"@id": "https://pasteuravocate.com/contact#breadcrumb",
|
||||||
|
"itemListElement": [
|
||||||
|
{
|
||||||
|
"@type": "ListItem",
|
||||||
|
"position": 1,
|
||||||
|
"name": "Accueil",
|
||||||
|
"item": "https://pasteuravocate.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "ListItem",
|
||||||
|
"position": 2,
|
||||||
|
"name": "Contact",
|
||||||
|
"item": "https://pasteuravocate.com/contact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<script src="script.js" defer></script>
|
<script src="script.js" defer></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user