Duplicate Page Title
What This Means
The same title text (normalized for whitespace and case) appears on two or more pages within the audited site. Both pages have a valid <title> tag, but they share identical content.
Why It Matters for SEO
When search engines find pages with identical titles, they have less reason to treat them as covering distinct topics. One of the pages typically gets ranked for the shared topic; the others are treated as lower-priority alternatives. In competitive niches, this means duplicated title pages split what could be one strong ranking into two weak ones.
Duplicate titles are common on paginated pages, CMS category archives, filtered product listings, and templates that use a site-wide boilerplate like "Site Name — Homepage" on every page. The fix is almost always to inject page-specific context into the title template.
What the Platform Checks
After a full crawl, the platform normalizes each page's title (lowercase, collapsed whitespace, stripped punctuation variations) and groups pages with matching normalized titles. Any group with more than one member generates this issue for all members in the group.
How to Fix It
Write a unique title for every page that reflects that page's specific content. For templated sites, use variables to inject page-specific attributes:
- Products: Product Name — Category — Brand
- Categories: Category Name — Qualifier | Brand (e.g. "Women's Running Shoes — On Sale | Brand")
- Blog posts: Post Title — Blog Name
- Location pages: Service in City — Brand (e.g. "Plumbers in Austin — AcmePlumbing")
For pagination specifically: append " — Page N" to the parent title on paginated pages rather than using the identical parent title on every page.
Find every duplicate titleacross your site
A full audit groups all duplicate title pairs so you can fix the template root cause, not just individual pages.