Skip to content

Instantly share code, notes, and snippets.

@benfurfie
Created August 30, 2018 10:25
Show Gist options
  • Save benfurfie/dc21c92a3c1dca9ec73097d18ffd633b to your computer and use it in GitHub Desktop.
Save benfurfie/dc21c92a3c1dca9ec73097d18ffd633b to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{{ nav:breadcrumbs }}
{
"@type": "ListItem",
"position": "{{ index }}",
"item": {
"@id": "{{ permalink }}",
"name": "{{ title }}"
}
}{{ if not last }},{{ /if }}
{{ /nav:breadcrumbs }}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment