Skip to content

Instantly share code, notes, and snippets.

@HoussenMoshine
Created May 6, 2017 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HoussenMoshine/cf31ad75b7b9abb418fa0e049aa9e118 to your computer and use it in GitHub Desktop.
Save HoussenMoshine/cf31ad75b7b9abb418fa0e049aa9e118 to your computer and use it in GitHub Desktop.
Exemple de la balise WebSite de Schema.org
<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>
@HoussenMoshine
Copy link
Author

Vous pouvez trouver un guide complet de Schema.org avec des exemples et conseils sur : https://housseniawriting.com/schema-org/guide-schema-org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment