Breadcrumb Schema Generator
Generate BreadcrumbList JSON-LD for Google rich results in seconds.
Preview
HomeBlogArticle
Breadcrumb Items
1
2
3
JSON-LD
{
"@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"
}
]
}HTML Script Tag
<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>About Breadcrumb Schema
A BreadcrumbList schema tells Google the hierarchical path to the current page. When indexed, it can replace the plain URL in search results with a human-readable trail like Home › Blog › Article, improving click-through rates. Add one ListItem per level, set position starting at 1, and paste the generated <script> block into your page's <head>. Validate the output with Google's Rich Results Test before deploying. All generation happens locally in your browser — nothing is sent to any server.
Private & free — this tool runs entirely in your browser.
Related Web & SEO tools
Meta Tag Generator
Build SEO title, description, and viewport meta tags.
Open Graph Generator
Generate Open Graph and Twitter Card meta tags.
Robots.txt Generator
Build a robots.txt file with per-bot rules. Block AI crawlers, set crawl delays, define sitemaps.
UTM Campaign URL Builder
Append UTM parameters to build trackable campaign URLs.
Hreflang Tag Generator
Generate hreflang link tags for multilingual SEO.
Sitemap XML Generator
Build an XML sitemap from a list of URLs.
SERP Snippet Preview
Preview how your page title and meta description appear in Google search.
Meta Tag Analyzer
Paste a page's HTML head to audit its title, meta, and social tags.