Near-Duplicate Content
What This Means
Two or more pages share a high degree of content overlap — not byte-for-byte identical, but very similar after normalization. The platform's similarity scoring places them above the near-duplicate threshold (typically 80-95% similarity) without reaching exact-match territory.
Why It Matters for SEO
Near-duplicate pages are common with faceted e-commerce navigation (e.g., "Running Shoes › Men" and "Running Shoes › Men › Blue"), paginated listing pages (page 2 of results contains almost all the same product tiles as page 1 with minor changes), and thin location pages (same service description with only the city name swapped).
Each near-duplicate page competes with its siblings for the same queries. Rather than one strong, authoritative page on the topic, you have multiple weak ones splitting link equity, crawl budget, and ranking signals. Google typically picks one to rank, which may not be the one you'd choose.
What the Platform Checks
The platform uses content similarity scoring (approximate string matching on extracted body text) to compare pages across the crawl. Fires when two pages' similarity score exceeds the near-duplicate threshold but falls short of exact-match.
How to Fix It
Choose the right consolidation strategy based on the duplication type:
- Faceted navigation / filter combinations: Canonicalize all filter variants to the parent category page. Use
<link rel="canonical">on each filtered URL pointing to the parent. - Paginated listings: Canonicalize page 2+ to page 1, or use proper pagination with distinct content on each page (enough unique products/articles that each page is substantively different).
- Location / service variants: Add unique introductory content, local testimonials, location-specific details, and local FAQs to each page so they genuinely differ.
- Syndicated content: Add a canonical tag on the syndicated copy pointing to the original.
For faceted navigation at scale, work with your development team to configure canonical tags automatically based on URL patterns — manually applying canonicals to thousands of filter combinations is not feasible.
Find every near-duplicatepair in your site
The audit surfaces near-duplicate pairs grouped by similarity score so you can identify the pattern driving the duplication.