| Rule ID | url/special-chars |
| Category | URL Structure |
| Scope | Per-page |
| Severity | warning |
| Weight | 4/10 |
Solution
Avoid special characters in URL paths. Characters like %, &, #, ?, = have special meanings and can cause issues. Spaces should be avoided (they become %20). Use only lowercase letters, numbers, and hyphens. Special characters can break links when copied, cause encoding issues, and look unprofessional. URL-encode if unavoidable.Enable / Disable
Disable this rule
squirrel.toml
Disable all URL Structure rules
squirrel.toml
Enable only this rule
squirrel.toml