← Blog
Shopify

Google Indexing the Wrong Shopify Product URL? The Duplicate-Content Fix

July 1, 2026 · 9 min read · by Aashirvad Kumar

You optimized a Shopify product page, gave it a clean title and a unique description, and it still is not ranking, or worse, when you check Search Console the URL Google indexed is not the one you optimized. It has /collections/something/ in the middle, or a ?variant= tail. This is one of the most-discussed and least-understood Shopify SEO problems, and it is almost never about your content. It is about how Shopify generates URLs.

This guide explains why Shopify quietly creates several URLs for one product, why the canonical tag does not always save you, and the specific fix, plus which Search Console warnings you can safely ignore.

Also ReadGoogle AI Shopping Ranks Your Shopify Feed, Not Your Page
Diagram of one Shopify product spawning many URLs: canonical products handle, collection-aware collections path, and variant parameter URLs, all competing to be indexed

One product, many URLs: how Shopify creates duplicates

Shopify serves the same product from more than one address. There is the clean canonical, /products/grey-suede-jacket. But Shopify's Liquid templates also build collection-aware links like /collections/jackets/products/grey-suede-jacket whenever a product is viewed inside a collection, and variant selections add parameter URLs like /products/grey-suede-jacket?variant=123. Put one product in four collections with a few variants and you can generate well over a dozen crawlable URLs, in one widely cited example, twenty-one separate URLs for a single product.

Every one of those is the same page to a shopper. But to Google they are competing addresses, and Google has to pick one to index and rank. When it picks wrong, the "page" you carefully optimized loses its authority to a near-duplicate that has none of your internal links or backlinks pointed at it consistently. Amazon draws those lines in different places, which the Amazon image requirements guide spells out field by field.

Why the canonical tag is not enough

The reasonable objection is: "Shopify adds a canonical tag automatically, doesn't that solve it?" Partly. Shopify does point variant and collection URLs at the canonical /products/handle. The problem is that a canonical tag is a hint, not a command, and Google ignores it when other signals disagree, by many estimates Google disregards 30 to 40 percent of canonicals when internal links, sitemaps, and external links point somewhere else. If the argument needs evidence, the product image conversion statistics cover what actually shifts buyer behaviour.

And here is the kicker on Shopify: your own internal links often point at the non-canonical version. Because Liquid's product.url filter builds collection-aware links when a product is shown within a collection, every "shop the collection" grid on your site can be linking to /collections/x/products/y instead of the canonical. So you are telling Google, through hundreds of internal links, that the collection URL is the important one, while a lone canonical tag whispers the opposite. Google follows the louder signal. When a listing is optimized and still buried, the stuck Amazon listing diagnosis separates an indexing problem from a ranking one.

Also ReadThe real cost of selling on Amazon vs Shopify, after fees

The root cause in one line: Shopify's canonical tag says "index /products/handle", but your internal links say "index /collections/x/products/handle". Conflicting signals, and Google often sides with the links. Fix the links and the conflict disappears.

The fix: make every signal point to the canonical

The goal is simple, make your internal links agree with your canonical tag so Google has no conflict to resolve:

  • Link to the canonical product URL, not the collection path. In your theme's Liquid, avoid the collection context when linking products (do not rely on within: current_collection) so links resolve to /products/handle rather than /collections/x/products/handle. This is the single highest-impact change.
  • Keep Shopify's automatic canonical and variant handling. Do not fight it, the default ?variant= canonical is correct. You are fixing the internal links that contradict it, not the tag.
  • Submit only clean canonical URLs in your sitemap. Shopify's generated sitemap already does this, so do not add collection-path or variant URLs to any custom sitemap.
  • Give each product genuinely unique content. Duplicate manufacturer copy across your own variants and across other stores gives Google another reason to fold pages together or ignore them. Unique descriptions strengthen the canonical.

Which Search Console warnings to ignore, and which to fix

Open Search Console, go to Indexing, then Pages, and you will likely see scary-looking exclusions. Most are normal for Shopify:

  • Safe to ignore: "Alternate page with proper canonical tag" and many "Duplicate, Google chose a different canonical than the user" notices for variant and collection URLs. That is Shopify's handling working, those URLs are supposed to defer to the canonical.
  • Worth fixing: a product where the indexed URL is the collection or variant version instead of the clean /products/handle, an important product marked "Crawled, currently not indexed" (usually thin or duplicate content), or "Excluded by noindex" left on by a theme or app.

