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-supplies",
"name": "Supplies"
}
}
,
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://treats-unleashed.com/dog-grooming-supplies",
"name": "Grooming Supplies"
}
}
,
{
"@type": "ListItem",
"position": 5,
"item":
{
"@id": "https://treats-unleashed.com/dog-grooming-supplies/browse/brand/earth-animal",
"name": "Earth Animal"
}
}
]
}
</script>
|