Breadcrumb Schema Generator Guide
Reference for generating BreadcrumbList JSON-LD that matches visible navigation, page hierarchy, and canonical URLs.
Quick answer
Use the Breadcrumb Schema Generator to create ordered BreadcrumbList JSON-LD for a page hierarchy.
What this tool does
The tool turns breadcrumb labels and URLs into structured data. It is useful for tool pages, docs, articles, ecommerce categories, and site QA.
Supported input
- Breadcrumb label
- Breadcrumb URL
- Ordered positions
- Copy-ready JSON-LD output
Data handling and processing behavior
Processing is handled in the browser for this tool based on the current public implementation. Avoid entering sensitive unpublished URLs unless you have reviewed the implementation and your own data handling requirements.
Step-by-step use
- Write the visible breadcrumb path
- Add each label in order
- Use final canonical URLs for linked levels
- Generate JSON-LD
- Format and review the output before publishing
Common errors
Positions out of order. Keep positions sequential.
Hidden hierarchy. The schema should match visible or clearly implied navigation.
Redirect URLs. Use final canonical URLs when available.
Limits
Breadcrumb schema describes hierarchy. It does not replace navigation, internal links, or page-level metadata.
Next steps
- FAQ Schema Generator — generate FAQPage JSON-LD from visible content
- Canonical URL Generator — confirm URLs used in schema
- JSON Formatter — inspect generated JSON-LD