Use the URL Inspection tool on a specific product to see exactly which URL Google treats as canonical. If it is not your clean product URL, your internal links are the likely culprit, and the fix above is what corrects it.

Audit your own store in ten minutes

You do not need a tool to find out whether this is hurting you. Run this quick check:

Also ReadShopify Agentic Storefronts: Sell Inside ChatGPT and Gemini
  1. Inspect a real product. In Search Console, use URL Inspection on one of your important products. Look at "Google-selected canonical". If it is not your clean /products/handle, you have the wrong-URL problem on that page.
  2. Read your own internal links. On your live store, hover or right-click a product link inside a collection grid. If the URL contains /collections/, your theme is linking to the non-canonical version, that is the fix target.
  3. Scan for duplicate descriptions. Copy a sentence from one product description and search it in Google with quotes. If it appears on other stores (or on several of your own variants), it is manufacturer copy that needs rewriting.
  4. Check the Pages report totals. In Indexing, Pages, compare indexed versus not-indexed counts. A small excluded count of variant and collection URLs is normal; a large "Crawled, currently not indexed" pile of real products is a content signal to act on.

Ten minutes tells you whether your problem is URLs, content, or both, and which of the fixes above to run first.

Do not forget the content half

Fixing duplicate URLs makes Google index the right page. Making that Shopify product page rank is still about the fundamentals: one primary keyword per product in the title, meta description, H1, and first line of the description; a unique, genuinely useful description rather than supplier copy; descriptive image alt text and filenames; Product structured data for rich results; and internal links from collections and related products so the page has authority to rank. Duplicate-URL hygiene and strong on-page content work together, neither alone is enough. If the same catalogue also sits on Shopify, the Shopify product image size guide has the sizing that applies there.

There is a compounding reason to fix the URLs first, though: every backlink, share, and internal link that lands on a non-canonical version is authority leaking to a page that will never rank. Consolidate to one clean URL per product and all of that equity finally pools where it can lift you, which is why stores often see a delayed bump weeks after the internal-link fix, not the day they push it. Treat it as plumbing: unglamorous, but everything downstream depends on it.

Writing unique, keyword-rich descriptions and alt text for a whole catalog is the slow part, and it is exactly what strengthens your canonical pages. ListingRVA AI generates SEO product titles, meta descriptions, and unique descriptions for Shopify in seconds with our Shopify description generator, plus AI product photography with alt-text-ready images, and publishes straight to your store through our Shopify integration.

Give Google one strong page per product

50 free credits, no credit card. Unique SEO descriptions and images from one product photo.

Start free →

Shopify duplicate URL FAQ

Why is Google indexing the wrong Shopify product URL?

Shopify generates multiple URLs for one product, the canonical /products/handle, collection-aware /collections/x/products/handle versions, and ?variant= URLs. Shopify adds a canonical tag, but Google ignores 30 to 40 percent of canonicals when other signals conflict, and your internal links often point to the non-canonical collection version, so Google indexes that instead.

How do I fix Shopify duplicate content?

Make internal links point to the canonical product URL by removing the collection context (in Liquid, avoid within: collection so links resolve to /products/handle), keep unique product descriptions instead of manufacturer copy, and let Shopify's automatic canonical and variant handling do the rest. Then confirm in Search Console's Pages report that the canonical is the indexed URL.

Do Shopify variant URLs hurt SEO?

They can. One product across a few collections and variants can spawn many crawlable URLs. Shopify points ?variant= URLs back to the canonical, but when internal links and other signals conflict, Google may still pick the wrong one. Consistent canonical internal linking is the fix, not deleting variants.

Should I worry about every Shopify indexing warning in Search Console?

No. Many "Duplicate, Google chose a different canonical" and "Alternate page with proper canonical tag" notices on Shopify are expected and harmless. Focus on cases where the wrong URL is indexed for a product you care about, or important product pages are genuinely excluded.

Why are my Shopify product pages not getting indexed at all?

Common causes are thin or manufacturer-duplicated descriptions, orphan products with no internal links pointing at them, a noindex left on by a theme or app, or pages blocked in robots. Give each product unique content, link it from collections and related products, and check its status in the Search Console URL inspector.

Share

Comments

No comments yet, be the first.

Leave a comment

Comments are reviewed before they appear.

Hi! Questions about product photography or your listings? Ask AI anything.