NNorthstar SEO ToolkitTechnical SEO tools for lean websites
URL consolidation

Generate canonical tags that make the preferred page version easier to understand.

Compare the current page URL against the preferred URL, generate the canonical tag, and review the notes before you publish duplicate or parameterized pages.

Templates
Next steps

What to do after the preferred URL is clear

Canonical tags are strongest when the tag itself is only one part of a wider preferred-URL pattern across the site.

1. Copy
Take the canonical tag

Copy the final canonical tag once the preferred URL is clearly the page version you want every supporting signal to reinforce.

2. Validate
Compare current and preferred URLs

Use the comparison view and warnings to catch redirecting targets, parameter issues, or mixed preferred URL patterns.

3. Publish
Update the page and supporting signals

Add the tag to the page head, then make sure internal links and sitemap entries point to the same preferred destination.

Canonical builder
Why should this URL be the preferred version?
Generated canonical tag
Preferred URL output for your page head
<link rel="canonical" href="https://yourdomain.com/" />
Comparison view
Active template
Homepage
Preferred URL
Set
Current page
Set
Current page URL
https://yourdomain.com/
Preferred canonical URL
https://yourdomain.com/
Note

Users can reach the same page with multiple host versions.

Things to review
  • This is a self-referencing canonical. That is usually correct for the preferred page version.
Use this when
  • You need one preferred URL for duplicate, tracked, or filtered versions of a page.
  • You want to compare the current page URL against the canonical target before publishing.
  • You are cleaning up mixed signals around parameters, alternate hosts, or duplicate paths.
Good fit for
  • Content or product pages with tracking parameters.
  • Collection or category pages with filter and sort variations.
  • Sites where preferred URLs need to be made more consistent across templates.
Before you publish
  • Make sure the canonical target is indexable, final, and not redirecting somewhere else.
  • Align internal links and sitemap entries with the same preferred URL.
  • Do not use canonicals to merge pages that serve genuinely different search intent.
Examples

Common canonical patterns

These patterns cover the duplicate and parameter cases that usually need the most careful URL consolidation.

Homepage
Use a self-referencing canonical on the main page version.

<link rel="canonical" href="https://yourdomain.com/" />

Make sure the homepage URL is the exact version you want everywhere else to reinforce.

Blog post
Point parameterized or slash-variant article URLs back to the clean article URL.

<link rel="canonical" href="https://yourdomain.com/blog/canonical-tag-mistakes" />

Avoid canonical targets that redirect or disagree with internal links and sitemap entries.

Filtered collection
Consolidate sort and filter variations into the main collection page.

<link rel="canonical" href="https://yourdomain.com/collections/sneakers" />

Only consolidate when the filtered page is not a distinct landing page with separate search intent.

Frequently asked
Should the canonical URL always match the current page URL?

For the preferred version, yes, a self-referencing canonical is usually the cleanest default.

Can canonicals fix redirect problems?

Not by themselves. If the page should move permanently, a redirect is usually cleaner than a canonical alone.

Why does the tool warn about mixed signals?

Because canonicals work best when internal links, sitemap entries, and the page itself all support the same preferred URL.

Is a canonical the same as noindex?

No. Canonical suggests a preferred version. noindex tells search systems not to index a page.

Common mistakes
  • Pointing canonicals at URLs that redirect or are not actually the preferred destination.
  • Using canonicals to hide fundamentally different pages instead of fixing the site structure.
  • Letting internal links, sitemaps, and canonicals point to different preferred URLs.
How to use it
  • Choose one stable preferred URL and keep your canonical, internal links, and sitemap aligned with it.
  • Use self-referencing canonicals on the preferred version whenever that version should stand on its own.
  • Review parameter, filter, and campaign URLs carefully so they consolidate only when that matches the page intent.