Skip to content

Instantly share code, notes, and snippets.

@HoussenMoshine
Last active May 15, 2017 05:25
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/c4844cbe5f9a3f12e8600ebb70add007 to your computer and use it in GitHub Desktop.
Save HoussenMoshine/c4844cbe5f9a3f12e8600ebb70add007 to your computer and use it in GitHub Desktop.
Exemple de la balise BreadcrumbList de Schema.org
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://housseniawriting.com",
"name": "Accueil"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://housseniawriting.com/category/redaction-web/",
"name": "Rédaction web"
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://housseniawriting.com/redaction-web/payza-madagascar/",
"name": "Pourquoi doit-on éviter Payza à Madagascar ?"
}
}
]
}
</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