ALL POSTS
TECHNICAL SEO
6 MIN READ
February 20, 2026

Canonical tags: the most misunderstood 1 line of HTML

Why a single wrong canonical tag can silently cut your traffic in half

Most canonical tag mistakes aren't wrong — they're just pointing at the wrong version of "right".

A canonical tag looks like this — a single line placed in the HTML head section pointing to the preferred URL of that page.

It tells Google: "This is the real URL. If you find duplicates, credit this one."

The problem most sites have isn't missing canonical tags — it's canonical tags pointing to the wrong URL. The most common mistake: your canonical says www.yoursite.com but Google indexes yoursite.com. You've just told Google that your preferred URL is different from the one it's indexing. PageRank gets split. Rankings drop.

The four canonical mistakes that kill rankings:

1. Self-referencing canonicals that point to the wrong protocol or subdomain If your page lives at https://yoursite.com/page but the canonical says http://yoursite.com/page or www.yoursite.com/page, Google treats them as different pages. You split your authority every time a link is shared.

2. Paginated pages all pointing to page 1 /blog?page=2 with canonical pointing to /blog is wrong. Each paginated page should either be self-canonicalized or handled with rel="next/prev" (though Google deprecated next/prev, self-canonical on paginated pages is still the safest approach).

Find these issues on your site right now

RankyPulse checks canonicals, redirects, meta tags, and 50+ more signals in 30 seconds.

Run your technical audit →

3. Parameter URLs without canonicals /product?color=red and /product?color=blue are the same product. Add a canonical pointing to /product on both. Without it, Google indexes them as separate, thin duplicate pages.

4. Canonical on the wrong protocol after migrating to HTTPS The single most common post-migration mistake. If you moved from HTTP to HTTPS but forgot to update canonical tags, your new HTTPS pages are telling Google to credit the old HTTP version.

How to check yours: Open your homepage HTML (Ctrl+U), search for "canonical". Does the href match exactly what you see in your browser's address bar — including https://, www or no-www? If not — fix it. One line. Immediate impact.

Use RankyPulse's free SEO audit to scan your entire site for canonical errors at once instead of checking pages manually.

Find these issues on your site right now

RankyPulse checks canonicals, redirects, meta tags, and 50+ more signals in 30 seconds.

Run your technical audit →

More from the blog

Technical SEO

Technical SEO Audit: The Complete 2026 Guide

12 min read
Technical SEO

Free Technical SEO Audit: What It Checks and How to Use the Results

7 min read
Technical SEO

Site SEO Audit: The Complete 2026 Guide

10 min read
← All blog posts