स्ट्रक्चर्ड डेटा // TOOLPOOL.SAMPLES
BreadcrumbList Structured Data Sample
A page for checking BreadcrumbList structured data.
जाँच URL
https://toolpool.tools/hi/samples/schema/breadcrumb
यह पेज जाँच के लिए बनाया गया सैंपल है, इसलिए इसे search index में शामिल नहीं किया जाता। इसे category sample index से इस्तेमाल करें।
क्या जाँचना है
Use this to check hierarchy and position values.
- A BreadcrumbList JSON-LD item is detected
- ListItem position, name, and item values are visible
- The breadcrumb hierarchy can be checked
आउटपुट
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://toolpool.tools/hi"
},
{
"@type": "ListItem",
"position": 2,
"name": "Samples",
"item": "https://toolpool.tools/hi/samples"
},
{
"@type": "ListItem",
"position": 3,
"name": "BreadcrumbList Structured Data Sample",
"item": "https://toolpool.tools/hi/samples/schema/breadcrumb"
}
]
}
</script>