Breadcrumb Schema Generator
Generate BreadcrumbList schema markup for site navigation paths.
<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": "Category",
"item": "https://example.com/category"
},
{
"@type": "ListItem",
"position": 3,
"name": "Current Page"
}
]
}
</script>Free browser-based tool · Runs 100% on your device · Last updated
What is the Breadcrumb Schema Generator?
The free Breadcrumb Schema Generator creates a BreadcrumbList JSON-LD block from a list of breadcrumb items — each with a label and a URL. Breadcrumb schema enables Google to display breadcrumb navigation trails in search results (e.g. Home › Category › Page), replacing the raw URL with a more readable path.
- → Add breadcrumb structured data to all inner pages of a website for SERP display.
- → Replace the default URL display in search results with a readable breadcrumb trail.
- → Improve click-through rate by helping users see where a page sits within your site hierarchy.
- → Add BreadcrumbList schema to product, category, and blog pages for richer results.
- → Validate and copy breadcrumb schema output from a CMS-generated template.
How to Use the Breadcrumb Schema Generator
- 1 Click + Add Item to add each breadcrumb step.
- 2 Enter the breadcrumb label (e.g. "Home", "Tools", "JSON Formatter") and its URL.
- 3 The last item (the current page) does not need a URL — leave it blank if desired.
- 4 Drag items to reorder if needed, then click Copy JSON-LD.
Key Features
- 🍞 BreadcrumbList schemaGenerates valid schema.org BreadcrumbList structured data for SERP breadcrumb display.
- ⚡ Live JSON outputSchema updates in real time as you add or edit breadcrumb items.
- 📋 Copy JSON-LDOne-click copy of the complete breadcrumb schema block.
- 🔒 Private & localRuns entirely in your browser — no data is uploaded.
Example Usage
Home → https://example.com/ Tools → https://example.com/tools/ JSON Formatter → (current page, no URL needed)
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://example.com/" },
{ "@type": "ListItem", "position": 2, "name": "Tools", "item": "https://example.com/tools/" },
{ "@type": "ListItem", "position": 3, "name": "JSON Formatter" }
]
}Frequently Asked Questions about the Breadcrumb Schema Generator
- What is the Breadcrumb Schema Generator?
- The Breadcrumb Schema Generator is a free online tool that lets you generate BreadcrumbList schema markup for site navigation paths. It runs entirely in your browser, so there is nothing to install and nothing is uploaded to a server.
- Is the Breadcrumb Schema Generator free?
- Yes — the Breadcrumb Schema Generator is completely free, with no account, subscription, signup, or usage limits.
- Is my data uploaded or stored?
- No. The Breadcrumb Schema Generator processes everything locally in your browser. Your input is never uploaded, saved, or shared with any server.
- Does the Breadcrumb Schema Generator work offline?
- Yes. Once the page has finished loading, the Breadcrumb Schema Generator works without an internet connection.
- Which browsers does the Breadcrumb Schema Generator work in?
- The Breadcrumb Schema Generator works in all modern browsers, including Chrome, Firefox, Safari, and Edge — no plugins or extensions needed.
- Does the last breadcrumb item need a URL?
- No — the last item (the current page) can omit the URL in BreadcrumbList schema. Google treats it as the current page.
- Do I need to add breadcrumb schema to every page?
- For best results, add it to all inner pages. Google displays breadcrumbs in results for pages that have valid BreadcrumbList schema or clear HTML breadcrumb navigation.
Related Free Schema Markup Tools
Schema Markup Validator
Validate and check JSON-LD schema markup for errors and warnings.
FAQ Schema Generator
Generate FAQ structured data markup for Google rich results.
Article Schema Generator
Generate Article structured data for news articles and blog posts.
Recipe Schema Generator
Generate JSON-LD schema markup for recipe pages to get rich results.
Product Schema Generator
Create structured data markup for product pages with price and availability.
Local Business Schema Generator
Create schema markup for local businesses to appear in Google local results.