GitHub

Duplicate Title

Checks for duplicate title tags across the site

Checks for duplicate title tags across the site

Rule IDcontent/duplicate-title
CategoryContent
ScopeSite-wide
Severitywarning
Weight6/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 = ["*"]

Type to search…

↑↓ navigate ↵ open esc close