Breadcrumb Schema Generator
Generate clean BreadcrumbList JSON-LD for website navigation trails, categories, articles, products, and other pages directly in your browser.
Breadcrumb Navigation Trail
Ordered list of hierarchical pages from Root / Home to the destination page.
When enabled, the final breadcrumb item can represent the active page without requiring a mandatory URL.
Tip: Google Search requires at least 2 breadcrumb items to be eligible for BreadcrumbList rich results. Positions are automatically numbered in sequential 1-based order.
Visual Breadcrumb Trail Preview
This is how your breadcrumb hierarchy appears on a live webpage navigation bar:
Local Breadcrumb Validation
* Local syntax inspector. Final rich result eligibility should be tested on your live published page using Google's Rich Results Test.
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://your-domain.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "SEO Tools",
"item": "https://your-domain.com/tools/seo/"
},
{
"@type": "ListItem",
"position": 3,
"name": "Breadcrumb Schema Generator",
"item": "https://your-domain.com/tools/seo/breadcrumb-schema-generator/"
}
]
}How to Generate Breadcrumb Schema
Define Root Level
Specify Position 1 (typically your site Homepage) with its clean absolute HTTP/HTTPS URL.
Add Intermediate Hierarchy
Add parent categories, topic hubs, or department sections in logical order from broadest to most specific.
Configure Current Page
Set the final breadcrumb item for the target page. The URL can be included or safely omitted per Google's current specification.
Copy or Download JSON-LD
Inspect the generated code in the dark output card, verify against the local validator, and copy the JSON-LD snippet or HTML script tag.
Should the Home Page Be Included in Breadcrumb Schema?
/store/ or /docs/), the schema remains structurally valid as long as at least 2 consecutive ListItems are provided and correctly sequenced. Nonetheless, starting with the homepage provides the most complete user-facing contextual hierarchy.Should the Current Page Be Included?
item property.name and position, omitting the item property entirely.Frequently Asked Questions
Common questions about Breadcrumb Schema Generator and how it works.
Was this tool useful?
Your feedback helps us improve VClick Tools.