QuickFreeSEO

Breadcrumb Schema Generator

Generate BreadcrumbList JSON-LD for better SERP breadcrumb display.

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

How to use

  1. Add each breadcrumb in order.
  2. Provide name and URL.
  3. Copy the JSON-LD into <head>.

Frequently asked questions

Is the Breadcrumb Schema Generator free to use?
Yes. The Breadcrumb Schema Generator is 100% free, requires no signup or API key, and runs entirely in your browser.
Does the Breadcrumb Schema Generator send my data to a server?
No. All processing happens client-side in your browser — your input never leaves your device.
How do I use the Breadcrumb Schema Generator?
Add each breadcrumb in order. Provide name and URL. Copy the JSON-LD into <head>.

Related Schema & Structured Data tools

Looking for more? Browse all free SEO tools or read the latest SEO guides.