Zum Inhalt springen

Add a canonical URL

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

Wir merken uns das in diesem Browser, damit die nächste Anleitung denselben Stack verwendet.

At a glance

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

Schritte

  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.