Skip to main content
Checks for BreadcrumbList schema on non-homepage
Rule IDschema/breadcrumb
CategoryStructured Data
ScopePer-page
Severityinfo
Weight3/10

Solution

BreadcrumbList schema shows navigation path in search results. Structure: BreadcrumbList with itemListElement array of ListItem. Each ListItem needs position (1, 2, 3…), name, and item (URL). The last item (current page) doesn’t need a URL. Breadcrumbs help users understand site structure and improve click-through rates.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["schema/breadcrumb"]

Disable all Structured Data rules

squirrel.toml
[rules]
disable = ["schema/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["schema/breadcrumb"]
disable = ["*"]