सैंपल सूची पर वापस जाएँ

स्ट्रक्चर्ड डेटा // 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.

आउटपुट

<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>