Contact

Canonicalisation

TL;DR: Telling Google which URL is the “main” version when several pages serve the same or near-identical content, using a canonical tag.

In a nutshell

Canonicalisation consolidates ranking signals onto one preferred URL when duplicates exist. You add a link rel=”canonical” tag in the HTML head pointing to the chosen version. It matters because Google might otherwise split authority across duplicates or rank the wrong page. Common use: an ecommerce product available at multiple filter URLs all canonicalised to one clean version.

Quick answer: Canonicalisation is the process of telling search engines which version of a URL is the "master" copy when multiple URLs serve identical or near-identical content. Done correctly, it consolidates ranking signals onto the preferred URL. Done wrong, it splits authority across duplicates and sometimes leaves the wrong version ranking.

What Is Canonicalisation?

Canonicalisation in SEO refers to the practice of using a <link rel="canonical"> tag to tell search engines which version of a page is the “preferred” or “canonical” version when you have duplicate or similar content across different URLs.

Why is this necessary? Well, Google doesn’t like seeing the same content in multiple places, and it can get confused about which page to rank. The canonical tag acts like a “vote” for the page you want to rank in search results, telling Google, “This is the version you should index and show in search results.”

At BrisTechTonic, we apply canonicalisation as part of our technical SEO work to fix issues related to duplicate content, URL parameters, and incorrect redirects, ensuring that Google is focusing its attention on the right pages.

Why Canonicalisation Matters for SEO

When you have multiple pages with similar or identical content (like filter pages, product variants, or syndicated content), search engines might have trouble determining which page should rank for a given search query. This can lead to:

  • Duplicate content issues: Google may index both versions, diluting their ranking potential. See our duplicate content glossary entry for more.
  • Loss of link equity: Backlinks to different pages may get split, meaning less link equity per page.
  • Wasted crawl budget: Google may waste time crawling unnecessary or duplicated pages instead of indexing more valuable content. Read our crawl budget primer.

The canonical tag documentation from Google Search Central helps avoid these problems by ensuring that Google focuses on the page you’ve designated as the “main” version.

How Canonical Tags Work

The canonical tag looks like this:

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

It’s placed in the <head> section of the HTML code of the page you want to designate as the canonical version. The tag points to the URL of the page you want Google to consider as the “preferred” page.

How to Use Canonicalisation Effectively

Here’s how to apply the canonical tag correctly:

1. Use Canonical Tags for Duplicate Content

If you have duplicate or similar pages on your site, whether they’re product variants, paginated content, or content with slight differences (like category pages with identical text), use the canonical tag to point to the preferred page.

2. Avoid Using Canonical for Content You Want to Keep Separate

Don’t use canonical tags when the pages have different content that you want to rank separately. If you have different product pages targeting different keywords, don’t canonicalise them to the same page.

3. Ensure the Canonical URL is Correct

Always make sure that the URL you are pointing to in the canonical tag is correct. A mistake here can send Google to the wrong page, harming your SEO. Our SEO audit checklist routinely catches misconfigured canonicals.

4. Canonical Tags for Paginated Content

If you have a multi-page blog post or product listing, consider using rel=”next” and rel=”prev” tags along with canonicalisation to tell Google how to handle paginated content. This helps to ensure that Google sees the pages as part of a single set and doesn’t treat them as separate entities. See our entry on pagination for more.

5. Don’t Use Canonical for Redirects

If a page is no longer needed and you want to redirect traffic, use a 301 redirect rather than a canonical tag. The canonical tag is for content that’s still live on your site but needs to be prioritised for indexing.

When to Use a Canonical Tag

  • Multiple product variations: If you have different colours or sizes of the same product, each might have a different URL, but they all refer to the same product.
  • Content syndication: If you republish content on different platforms (like guest posts), you should add a canonical tag to the syndicated content pointing back to the original page on your site.
  • Filter or sort parameters: If you use URL parameters for filtering or sorting products (e.g., ?sort=price), add a canonical tag pointing to the clean URL without the parameters. See URL parameters.
  • Duplicate blog posts: If the same blog post is published in multiple places (e.g., as a series of parts), use canonicalisation to link back to the main post.

Common Canonicalisation Mistakes

  • Incorrect canonical URLs: A typo or an old URL in the canonical tag can confuse Google and result in misdirected crawling or indexing.
  • Using canonicalisation to avoid fixing duplicate content: Don’t use the canonical tag as a substitute for cleaning up duplicate content, it’s a tool to help Google, not a way to hide poor content.
  • Not using a canonical tag on the “main” page: If you’ve created several versions of the same content, ensure that the “original” version is the one you mark with the canonical tag.

Canonicalisation and Ecommerce Sites

Ecommerce websites often struggle with canonicalisation due to product variants (sizes, colours, etc.) and filter parameters. At BrisTechTonic, we help ecommerce sites implement canonical tags for:

  • Product variants to avoid duplicate product listings
  • Category pages with pagination or filters
  • Seasonal or limited-time products that may be removed

With proper canonicalisation, you avoid confusion and give Google a clear path to your most important pages. For broader reading, the Google Search Central documentation and Schema.org vocabulary both cover canonical signals in detail.

Frequently Asked Questions

How is canonicalisation different from a 301 redirect?

A canonical tag says "these URLs serve the same content; please rank this one." A 301 redirect says "this URL has moved; send users and signals to the new one." Canonicals keep multiple URLs accessible while consolidating signals; 301s eliminate the original URL entirely. Use canonicals for legitimate near-duplicates; use 301s for permanent moves.

Where should canonical tags appear?

In the HTML head: <link rel="canonical" href="…" />. They can also be sent via HTTP header (X-Robots-Tag style) for non-HTML files. Most CMSs and SEO plugins generate canonicals automatically; verify they’re pointing to the right URLs in your specific implementation.

What are common canonicalisation mistakes?

Five recur frequently. Self-referencing canonicals pointing to a different URL than the page itself. Canonical tags pointing to non-existent or 404 URLs. Multiple canonical tags on the same page (Google ignores all of them). Canonicalising HTTP versions to HTTPS but not redirecting the HTTP. And inconsistent canonicalisation across the site.

Does canonicalisation work across domains?

Yes. Cross-domain canonicals tell Google that the same content on a different domain should not be treated as duplicate. Useful when content is syndicated to partner sites. The receiving site keeps the canonical pointing back to the original; Google then ranks the original and treats the syndicated version as a copy.

Take this further

Canonicalisation is the technical SEO discipline most often misconfigured during site migrations. Auditing canonicals catches issues before they bleed traffic.

Ready to apply this to your own site? Book a free discovery call, or explore our SEO strategy service.

Related Terms

SEO & PPC Glossary

Everything you need to know about SEO & PPC

View the full Glossary