Breadcrumb Schema Generator
Build a schema.org BreadcrumbList JSON-LD block from your page's breadcrumb steps, ready to copy and paste into your site.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Breadcrumb schema generator
Add each breadcrumb step in order to get a ready-to-paste BreadcrumbList JSON-LD block.
BreadcrumbList JSON-LD
How the breadcrumb schema generator works
- Add a step for each level of the breadcrumb trail, in order — name required, URL optional for the current page.
- The generator builds a schema.org BreadcrumbList as you type, numbering each step's position automatically.
- Copy the ready-to-paste JSON-LD block into your page.
FAQ
What schema type does this generate?
A schema.org BreadcrumbList with a ListItem entry for each step, in the order you add them — the format Google documents for breadcrumb rich results.
Do I need a URL for every step?
No. The current page (usually the last step) is commonly left without a URL, since it has no separate destination — the generator omits the "item" field for any step you leave blank.
Where do I put the generated code?
Paste the whole output, including the <script type="application/ld+json"> tags, into the <head> or body of the page it describes.
Is my data uploaded anywhere?
No. The JSON-LD is built entirely in your browser from what you type — nothing is sent to Online Tool Store.
How we compare
| Feature | Online Tool Store | Writing the JSON-LD by hand | CMS/plugin auto-generation |
|---|---|---|---|
| No syntax errors from hand-typed JSON | Yes | Easy to miss a comma or brace | Yes |
| Works for any site, not just a specific CMS | Yes | Yes | Tied to that platform |
| No account required | Yes | Yes | Varies |
For a quick, correctly-formatted BreadcrumbList without hand-typing JSON or installing a CMS plugin, this gets you a paste-ready block in seconds.