Created
October 11, 2018 20:39
-
-
Save evemilano/3f6e6ad15ffd76a111a3fa97a8b0ab4b to your computer and use it in GitHub Desktop.
Breadcrumb Schema.org Markup JSON-LD
This file contains hidden or 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": "BreadcrumbList", | |
"itemListElement": [{ | |
"@type": "ListItem", | |
"position": 1, | |
"name": "Books", | |
"item": "https://example.com/books" | |
},{ | |
"@type": "ListItem", | |
"position": 2, | |
"name": "Authors", | |
"item": "https://example.com/books/authors" | |
},{ | |
"@type": "ListItem", | |
"position": 3, | |
"name": "Ann Leckie", | |
"item": "https://example.com/books/authors/annleckie" | |
},{ | |
"@type": "ListItem", | |
"position": 4, | |
"name": "Ancillary Justice", | |
"item": "https://example.com/books/authors/ancillaryjustice" | |
}] | |
} | |
</script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guida completa: https://www.evemilano.com/breadcrumb-seo/