Skip to main content

Add a canonical URL

About 10 min

A canonical tag tells search engines which URL is the preferred version of this page. Follow the steps below on your stack, then re-check the live URL.

A canonical tag tells search engines which URL is the preferred version of this page.

We remember this on this browser so the next guide opens with the same CMS.

At a glance

Time~10 min
CategorySEO
Steps3
StacksWordPress, Shopify, Webflow, Next.js, HTML, more

Steps

  1. Add an absolute canonical for this page (full https:// URL).

  2. On a unique URL, the canonical should point to itself.

  3. Place it in <head> or your framework metadata.

In HTML / static

Add <link rel="canonical" href="https://yoursite.com/this-page"> in <head>.

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

FAQ

What does “Add a canonical URL” fix?
A canonical tag tells search engines which URL is the preferred version of this page.
How long does this usually take?
About 10 minutes on most CMS and code stacks when you already have access to edit the page.
Where do I start?
Start with: Add an absolute canonical for this page (full https:// URL). Then use the platform picker on this page for placement notes.