Shopify’s built-in duplication
The same product is reachable at:/products/trail-boot. This is correct default behaviour and generally does not need changing.
What does need attention: internal links should point at the canonical URL directly. Linking through collection paths wastes crawl and sends mixed signals, even with canonicals in place.
Other common sources
How canonicals actually work
A canonical tag is a hint, not a directive. Google may choose a different canonical if signals disagree — for example, if internal links, sitemaps, and canonicals point to different URLs. Make the signals agree:- Canonical tag points to the preferred URL
- Internal links use the preferred URL
- Sitemap contains only the preferred URL
- Redirects resolve to the preferred URL
Supplier descriptions
The most damaging duplicate content on most stores is not structural. It is the manufacturer’s description used verbatim on hundreds of competing stores. Canonicals cannot help here — the duplication is across domains. The only fix is rewriting. See product descriptions at scale.What not to do
- Do not
noindexduplicates that should be canonicalised.noindexremoves the page entirely rather than consolidating its signals. - Do not block duplicates in
robots.txtand also canonicalise them. A blocked page cannot be crawled, so its canonical is never read. - Do not delete duplicate pages that have links or traffic. Redirect them.

