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/dog",
"name": "Dog"
}
}
,
{
"@type": "ListItem",
"position": 3,
"item":
{
"@id": "https://treats-unleashed.com/dog-food",
"name": "Food"
}
}
,
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://treats-unleashed.com/dog-kibble",
"name": "Kibble"
}
}
,
{
"@type": "ListItem",
"position": 5,
"item":
{
"@id": "https://treats-unleashed.com/large-breed",
"name": "Large Breed"
}
}
,
{
"@type": "ListItem",
"position": 6,
"item":
{
"@id": "https://treats-unleashed.com/large-breed/browse/brand/ziwi-peak",
"name": "Ziwi Peak"
}
}
]
}
</script>
|