BREADCRUMBSJSON |
<!-- JSON Breadcrumbs -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://treats-unleashed.com/",
"name": "Home"
}
}
,
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://treats-unleashed.com/cat",
"name": "Cat"
}
}
,
{
"@type": "ListItem",
"position": 3,
"item":
{
"@id": "https://treats-unleashed.com/cat-food",
"name": "Food"
}
}
,
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://treats-unleashed.com/ cat-food-wet",
"name": "Wet"
}
}
,
{
"@type": "ListItem",
"position": 5,
"item":
{
"@id": "https://treats-unleashed.com/chunk-or-flake",
"name": "Chunk/Shreds"
}
}
,
{
"@type": "ListItem",
"position": 6,
"item":
{
"@id": "https://treats-unleashed.com/chunk-or-flake/browse/brand/orijen",
"name": "Orijen"
}
}
]
}
</script>
|