Breadcrumb Schema Generator
Generate BreadcrumbList JSON-LD for better SERP breadcrumb display.
JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://example.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Blog",
"item": "https://example.com/blog/"
},
{
"@type": "ListItem",
"position": 3,
"name": "Article",
"item": "https://example.com/blog/article/"
}
]
}
</script>How to use
- Add each breadcrumb in order.
- Provide name and URL.
- Copy the JSON-LD into <head>.
Frequently asked questions
- Is the Breadcrumb Schema Generator free to use?
- Yes. The Breadcrumb Schema Generator is 100% free, requires no signup or API key, and runs entirely in your browser.
- Does the Breadcrumb Schema Generator send my data to a server?
- No. All processing happens client-side in your browser — your input never leaves your device.
- How do I use the Breadcrumb Schema Generator?
- Add each breadcrumb in order. Provide name and URL. Copy the JSON-LD into <head>.
Related Schema & Structured Data tools
- Article Schema GeneratorGenerate Article JSON-LD structured data for blogs and news pages.
- Product Schema GeneratorGenerate Product JSON-LD with offer, price, availability and ratings.
- FAQ Schema GeneratorBuild FAQPage JSON-LD for rich snippets in Google search results.
- LocalBusiness SchemaGenerate LocalBusiness JSON-LD with address, hours and contact info.
- Event Schema GeneratorBuild Event JSON-LD with venue, dates and ticket offers.
- Recipe Schema GeneratorGenerate Recipe JSON-LD with ingredients, steps and times.
Looking for more? Browse all free SEO tools or read the latest SEO guides.