Generate Breadcrumb Schema

Generate JSON-LD BreadcrumbList structured data for SEO to help search engines understand your site hierarchy.

Create valid JSON-LD BreadcrumbList structured data markup for your website with this free breadcrumb schema generator. Add, remove, and reorder breadcrumb items with live preview. Import breadcrumbs from any URL by auto-splitting path segments. See a Google Rich Results mockup showing how your breadcrumbs will appear in search results. Proper breadcrumb markup helps search engines understand your site structure and displays navigation trails in SERPs.

Breadcrumb Items

#1
#2

JSON-LD Preview

<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": "Products",
      "item": "https://example.com/products"
    }
  ]
}
</script>

Google Rich Results Preview

HomeProducts

https://example.com /products

Your data stays in your browser
Tutorial

How to Use the Breadcrumb Schema Generator

1
1

Add Breadcrumb Items

Enter a name and URL for each level in your site hierarchy, starting from the homepage.

2
2

Reorder or Import

Use the arrow buttons to reorder items or paste a URL to auto-generate breadcrumbs.

3
3

Review the Preview

Check the JSON-LD output and Google Rich Results preview to confirm everything looks correct.

4
4

Copy and Implement

Copy the generated script tag and paste it into the head or body of your HTML page.

Guide

Complete Guide to Breadcrumb Schema Generator

What Is Breadcrumb Schema?

Breadcrumb schema is a type of structured data markup using the Schema.org BreadcrumbList vocabulary. It tells search engines about the hierarchical structure of your website by defining a navigation trail from the homepage to the current page. When properly implemented; Google and other search engines can display these breadcrumb paths directly in search results; replacing the plain URL with a more readable navigation trail that helps users understand page context.

Why Breadcrumb Schema Matters for SEO

Implementing breadcrumb structured data is a key technical SEO practice. While it does not directly influence rankings; it significantly improves your search result appearance. Pages with breadcrumb rich results tend to have higher click-through rates because users can see exactly where a page sits within your site hierarchy. This is especially valuable for e-commerce sites; documentation portals; and content-heavy websites where clear navigation context reduces bounce rates.

JSON-LD vs Microdata for Breadcrumbs

There are two main formats for breadcrumb markup: JSON-LD and Microdata. Google recommends JSON-LD because it is easier to implement and maintain. JSON-LD sits in a separate script tag; keeping your HTML clean. Microdata requires inline attributes on your HTML elements; which is harder to manage. This generator uses JSON-LD format exclusively; following Google's best practices for structured data implementation across all page types.

Best Practices for Breadcrumb Implementation

Always start your breadcrumb trail with the homepage as the first item. Each subsequent item should represent a real navigable page on your site. Avoid including the current page as a clickable link; use it as the final plain-text item instead. Keep breadcrumb names concise and descriptive. Ensure every URL in your breadcrumbs returns a 200 status code. Test your markup with Google's Rich Results Test tool after implementation to verify everything works correctly.

Examples

Worked Examples

Example: E-commerce Product Breadcrumb

Given: An online store product page at https://shop.com/electronics/phones/iphone-15

1

Step 1: Add 'Home' with URL https://shop.com/

2

Step 2: Add 'Electronics' with URL https://shop.com/electronics

3

Step 3: Add 'Phones' with URL https://shop.com/electronics/phones

4

Step 4: Add 'iPhone 15' with URL https://shop.com/electronics/phones/iphone-15

Result: A 4-level BreadcrumbList JSON-LD schema ready to paste into your product page.

Example: Blog Post Breadcrumb via URL Import

Given: A blog post URL https://blog.com/tech/tutorials/react-hooks-guide

1

Step 1: Paste the URL into the Import from URL field and click Import.

2

Step 2: The tool auto-generates 4 items: Home, Tech, Tutorials, React Hooks Guide.

3

Step 3: Review and edit any item names or URLs as needed.

4

Step 4: Copy the generated JSON-LD script tag.

Result: Breadcrumb schema generated automatically from URL path segments with proper capitalization.

Use Cases

Practical Uses

E-commerce Product Pages

Generate breadcrumb trails for product pages showing the path from homepage through category and subcategory to the product. This helps Google display navigation paths in search results; increasing click-through rates for shoppers browsing specific product categories.

Blog Category Navigation

Create structured breadcrumbs for blog posts organized by category and date. When search engines display these breadcrumb trails; readers can see the content hierarchy at a glance; which improves user experience and encourages deeper site exploration.

Documentation Sites

Build breadcrumb schemas for technical documentation with nested sections and subsections. Proper breadcrumb markup helps developers quickly identify which part of the documentation they are viewing directly from search results; reducing navigation friction.

Multi-language Websites

Generate separate breadcrumb schemas for each language version of your site. This ensures search engines correctly understand the hierarchy of localized content; displaying the right breadcrumb trail for users searching in different languages and regions.

Frequently Asked Questions

?What is BreadcrumbList structured data?

BreadcrumbList is a Schema.org type that describes the navigation path from the homepage to the current page. Search engines use it to display breadcrumb trails in search results.

?Is this breadcrumb schema generator free to use?

Yes; this tool is completely free and unlimited. It runs entirely in your browser; so you can generate as many breadcrumb schemas as you need.

?Is my data private when using this tool?

Absolutely. All processing happens locally in your browser. No URLs or breadcrumb data are sent to any server; ensuring complete privacy.

?How many breadcrumb items should I include?

Include at least 2 items for valid schema. Most sites use 3 to 5 levels; representing the path from homepage to the current page.

?Where do I place the generated JSON-LD code?

Paste the script tag in the head section of your HTML page. You can also place it at the end of the body section; both are valid.

?Will breadcrumb schema improve my SEO rankings?

Breadcrumb schema does not directly boost rankings. However; it improves how your pages appear in search results; which can increase click-through rates significantly.

?Does the import from URL feature work with any website?

The import feature parses the URL path segments locally. It works with any valid URL structure; splitting the path into logical breadcrumb items automatically.

?Can I use this for single-page applications?

Yes. Even for SPAs; breadcrumb schema helps search engines understand your virtual page hierarchy. Add the JSON-LD dynamically when routes change.

Related Tools

Help us improve

How do you like this tool?

Every tool on Kitmul is built from real user requests. Your rating and suggestions help us fix bugs, add missing features and build the tools you actually need.

Rate this tool

Tap a star to tell us how useful this tool was for you.

Suggest an improvement or report a bug

Missing a feature? Found a bug? Have an idea? Tell us and we'll look into it.

Recommended Reading

Recommended Books on Structured Data & SEO

As an Amazon Associate we earn from qualifying purchases.

Boost Your Capabilities

Professional Products for Web Development & SEO

As an Amazon Associate we earn from qualifying purchases.

Newsletter

Get Free Productivity Tips & New Tools First

Join makers and developers who care about privacy. Every issue: new tool drops, productivity hacks, and insider updates — no spam, ever.

Priority access to new tools
Unsubscribe anytime, no questions asked