What is canonicalization

Author: Google | Published: 2026-08-20 | Source: article


Summary

Google’s canonicalization explainer is the official mechanics page behind the “duplicate content is not a penalty” line in SEO Starter Guide: The Basics. Canonicalization is selecting the representative URL of a piece of content. A canonical URL is the URL Google chose as most representative from a set of duplicate pages. The process (often called deduplication) exists so Search shows one version of otherwise duplicate content.

Duplicate URLs are ordinary. Named causes: region variants (USA vs. UK URLs, same language, hreflang); device variants (mobile vs. desktop); protocol variants (HTTP vs. HTTPS); site functions (sort/filter category URLs); accidental variants (a demo site left crawlable). Some duplicate content on a site is normal and is not a violation of spam policies. The costs are UX (which URL is the “real” one?) and measurement (harder to track search performance), not a manual action.

When Google indexes a page it determines the primary content (“centerpiece”). Pages with the same or very similar primary content are clustered. Google then chooses the page that, based on indexing signals, is objectively the most complete and useful, and marks it canonical. The canonical is crawled most regularly; duplicates are crawled less frequently to reduce load. Signals that influence the choice include HTTP vs. HTTPS, redirects, sitemap membership, and rel="canonical" annotations. You can indicate a preference; that preference is a hint, not a rule — Google may pick a different canonical.

Language versions are duplicates only if the primary content is the same language (translated chrome with identical body still clusters). Same-language regional variants should use canonicalization plus hreflang. The canonical is the main source for evaluating content and quality. Results usually point to it unless a duplicate is a better fit for the user (e.g. the mobile URL for a mobile searcher even if desktop is canonical). This is the mechanics page behind the starter guide’s “duplicate content is not a spam penalty” line: Google will pick a winner, crawl it more, and leave the rest in the cluster.


Key Claims

  • Duplicate content is normal and not a spam-policy violation. (official)
  • Google clusters similar primary content and picks a canonical — the most complete/useful URL in the set. (official)
  • Duplicates are crawled less often; the canonical is crawled most regularly. (official)
  • rel="canonical", redirects, HTTPS, and sitemaps are hints, not commands. Google may override. (official)
  • Results usually show the canonical unless another variant fits the user better (device, etc.). (official)
  • Quality evaluation uses the canonical as the main source. (official)
  • Same-language regional variants need canonicalization + hreflang. (official)

Notable quotes

“Some duplicate content on a site is normal and it’s not a violation of Google’s spam policies.”

Why citable: The official sentence that kills the “duplicate content penalty” myth. Primary citation for Duplicate Content (for Service-Area Pages).

“The canonical page will be crawled most regularly; duplicates are crawled less frequently in order to reduce the crawling load on sites.”

Why citable: States the real cost of duplication — crawl frequency / budget — which is the mechanism Dooley also names, from the other direction.

“You can indicate your preference to Google using these techniques, but Google may choose a different page as canonical than you do, for various reasons. That is, indicating a canonical preference is a hint, not a rule.”

Why citable: Stops treating rel="canonical" as a switch. Useful in audits that assume the tag always wins.


Connections

Entities mentioned: Google Concepts referenced: Duplicate Content (for Service-Area Pages), Programmatic SEO, Core 30, Technical SEO from Architecture


Contradictions / Tensions

  • Closes the official third pole on Duplicate Content (for Service-Area Pages). Official: same-site dupes are not spam; Google canonicalizes; dupes get less crawl. James Dooley + Joy Hawkins: copied service-area pages can out-rank spun unique rewrites (compatible with “not a penalty,” stronger than “don’t worry”). Caleb Ulku / Core 30: every page should be genuinely local/unique. Official sits closer to “canonicalize and expect one winner” than to either practitioner extreme.
  • Less-frequent crawling of dupes is the constraint Dooley calls crawl budget. If many location URLs cluster, only the canonical is fully worked. Scaled copies can still “work” if Google picks one and the rest are ignored — or they can starve crawl. This page does not say duplication helps ranking.
  • Doorways and scaled-content-abuse remain separate (Spam policies for Google web search). Canonicalization is about the same centerpiece on many URLs, not city doorways or AI-generated unoriginal inventories.
  • Aligns with SEO Starter Guide: The Basics and Google's Guide to Optimizing for Generative AI Features on Google Search (“reduce duplicate content” as UX/crawl hygiene).

Notes

Last updated 2026-08-20 UTC. Highest-authority mechanics source for canonical selection. Use with the starter guide (policy framing) and spam policies (what duplication is not).