Breadcrumb Schema Generator

Build BreadcrumbList JSON-LD structured data to show clean navigation paths in Google SERPs.

100% Free · No Sign-up · Runs in Your Browser

Breadcrumb Navigation Trail
#1
#2
#3

About the Breadcrumb Schema Generator

Breadcrumb navigation indicates a page's position within a website's hierarchical structure (e.g. Home > SEO Tools > SEO Analyzer). Implementing BreadcrumbList structured data allows Google to replace raw URL paths with a clean, branded breadcrumb trail in search results.

Visual breadcrumbs in search snippets help users understand website structure and improve click-through rates by establishing clear topic categorization.

This Breadcrumb Schema Generator provides an interactive multi-step builder, allowing you to configure navigation levels, names, and URLs, and generates valid BreadcrumbList JSON-LD code.

A common mistake is mismatched breadcrumb ordering or starting the position index at 0 instead of 1 (Schema.org positions are 1-indexed). Another issue is omitting the home page as the root item.

Tip: Align your BreadcrumbList structured data with your website's actual on-page visual breadcrumb navigation for consistency.

Frequently Asked Questions

Q.How do breadcrumbs appear in Google search results?

Google replaces the raw URL string with a clean breadcrumb hierarchy (e.g. yoursite.com > Category > Page Title).

Q.What is the Schema.org type for breadcrumbs?

BreadcrumbList, containing an itemListElement array of ListItem objects with position, name, and item properties.

Q.Does position indexing start at 0 or 1?

Position indexing in Schema.org ListItem elements starts at 1 for the root homepage.

Q.Should the current page be included in the breadcrumb list?

Yes, the final ListItem in the sequence should represent the current page URL.

Related Tools