Canonical URL
Quick Definition
A canonical URL is the preferred version of a web page that search engines should index when multiple URLs contain identical or very similar content. Setting canonical URLs prevents duplicate content issues.
Why It Matters
Duplicate content confuses search engines about which version of a page to rank. Canonical URLs solve this by telling Google which version is the 'official' one. Without proper canonicalization, your ranking power gets split across multiple duplicate URLs, weakening all of them.
Real-World Example
An e-commerce product can be accessed via multiple URLs: /shoes/nike-air-max, /sale/nike-air-max, and /search?product=nike-air-max. All three show the same content. Setting a canonical URL on each page pointing to /shoes/nike-air-max tells Google to consolidate all ranking signals to that single URL.
Signal Connection
Relevance -- Canonical URLs prevent relevance dilution. Instead of Google splitting relevance signals across multiple duplicate pages, canonicalization concentrates all signals on one URL, making it maximally relevant for its target keywords.
Pro Tip
Check your pages for canonical issues using the URL Inspection tool in Google Search Console. It shows you which URL Google considers canonical for any given page. If Google picks a different canonical than you intended, investigate why.
Common Mistake
Confusing canonical URLs with 301 redirects. A canonical tag is a suggestion to Google ('please index this version'), while a 301 redirect physically sends users to a new URL. Use canonicals when you want both URLs to remain accessible, and 301s when you want to permanently move to a new URL.
Test Your Knowledge
What is the primary purpose of a canonical URL?
Show Answer
Answer: B. To tell search engines which version of duplicate content to index and rank
A canonical URL tells search engines which version of a page is the preferred one when multiple URLs contain identical or very similar content. This consolidates ranking signals and prevents duplicate content issues.