Skip to main content
Checks for excessive URL parameters
Rule IDurl/parameters
CategoryURL Structure
ScopePer-page
Severityinfo
Weight3/10

Solution

Excessive URL parameters can cause crawl budget waste and duplicate content. Each parameter combination creates a unique URL. Use parameter handling in Google Search Console to tell Google how to handle parameters. Consider using path segments instead of parameters for important content. Filter/sort parameters should be handled with canonical tags or robots meta.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["url/parameters"]

Disable all URL Structure rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["url/parameters"]
disable = ["*"]