Skip to main content
Checks for redirect chains on canonical URLs
Rule IDcrawl/canonical-chain
CategoryCrawlability
ScopePer-page
Severitywarning
Weight5/10

Solution

Canonical URLs should point directly to the final destination, not through redirects. Redirect chains waste crawl budget and dilute link equity. If your canonical URL redirects, update it to point to the final URL. Check that canonical URLs use the preferred protocol (https) and www/non-www version. Self-referencing canonicals should match the page URL exactly.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["crawl/canonical-chain"]

Disable all Crawlability rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["crawl/canonical-chain"]
disable = ["*"]