Skip to content

Instantly share code, notes, and snippets.

@fmoessle
Created September 8, 2021 15:21
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 fmoessle/a67c5b3b3a7bf9a38a5d65776d81eeae to your computer and use it in GitHub Desktop.
Save fmoessle/a67c5b3b3a7bf9a38a5d65776d81eeae to your computer and use it in GitHub Desktop.
<template>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Books",
"item": "https://example.com/books"
}, {
"@type": "ListItem",
"position": 2,
"name": "The Lord of the Rings",
"item": "https://example.com/books/the-lord-of-the-rings"
}]
}
</script>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment