Duplicate title tags & meta descriptions across pages
Two or more pages sharing the same <title> tag or meta description is a common SEO defect: Google rewrites or suppresses the duplicates and the pages compete against each other. Give every indexable page unique, descriptive metadata.
Two or more pages sharing the same <title> tag or meta description is a common SEO defect: Google rewrites or suppresses the duplicates and the pages compete against each other. Give every indexable page unique, descriptive metadata. Duplicate metadata means distinct URLs that emit an identical <title> element or identical <meta name="description"> — usually from an un-customized CMS default, a templating bug, or copy-paste. Unlike duplicate page bodies, the pages can be entirely different and still share the same title or description.
Last updated·
What it is
Duplicate metadata means distinct URLs that emit an identical <title> element or identical <meta name="description"> — usually from an un-customized CMS default, a templating bug, or copy-paste. Unlike duplicate page bodies, the pages can be entirely different and still share the same title or description.
Why it matters
Google often rewrites or drops duplicate titles and descriptions, so you lose control of your SERP snippet. Worse, identical titles make your own pages cannibalize each other for the same query, splitting click-throughs and confusing which page should rank. AI answer engines also rely on the title/description to decide which page to cite.
How to fix it
- Find the duplicate sets. Group your pages by exact <title> and by exact meta description. Any value shared by two or more URLs is a duplicate to fix.
- Write a unique, descriptive title per page. Each <title> should name what that specific page is about, front-loading the distinguishing keyword. Avoid boilerplate like "Home | Brand" on every page.
- Write a unique meta description per page. Summarize that page in 140–160 characters. Templated descriptions are fine only if each one plugs in real per-page values.
- Fix the template, not just the pages. Duplicates usually come from a shared layout emitting a static title/description. Patch the template so each page supplies its own, then re-scan.
Authoritative sources
- Control your title links in search results — Google Search Central
- Create good meta descriptions — Google Search Central
- Google Search Central documentation — Google
- Schema.org vocabulary — schema.org
- SEO Starter Guide — Google Search Central
- MDN — HTML meta and link elements — Mozilla MDN