Dev Tools
NextJs Demo
Image Format ConverterBeautify & MinifyPDF Tools
ss

BREADCRUMB SCHEMA BUILDER

Breadcrumb Items

Generated JSON-LD

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://example.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Products",
      "item": "https://example.com/products"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Laptops",
      "item": "https://example.com/products/laptops"
    }
  ]
}