Guides / canonical link

A canonical link per page

Worth +3 points · removes duplicate-content ambiguity

The same page is often reachable at several URLs — with and without www, with tracking parameters, with a trailing slash, over http and https. A canonical link names the one official URL, so crawlers don't treat the variants as separate, competing pages.

Copy-paste: where it goes

Inside <head>, pointing at this page's preferred absolute URL:

<link rel="canonical" href="https://yourdomain.com/this-page">

Getting it right

DoDon't
Use an absolute URL (full https://…)Use a relative path
Point each page at itselfPoint every page at the homepage
Pick one host (www or not) and stay consistentMix http and https

On a page that's genuinely unique, the canonical simply points to its own URL — that's correct and expected, not redundant.

Added your canonical links?
Re-grade your site →