Breadcrumb schema generator
Built in your browser · nothing is uploaded
Builds BreadcrumbList JSON-LD with positions numbered from one, in the order you list them. It is the markup that replaces the raw URL in a search result with a readable path.
How to use the breadcrumb schema generator
This is one of the few structured-data types with a visible, reliable benefit: Google uses it to show a breadcrumb trail instead of the URL, which is more readable and takes the same space. Two rules. List from the top level down, since position one is the root and the last item is the current page — getting the order backwards produces a trail that reads wrong. And the trail should reflect the site’s actual hierarchy, not the path the visitor took to arrive; breadcrumbs describe structure, not history, which is why a "back to search results" entry does not belong in one.
Questions
Top level first, current page last. Position one is the root.