GlossarySEO
What is duplicate content, and is there a penalty?
Also called: duplicate content penalty, near-duplicate content, copied content
Definition
Duplicate content is the same or very similar content available at more than one URL. Google says some duplication is normal and isn't a spam violation; it picks one version to show and filters the rest.
Duplicate content, explained
There's a long-running myth of a "duplicate content penalty". Google's canonicalization docs say plainly that some duplicate content on a site is normal and it's not a violation of Google's spam policies. The SEO Starter Guide adds that having the same content at multiple URLs is inefficient, but won't lead to a manual action. What happens instead is filtering: Google groups duplicates, picks a canonical, and shows only that one.
The real costs are quieter. Crawlers spend time fetching copies instead of new pages. Links and signals can split across versions. The version Google picks may not be the one you wanted. And for large sites, a high share of near-identical pages makes the whole site look lower quality.
Two cases are different. Copying other people's content wholesale, without adding anything, can fall under Google's spam policies on scraped content. And producing many near-identical pages that differ only by a city name or keyword is closer to what Google calls doorway abuse or scaled content abuse. Neither is "duplicate content" in the harmless technical sense.
For programmatic pages, the practical test is simple: if two pages would say the same thing with a word swapped, make one page. Duplicate checks before publishing are cheaper than cleaning up after Google stops indexing the batch.
Why it matters for founders
Founders scaling content or programmatic pages hit this first. On our own product, near-duplicate pages were part of why indexing got throttled, and we added similarity checks and noindexed near-duplicates as a result.
Example
You have /pricing and a campaign copy at /pricing-2 with the same text. You 301 the copy to /pricing. For 40 city pages that only swap the city name, you merge them into one page until you have real local data.
Common mistakes
- Panicking about a "penalty" for normal technical duplicates.
- Publishing templated pages that only swap a keyword.
- Syndicating articles without a canonical or clear attribution back to the original.
- Using noindex on copies but still linking to them everywhere.
Sources
- Google Search Central: What is URL canonicalization
- Google Search Central: SEO Starter Guide
- Google Search Central: Spam policies for Google web search
Checked
Related terms
- CanonicalizationCanonicalization is how a search engine picks one representative URL from a group of pages with the same or very similar content, and shows only that one in results.
- Thin contentThin content is a page with little or no original value for the reader: boilerplate, near-empty templates, copied text or pages that exist only to rank. Google often won't index it.
- Scaled content abuseScaled content abuse is Google's spam policy against generating many pages primarily to manipulate search rankings rather than help users, whether the pages are made by AI, people, scraping or a mix.
- Canonical tagA canonical tag is a line in a page's HTML,
<link rel="canonical" href="…">, that tells search engines which URL is the main version when several URLs show the same or very similar content.