AI search fix
Breadcrumb schema and AI search
Breadcrumb schema uses schema.org BreadcrumbList to describe where a page sits in your site hierarchy. For AI and search parsers, this reduces ambiguity about category context, parent pages, and canonical paths. Implement breadcrumbs that exactly match visible navigation and internal links, then publish JSON-LD with ordered ListItem positions and absolute URLs. Do not invent taxonomy levels that users cannot access. Breadcrumb schema improves structural clarity but does not guarantee higher rankings or AI citations.
On large sites, inconsistent breadcrumb trails across templates can send mixed signals to crawlers. Use one canonical path per page and keep URL casing, trailing slashes, and locale prefixes consistent.
| Element | What to include |
|---|---|
| @type | BreadcrumbList |
| itemListElement | Ordered ListItem objects with position values starting at 1 |
| name | Human-readable label for each hierarchy level |
| item | Absolute canonical URL for that breadcrumb level |
You'll get an HTML report on schema coverage and common structured-data issues on your live pages.
Run the free checkRelated questions
Updated
