Canonical Tag

SEO

Also: rel=canonical · Canonical URL

PurposeTell Google which URL is the master version
PreventsDuplicate content problems
HTML tag<link rel="canonical" href="...">
Wrong useCan accidentally deindex important pages

Quick definition

A canonical tag is an HTML element that tells search engines which version of a URL is the authoritative (or 'canonical') one. It prevents duplicate content issues by consolidating ranking signals from multiple similar URLs into one preferred page.

How it varies across Australia

Canonical tag issues are among the most common technical SEO problems found on Australian e-commerce and CMS-driven sites. URL parameter variations, session IDs, tracking parameters and print versions of pages create unintentional duplicate content that fragments search authority without a canonical tag strategy.

See Digital Maturity scores by industry

When canonical tags matter

URL Parameters

E-commerce sites often create multiple URLs for the same page through filter parameters (?colour=red, ?sort=price). A canonical tag points all parameter variants back to the clean URL.

Filter and sort variations
HTTP vs HTTPS

If both http:// and https:// versions of a page are accessible, they appear as duplicate content. The canonical tag (alongside a redirect) declares the HTTPS version as authoritative.

Protocol variations
Trailing Slash

/about and /about/ are technically different URLs. Canonical tags or redirects ensure only one version is indexed.

Slash variations
Cross-Domain Canonical

Used when syndicated content appears on multiple domains. The canonical tag points to the original publisher's version, preserving their ranking authority.

Syndicated content

What it actually means

Search engines regularly encounter multiple URLs that return the same or very similar content. This happens naturally on almost every website: product pages with filter parameters, paginated content, print-friendly versions, tracking-parameter URLs from marketing campaigns and HTTPS versus HTTP variants.

Without guidance, Google must decide which version to index and which to treat as a duplicate. This decision may not align with your preferences, and the authority that would naturally accrue to one URL gets fragmented across several.

The canonical tag solves this by telling Google explicitly: 'This is the preferred version of this content.' It looks like this in the page's HTML head section: `<link rel="canonical" href="https://example.com.au/preferred-url/">`.

Google treats this as a strong hint rather than a directive — it will usually honour the canonical but may override it if the canonical tag appears inconsistent with other signals (like redirects or internal links pointing elsewhere).

A canonical tag does not fix the duplicate content problem. It tells Google which version to keep and which to ignore. The distinction matters when you accidentally tell Google to ignore the wrong one.

How it shows up

Canonical tag issues appear in your Google Search Console coverage report as pages with status 'Duplicate, Google chose different canonical than user' or 'Duplicate without user-selected canonical'. The Index Coverage report is the first place to look when diagnosing whether canonical issues are fragmenting your search authority.

The Australian context

Australian e-commerce sites using pagination for product collections should ensure that paginated pages use canonical tags pointing to themselves (self-referencing canonicals) rather than the first page of a collection. Google's current guidance does not recommend pointing paginated pages to page 1 as canonical — each paginated URL should be self-canonical unless the content is truly identical.

Where people get this wrong

Canonicalising important unique pages to a different URLIf a canonical tag on a high-value unique page accidentally points to a different URL, Google will deindex the original and rank the canonical instead. This can cause pages to disappear from search results entirely. Canonical tags require careful auditing.
Relying on canonical tags without fixing the underlying duplicate URL issueA canonical tag is a signal, not a redirect. The duplicate URLs still exist and will be crawled. A redirect eliminates the duplicate entirely; a canonical merely guides Google's preference. Use both where possible.
Adding UTM parameters to internal linksUsing UTM parameters on internal links creates parameter-appended URLs for pages within your own site, which Google can treat as duplicate content. UTM parameters are for tracking external traffic sources — keep them off internal links.

Related terms

Common questions

Does every page need a canonical tag?

Best practice is to add a self-referencing canonical tag to every page — pointing to itself — even when there are no known duplicate content issues. This is a defensive measure that prevents parameter-appended variants of the page from being treated as separate pages if they are ever crawled.

What is the difference between a canonical tag and a 301 redirect?

A 301 redirect sends both users and search engines from one URL to another, permanently. The original URL stops existing for practical purposes. A canonical tag is a metadata instruction only — the original URL still loads and can be accessed. Use a 301 redirect to eliminate a URL permanently. Use a canonical tag when the URL must remain accessible (e.g. for a URL parameter that controls site functionality) but you want Google to treat a different URL as the authoritative version.

Can canonical tags be used across different domains?

Yes. Cross-domain canonicals are used when the same content appears on multiple domains — for example, when a brand syndicates articles to partner publications. The canonical tag on the syndicated copy points to the original article URL, telling Google which domain owns the content and should receive the ranking credit.

Keep exploring

About New Rebellion

New Rebellion is a marketing intelligence consultancy. We build tools, score Australian businesses on how their marketing actually performs, and publish Debrief every day. This dictionary is part of how we work in the open.

How we think →