✨ feat(templates): Ajoute des schémas JSON-LD pour SEO et améliore l'accessibilité.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user