How do you consolidate duplicate pages?
Pick the survivor deliberately, weighing existing traffic, external links, URL quality and content depth — often the best URL and the best content sit on different pages, in which case keep the URL with the links and move the content onto it. Then 301 the rest and repoint every internal link.
Three kinds of duplication, three fixes
Identical content at several URLs. Usually technical — parameters, protocol and host variants, print versions, session IDs. Fixed with canonical tags and consistent internal linking.
Near-identical pages you deliberately created. Templated service or area pages, thin variations on a theme. Fixed by merging into one stronger page and redirecting the rest.
Overlapping pages competing for the same intent. Several genuine articles all trying to answer the same question. Fixed editorially — one becomes the definitive page and the others are merged into it or repointed at a different angle.
The third is the most common on mature sites and the least likely to be caught by tooling.
Find them
Start with the cheap checks:
- Search Console query data — look for several URLs from your site appearing for the same query
- A site crawl comparing titles, H1s and word counts
- Sorting all page titles alphabetically, which surfaces near-identical naming instantly
Then read the candidates. Similarity tooling flags text overlap; only reading tells you whether two pages serve the same purpose.
Pick the survivor deliberately
Whichever page you keep inherits the problem if you choose badly. Weigh:
- Existing organic traffic and rankings
- External links pointing at it
- URL quality — is it clean and descriptive
- Content depth — which is actually the better page
Often the best URL and the best content are on different pages. In that case keep the URL with the links and move the better content onto it.
Then choose the instrument
301 redirect when the duplicate should stop existing. It is the strongest consolidation and the right default.
Canonical tag when both URLs must remain reachable — a product in two categories, a print view, a filtered listing. It is a hint, not a directive, so keep it consistent with your internal links or it will be ignored.
Noindex when a page must exist for visitors but should never appear in search — internal search results, thin utility pages. Do not combine noindex with a canonical on the same page; the signals conflict.
Merge, then redirect when both pages have unique material worth keeping. Move the material first, verify it reads as one coherent page, then redirect.
Do the linking cleanup
Consolidation is not finished until the internal links point at the survivor. Leaving links pointed at redirected URLs adds a hop to every internal journey and keeps the old URL alive in the crawl.
Update navigation, in-body links, sitemaps and any hard-coded references in templates.
Expect a dip, then a recovery
Merged pages usually wobble for a few weeks while the change is processed. Track the combined performance of the whole set — not the survivor alone — because judging one URL against the previous total looks like a loss even when the consolidation worked.
Frequently asked questions
Redirect or canonical?
Redirect when the duplicate should stop existing — it is the strongest consolidation and the right default. Canonical when both URLs must stay reachable, such as a product in two categories or a filtered listing.
Can I use noindex and canonical together?
No. The signals conflict — one says do not index this, the other says index a different URL instead. Pick the one that matches your intent for the page.
How do I choose which page to keep?
Weigh existing traffic, external links, URL quality and content depth. Where the best URL and the best content are on different pages, keep the URL with the links and move the better content onto it.
What gets forgotten most often?
Internal links. Leaving them pointed at redirected URLs adds a hop to every journey and keeps the old URL alive in the crawl. Update navigation, body links, sitemaps and template references.
Will traffic drop after consolidating?
Often briefly, while the change is processed. Track the combined performance of the whole set rather than the survivor alone — judging one URL against the previous total makes a successful merge look like a loss.