- Home
- Glossary
- SEO for Ecommerce
- Canonical Tag
Canonical Tag
An HTML element indicating the preferred URL when duplicate content exists.
1 min readLast updated Apr 2026
Quick Reference
CategorySEO for Ecommerce
Related Terms1
An HTML element indicating the preferred URL when duplicate content exists.
Why It Matters
Ecommerce sites often have the same product accessible via multiple URLs (filters, categories, parameters). Without canonicals, Google may index the wrong version, split ranking signals, or penalize for duplicate content. Canonicals consolidate authority to your preferred URL.
Practical Example
Scenario
A product page is accessible via 5 URLs: direct, category path, filter path, with tracking parameters, etc.
Calculation
Without canonical: Google indexes 3 versions, ranking signals split 3 ways, none ranks well. With canonical: All point to one URL, signals consolidated.Result
Implementing proper canonicals consolidates ranking power, improving position from page 3 to page 1 for key product keywords.
Pro Tips
- 1Every page should have a self-referencing canonical (pointing to itself if it's the original)
- 2Paginated pages should canonical to themselves, NOT page 1
- 3Use absolute URLs in canonicals, not relative paths
- 4Ensure canonical URL is the version you actually want ranking
Common Mistakes to Avoid
Canonicalizing all paginated pages to page 1 (wrong; each page should self-canonical)
Conflicting signals: canonical says A, but links point to B
Canonicalizing to non-indexable pages (creates confusion)