Skip to content

Instantly share code, notes, and snippets.

@cleverinx
Last active December 5, 2025 16:26
Show Gist options
  • Select an option

  • Save cleverinx/704fb42780dcb0739993926bd28ceb53 to your computer and use it in GitHub Desktop.

Select an option

Save cleverinx/704fb42780dcb0739993926bd28ceb53 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "{{ shop.url }}"
},
{
"@type": "ListItem",
"position": 2,
"name": "{{ blog.title }} Blog",
"item": "{{ blog.url }}"
},
{
"@type": "ListItem",
"position": 3,
"name": "{{ article.title }}",
"item": "{{ article.url | prepend: shop.url }}"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment