Saltar al contenido

Add a canonical URL

Unos 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.

Lo recordamos en este navegador para que la siguiente guía use el mismo CMS.

At a glance

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

Pasos

  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.

En 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.