Analyze a page URL. We'll check for existing BreadcrumbList JSON-LD; if there isn't any, we'll derive a breadcrumb from the URL path.
Detected breadcrumb structure
Home
Breadcrumb items
1
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://example.com/"
}
]
}
</script>Why Breadcrumb Schema
- Crawls your page to detect existing BreadcrumbList markup. If none found, derives breadcrumbs from the URL path.
- Manual editor lets you fix item names, reorder, or add levels.
- Eligible for breadcrumb display in Google search results.
Common questions
Is Breadcrumb Schema free to use?
Yes. Breadcrumb Schema is completely free. There is no sign up, no trial, and no usage cap.
Do I need an account to use Breadcrumb Schema?
No. You can start using Breadcrumb Schema straight away. We do not ask for an email address or a login.
Does Breadcrumb Schema send my data to a server?
Breadcrumb Schema needs to contact a server to do its job, for example to fetch a page or process a request. We use that data only to return your result and do not sell it or use it to build a profile of you.
Do you keep the URL or details I submit to Breadcrumb Schema?
We keep it only as long as needed to return your result, then it is discarded. We do not use it for advertising.
Does Breadcrumb Schema produce valid JSON-LD for Google?
Yes. Breadcrumb Schema outputs structured data in the JSON-LD format Google recommends. It is good practice to confirm with Google's Rich Results Test before publishing.
Where do I paste the schema from Breadcrumb Schema?
Add the generated script to the head or body of the relevant page, or use your CMS or schema plugin to insert it.
How do I use Breadcrumb Schema?
Paste your URL and Breadcrumb Schema reads the page and pre-fills what it can. Review the fields, make any changes, then copy or download the result.
Does Breadcrumb Schema work on phones and tablets?
Yes. Breadcrumb Schema is responsive and works in any modern browser on mobile, tablet, and desktop.
Which browsers does Breadcrumb Schema support?
It works in current versions of Chrome, Firefox, Safari, and Edge. For the best experience, keep your browser up to date.
Is there a limit on how often I can use Breadcrumb Schema?
No. You can use Breadcrumb Schema as many times as you need, at no cost.
Can I use Breadcrumb Schema for commercial or client work?
Yes. You are free to use the output in personal, educational, and commercial projects.
Why is Breadcrumb Schema free?
The site is supported by advertising, which lets us keep every tool free and open to everyone.
What should I do if Breadcrumb Schema gives an unexpected result?
First check that your URL or details is formatted as expected. If something still looks wrong, use the feedback link on the page and we will take a look.