Created
May 6, 2017 06:04
-
-
Save HoussenMoshine/cf31ad75b7b9abb418fa0e049aa9e118 to your computer and use it in GitHub Desktop.
Exemple de la balise WebSite de Schema.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "WebSite", | |
"name": "Houssenia Writing - Agence de rédaction web", | |
"alternateName": "Houssenia Writing", | |
"url": "https://housseniawriting.com", | |
"potentialAction": [ | |
{ | |
"@type": "SearchAction", | |
"target": "https://housseniawriting.com/?s={search_term_string}", | |
"query-input": "required name=search_term_string" | |
} | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vous pouvez trouver un guide complet de Schema.org avec des exemples et conseils sur : https://housseniawriting.com/schema-org/guide-schema-org/