Duplicate Titles
Multiple pages share identical <title> tags. Search engines use the page title as the primary signal of a page's topic — when duplicates exist, crawlers cannot determine which version to rank and may suppress both or choose arbitrarily. This issue is common on sites with templated page generation that lacks unique title logic.
Why it matters: Pages competing with identical titles split ranking authority and lower the likelihood of either page appearing in competitive search results.
Dataset stats will appear here after the next aggregation run.
Detected on this site: A small number of pages share identical titles. This creates relevance confusion and potential keyword cannibalization.
Commonly Affected Pages
- Product category pages with paginated variants (/page/2, /page/3)
- Blog tag and archive pages sharing a base template
- Locale or language variants generated from the same template
- URL parameter duplicates (?sort=price vs. ?sort=date vs. ?color=red)
- CMS-generated pages missing unique title variable substitution
How to Fix
- 1.Audit your CMS or templating layer and ensure every page type injects a unique variable into the title tag.
- 2.For paginated content, append ' — Page N' to titles or use canonical tags pointing to page 1.
- 3.For URL parameter duplicates, implement canonical tags or configure parameter handling in Google Search Console.
- 4.Set a crawl alert to notify you when new duplicate titles appear before they accumulate.
- 5.Prioritize fixing duplicate titles on your highest-traffic page templates first — the impact is immediate.