Why canonical tags matter
The same content is often reachable from more than one URL - with and without a trailing slash, with tracking parameters, or through filters and pagination. Search engines see these as separate pages, which can split your ranking signals and trigger duplicate-content issues.
A canonical tag solves this by naming the single, preferred version of a page. Search engines then consolidate signals onto that URL. A self-referencing canonical - where a page points to itself - is a widely recommended best practice because it removes ambiguity created by stray parameters.
What a canonical tag looks like
A canonical tag is a single link element in your page's <head> pointing at the preferred URL:
<link rel="canonical" href="https://example.com/preferred-page" />Always use the full, absolute URL (including https and the domain), and make sure the canonical points to a live, indexable page - not a redirect or a 404.
Canonical issues in Google Search Console
Canonicals show up in Search Console's Page indexing report, and the messages confuse people. "Alternate page with proper canonical tag" is not an error - it simply means Google found a page that correctly points to a different canonical, so it indexed the canonical instead. That is working as intended.
"Duplicate without user-selected canonical" and similar warnings mean Google found duplicates but you did not specify which is the master, so it chose for you. The fix is to add an explicit, self-consistent canonical tag - which is exactly what this tool generates.
How to use this tool
Paste the URL you want treated as the master version. The tool validates it and outputs a ready-to-paste canonical link tag, with an option to add a matching og:url tag for social platforms. Drop it into the head of every duplicate or near-duplicate page.
Part of a healthy technical setup
Canonicals pair naturally with correct hreflang tags and clean meta tags. Once the technical foundation is solid, Soro keeps the content flowing so those pages have something worth ranking.