Breadcrumb schema generator

Add each step of your breadcrumb path (Home → Category → Page) and copy a JSON-LD BreadcrumbList snippet. Search engines may use it to display your site path in the SERP instead of the raw URL.

Breadcrumb schema generator

How it works

Each entry becomes a ListItem with a position (1-based), name and item URL. The last level is the current page — it's still listed but the URL is optional (Google recommends omitting it; we keep it for clarity).

FAQ

Do I still need visible breadcrumbs?

Yes. Schema-only breadcrumbs not visible in the page can produce a "Mismatched type" warning. Render them in HTML and mirror in JSON-LD.

Related calculators