Skip to content

Instantly share code, notes, and snippets.

@Saichethan
Created October 30, 2018 06:44
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 Saichethan/47a05e06c11bb8b37b6583624b792e2a to your computer and use it in GitHub Desktop.
Save Saichethan/47a05e06c11bb8b37b6583624b792e2a to your computer and use it in GitHub Desktop.
Bread crumb
<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