Breadcrumb Schema Generator

BreadcrumbList JSON-LD from your URL path.

JSON-LD100% in-browser

Runs entirely in your browser. Nothing you type is uploaded — SEODock has no server to send it to.

Breadcrumb trail

JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://example.com"
    }
  ]
}
</script>

Related tools

Frequently asked questions