Duplicate Title
Checks for duplicate title tags across the site
Checks for duplicate title tags across the site
| Rule ID | content/duplicate-title |
| Category | Content |
| Scope | Site-wide |
| Severity | warning |
| Weight | 6/10 |
Solution
Each page should have a unique title tag that accurately describes its content. Duplicate titles confuse search engines about which page to rank and make your pages less distinguishable in search results. Use unique, descriptive titles that include relevant keywords. For similar pages (e.g., pagination), add differentiating elements like page numbers or category names.
Enable / Disable
Disable this rule
squirrel.toml
toml[rules]
disable = ["content/duplicate-title"]Disable all Content rules
squirrel.toml
toml[rules]
disable = ["content/*"]Enable only this rule
squirrel.toml
toml[rules]
enable = ["content/duplicate-title"]
disable = ["*"]