feat(templates): Ajoute des schémas JSON-LD pour SEO et améliore l'accessibilité.

This commit is contained in:
Serreau Jovann
2025-11-18 09:24:19 +01:00
parent a3c959eea5
commit 8d278262a4
2 changed files with 166 additions and 89 deletions

View File

@@ -40,7 +40,9 @@
"name": "dystopix_photography"
},
"copyrightNotice": "dystopix_photography"
},
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "ImageObject",
@@ -49,9 +51,9 @@
"acquireLicensePage": "https://example.com/how-to-use-my-images",
"creditText": "https://www.instagram.com/marta_gator/",
"creator": {
"@type": "Person",
"@type": "Person",
"name": "Marta Gator"
},
},
"copyrightNotice": "https://www.instagram.com/marta_gator/"
}
</script>