Breadcrumb Schema Generator

Generate BreadcrumbList JSON-LD structured data for SEO.

Processed on your device β€” never uploaded

Breadcrumb Path

1.
2.
Preview
Home
Generated 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>

Frequently Asked Questions

What is BreadcrumbList schema?
BreadcrumbList schema is JSON-LD structured data that describes the navigational hierarchy of a page within your site. It helps Google display breadcrumb trails in search results instead of raw URLs.
How many breadcrumb items should I include?
Include every level from the homepage to the current page. Most sites have 2-5 levels. The last item typically represents the current page and should not include a URL.
Do breadcrumbs improve SEO rankings?
Breadcrumbs do not directly boost rankings, but they improve how your pages appear in search results and help Google understand your site structure, which can indirectly benefit SEO.