Générateur d'URL Canonique
Generate canonical link tags and normalize URLs for SEO.
À propos de cet outil
The same page is usually reachable at more than one address, and site owners rarely realise how many. With and without www. HTTP and HTTPS. With and without a trailing slash. With a tracking parameter appended by a campaign. The same product under two category paths. To a search engine each of those is a separate URL, and if it cannot tell they are the same page, the ranking signals split between them - so instead of one page ranking well, several rank weakly. A canonical tag resolves this by naming the authoritative version. Everything pointing at it consolidates onto that one URL. What the tag does not do is redirect anyone: visitors on any variant see the page normally, because this is a signal to crawlers, not a rule for browsers. It is also a hint rather than a command - search engines usually honour it, but will override it if the evidence strongly disagrees. This runs in your browser.
Comment utiliser cet outil
- Enter the URL you want to be authoritativeUse the full absolute URL including https:// and the exact host - www or non-www, matching what you actually serve.
- Normalise itDecide on trailing slash and lowercase, then apply the same convention across the whole site.
- Copy the generated tagPaste it into the head of the page, and of every variant that should consolidate onto it.
- Verify in Search ConsoleThe URL Inspection tool reports which URL Google actually chose as canonical, which is not always the one you declared.
Pourquoi l’utiliser
- Consolidates ranking signals onto one URL instead of splitting them across near-duplicates.
- Prevents tracking parameters from creating dozens of indexable copies of one page.
- Costs nothing for visitors - no redirect, no behaviour change.
- Generates correct absolute-URL syntax, which is where hand-written canonicals usually go wrong.
- Runs in your browser with no account.
Usages courants
- A product reachable through several category paths that should rank as one page.
- Campaign URLs with UTM parameters that would otherwise be indexed separately.
- Paginated or filtered listings pointing back to a main version.
- Syndicated content pointing at the original article on your own site.
- Fixing a site indexed at both www and non-www.
Conseils pour de meilleurs résultats
- Always use absolute URLs. A relative canonical is a frequent and quietly damaging mistake.
- Every page should have a self-referencing canonical pointing at itself. That is normal and recommended, not redundant.
- Pick one host convention and one trailing-slash convention, then apply them everywhere. Inconsistency creates the problem the tag is meant to solve.
- A canonical is a hint. For a permanent move, a 301 redirect is the stronger and more appropriate signal.
- Check the canonical Google actually selected in Search Console rather than assuming your declaration was accepted.
Erreurs à éviter
- Pointing every page's canonical at the homepage, which tells Google the rest of the site is not worth indexing.
- Using a relative URL, which resolves unpredictably and often points somewhere unintended.
- Canonicalising to a URL that redirects, 404s or is itself noindexed - all of which send contradictory signals.
- Combining a canonical with a noindex tag on the same page, which is contradictory and unpredictable.
- Declaring a canonical to a page with genuinely different content. Search engines will simply ignore it.
- Assuming the tag redirects visitors. It does not affect what any user sees.
Questions fréquentes
Enter the URL you want treated as authoritative above and copy the generated link tag into the head of your page - and of every variant that should consolidate onto it.
Yes. No account, and it runs entirely in your browser.
www versus non-www, HTTP versus HTTPS, trailing slashes, tracking parameters, session ids, and products reachable through several category paths. All are separate URLs to a crawler even though they show identical content.
No. It is a signal to search engines only. Anyone visiting any variant sees the page exactly as normal.
Yes, and it should normally point at itself. A self-referencing canonical is standard practice and removes ambiguity when a parameter gets appended to the URL.
Use a 301 when the old URL should genuinely stop existing - a permanent move. Use a canonical when both URLs must remain reachable but only one should rank, such as filtered listings or tracked campaign links.
Because it is a hint rather than a directive. Google overrides it when the evidence disagrees - most often when the canonical points to a page with meaningfully different content, or when internal links and sitemaps point elsewhere. Search Console shows the URL it chose instead.
Yes - cross-domain canonicals are the standard approach for syndicated content, telling search engines the original on your site is the version that should rank.
Les gens recherchent aussi
- canonical url generator
- canonical tag seo
- rel canonical example
- duplicate content fix
- canonical vs 301 redirect
- self referencing canonical
- how to add canonical tag