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/puppy-dry-food",
"name": "Puppy"
}
}
,
{
"@type": "ListItem",
"position": 6,
"item":
{
"@id": "https://treats-unleashed.com/puppy-dry-food/browse/brand/hunger-for-words",
"name": "Hunger For Words"
}
}
]
}
</script>
|