Przejdź do treści
ARDURA Lab
ARDURA Lab
·4 min

Canonical URL

canonical URLtechnical SEOpositioning

What is a canonical URL?

A canonical URL is an HTML tag that tells search engines which version of a page is the "original" and should be indexed. It's used when the same or very similar content is available at multiple URLs — a situation far more common than one might think.

What does the canonical tag look like?

<link rel="canonical" href="https://example.com/article" />

This tag is placed in the <head> section of an HTML page. It tells Google: "this is the preferred URL for this content — index this one, not the other variants."

The canonical URL can also be specified in the HTTP response header (Link: <URL>; rel="canonical") — useful for PDFs and other resources without a <head> section.

When to use canonical?

A canonical URL is essential wherever the same content is available at multiple addresses. The most common scenarios:

  • URL parameters/products?sort=price and /products?sort=name have the same content, differing only in sorting
  • www/non-www versionswww.example.com vs example.com
  • HTTP/HTTPShttp:// vs https:// (although this should be resolved with a 301 redirect)
  • Trailing slash/article vs /article/
  • Content syndication — when the same article appears on multiple sites (e.g., a reprint on an industry portal)
  • Mobile versionsm.example.com vs example.com (less common with responsive design)
  • Pagination/blog?page=1, /blog?page=2 may have a canonical pointing to the main category page
  • Product variants — the same product in different colors under different URLs

Why is canonical important?

Without a canonical URL, Google has to decide on its own which page variant to index — and it often chooses incorrectly. The consequences of missing canonicalization can be serious — which is why it's a key item in every SEO audit:

Duplicate content issues

  • Authority dilutionbacklinks pointing to different URL variants don't aggregate; instead of one strong page, you have several weak ones
  • SERP cannibalization — multiple versions of the same content compete against each other in search results
  • Wasting crawl budget — Google wastes time crawling duplicates instead of discovering new content
  • Inaccurate analytics — traffic split across multiple URLs makes analysis difficult

Benefits of proper canonicalization

  • Authority consolidation — all ranking signals go to a single, preferred URL
  • Clean data in Google Search Console — one URL per piece of content, easy analysis
  • Control over the index — you decide what Google indexes
  • Better crawlability — the crawler uses the budget more efficiently

How to properly implement canonical?

Implementation rules

  1. Every page should have a canonical — even if it points to itself (self-referencing canonical). You can find the full list of elements to verify in the technical SEO checklist
  2. Canonical must point to the HTTPS version — always use a full, absolute URL
  3. Canonical should point to a 200 page — not to a redirect or a 404 page
  4. One canonical per page — multiple canonical tags on a single page are ignored
  5. Consistency with other signals — canonical should align with sitemap, hreflangs, and internal linking

Common mistakes

  • Canonical to a noindex page — conflicting signals; Google may ignore both
  • Canonical chains — A -> B -> C; Google may not follow the chain
  • Canonical to a page with different content — Google ignores the canonical if the content significantly differs
  • Missing canonical on pagination pages — leads to indexing of hundreds of /page/2, /page/3 pages

Canonical vs 301 redirect

Canonical is a "suggestion" for Google — the search engine may ignore it. A 301 redirect is a "directive" — the browser and crawler are physically redirected. When possible, prefer a 301 redirect over canonical — it's a stronger signal.

SituationSolution
One piece of content, one correct URL, the rest to be removed301 redirect
One piece of content, multiple URLs must exist (parameters, sorting)Canonical
Content syndication on an external siteCanonical
Domain migration301 redirect + canonical

Related terms

Need help?

Comprehensive search engine optimization — check out our offer.