Back to samples

Structured Data // TOOLPOOL.SAMPLES

BreadcrumbList Structured Data Sample

A page for checking BreadcrumbList structured data.

Target URL

https://toolpool.tools/en/samples/schema/breadcrumb

This fixture page is marked noindex. Use it from the category sample index.

What to check

Use this to check hierarchy and position values.

Output

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://toolpool.tools/en"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Samples",
      "item": "https://toolpool.tools/en/samples"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "BreadcrumbList Structured Data Sample",
      "item": "https://toolpool.tools/en/samples/schema/breadcrumb"
    }
  ]
}
</script>