Duplicate Titles
Title tags that are identical or near-identical across multiple pages on the same site, making the pages hard to tell apart in search results.
Definition
Duplicate titles are page title tags (`<title>` elements) that repeat the same or very similar text across multiple URLs, so users and search engines cannot easily distinguish between the pages from their titles alone.
Google's guidance on title links specifically warns against repeated boilerplate text, giving the example that titling every page on a commerce site 'Cheap products for sale' makes it impossible for users to distinguish between two pages. The same documentation states that the main title text should be distinctive and prominent, typically in the first `<h1>`, and that Google may rewrite the displayed title link when on-page titles are vague, repetitive, or stuffed. Duplicate titles often appear on faceted commerce pages, paginated archives, or templated location pages where the title template was not configured to include unique variables.
Examples
Templated category pages
An online store ships with every category page titled 'Shop Online | Example Store'. Search Console flags hundreds of pages with duplicate titles, and the team updates the template to inject the category name into each `<title>`.
Paginated archive
Blog pagination pages — `/blog/page/2`, `/blog/page/3`, and so on — all carry the title 'Blog — Example'. The team updates the template so each paginated page reads 'Blog — Page 2 — Example' to differentiate them in search results.
Sources
Related terms
- Title TagThe HTML `<title>` element on a page. Google often uses its content to generate the clickable headline (the "title link") in search results.
- Meta DescriptionA short HTML attribute summarising a page, often used by search engines as the snippet shown beneath a result's title.
- Duplicate ContentSubstantively identical or very similar content that appears at more than one URL, either within a single site or across different sites.
- Canonical TagAn HTML element that tells search engines which URL is the master copy when the same or similar content exists at multiple addresses.
- H1 TagAn HTML element (`<h1>`) used to mark the primary heading of a page, typically the most prominent visible title.
Where QueryCatch uses this
Last updated: 12/05/2026