Canonical URL is the single, preferred version of a page that you declare to search engines, via a rel="canonical" tag, so that duplicate or near-duplicate URLs all consolidate their ranking signals into one address.
Why it matters
The same page often exists at several URLs: with and without trailing slash, with UTM parameters, under www and non-www, or syndicated on another domain. Without canonicalization, engines split link equity across those copies and may index the wrong one. For SaaS content teams this shows up constantly, UTM parameters on shared links, staging domains that leak, and republished posts. Getting canonicals right also wastes less crawl budget, because bots stop re-fetching five variants of the same article, and it gives AI crawlers one unambiguous URL to associate with your content.
How to use it
- Add a self-referencing canonical tag to every page by default; it costs nothing and neutralizes accidental parameter duplicates.
- When you republish or syndicate content (Medium, partner blogs), have the copy canonical back to your original so your domain keeps the credit.
- Keep signals consistent: the canonical URL should be the one in your XML sitemap, your internal links, and your redirects, mixed signals let engines pick for you.


