| Rule ID | crawl/redirect-chain |
| Category | Crawl |
| Scope | Site-wide |
| Severity | warning |
| Weight | 5/10 |
Solution
Each redirect hop adds latency and consumes crawl budget. Search engines may stop following after 5+ hops. Consolidate redirect chains to a single hop by updating the source URL to point directly to the final destination. Common causes: HTTP→HTTPS→www→trailing slash combinations, or legacy domain migrations.Options
This rule supports the following configuration options:| Option | Type | Default | Description |
|---|---|---|---|
maxHops | number | 2 | Flag redirect chains exceeding this many hops |
Configuration Example
squirrel.toml
Enable / Disable
Disable this rule
squirrel.toml
Disable all Crawl rules
squirrel.toml
Enable only this rule
squirrel.toml