Definition
A canonical tag (rel="canonical") is the link-element instruction that tells search engines which URL is the preferred address for a piece of content when duplicates or near-duplicates exist. It lives in the page's <head> as <link rel="canonical" href="https://...">.
When to use a canonical tag
Three cases. (1) Self-canonical on every page (the default): announces 'this URL is itself the canonical'. (2) Cross-canonical to another URL on your own site (e.g. /blog/post?utm_source=ig points to /blog/post). (3) Cross-canonical to a URL on another domain when you syndicate content (e.g. a guest post that also lives on Medium points back to your own site's version).
Self-canonical vs cross-canonical
A self-canonical tag points at the URL of the page it lives on. It's a positive declaration: 'this URL is itself the canonical for this content.' A cross-canonical tag points at a different URL — same site or another domain — and asks Google to consolidate signals to that other URL. Self-canonical is the default and the right answer 95% of the time.
Canonicals on Squarespace specifically
Squarespace auto-emits a self-canonical on every page using the page's primary URL — the slug under the Pages panel. The platform handles trailing-slash and protocol consistency correctly. Manual override is possible via Page Settings → SEO → Canonical URL on each page; that field accepts a full URL and overrides the auto-emitted self-canonical. Use sparingly.
Related terms
Canonicals sit alongside hreflang and noindex in the indexing-control cluster.