Breadcrumb Schema Generator

Generate BreadcrumbList structured data so Google shows your page's path in the search result.

Turning your URL into a readable trail

Breadcrumb structured data describes where a page sits in your site's hierarchy — Home, then Category, then this page — and Google uses it to show that trail in place of the raw URL in search results. It makes your listing clearer and more clickable, and helps searchers understand the context of a page before they arrive. This generates a valid BreadcrumbList block from your path.

Enter the steps of the path and the JSON-LD is produced to add to the page.

Matching the crumb to the site

The breadcrumb you mark up should reflect the real structure a visitor would navigate, from the home page down to the current one, in order. Each step needs its name and its URL except the final page. It is one of the simpler and safer pieces of structured data to add, with a visible payoff in the search listing, which makes it a good first step into structured data if you have not used it before.

Frequently asked questions

What does breadcrumb schema do in search?

It lets Google show your page's path — Home > Category > Page — instead of the plain URL, making the result clearer.

What do I need for each step?

A name and a URL for each level of the path, in order from the home page down.

Is anything uploaded?

No. The markup is generated in your browser.

More SEO & Web tools