How does using options and variants affect seo?

Don147
Visitor
2 0 0

How does using options and variants affect seo?  Should I list all 52,000 light fixtures as in individual Handles, or 7430 handles with 7 color variants each?

Replies 6 (6)

KieranR
Shopify Partner
333 27 115

It's a series of trade offs, both can be made to work reasonably well.

I think the first step would be to understand what people search for. Are the variants variants going to be long-tail search targets? Or are people are only searching for the primary products? Keyword research tools can help here. If there is no long-tail variant organic search volume to target, then you're trying to fix a problem that doesn't exist in your case, so just do what's easier. 

On the other hand, if there is likely to be organic traffic potential in the long tail in your category, then spend more time here.

For now I've tried to list out a few pros/cons of each approach off the top of my head:

Variant URLs - pros:

  • Variant switching between 7 colour variants is easy as nearly all themes have a built in UI to handle this
  • Easier to manage products and rules in Shopify as there is an established relationship between parent > variant and variant siblings

Variant URLs - cons:

  • URLs are not pretty
  • Shopify will output the canonical URL as the primary product, this will need to be customized to help each variant page rank
  • Variant page <titles> will show primary product title, but this can be customized
  • Variant meta descriptions will be duplicate - you can customize this or introduce some metafields to help write custom ones, but then possibly difficult to admin
  • If you set each variant to self canonicalize then you will get dupe on-page content, the descriptions and extended information will be exactly the same. Ideally you want to have unique content on each page you want to rank. But you could make the descriptions generated from product data or something like that. 

Unique handles - pros: 

  • pretty URLs
  • canonicalisation rules easy
  • custom titles/meta fields are pretty easy as you just use the standard fields
  • JSON-LD fields are pretty easy to 

Unique handles - cons: 

  • Much larger number of SKUs to manage (but can be bulk managed with the right approach)
  • Can still end up with duplicate content that may be more tricky to auto generate descriptions for.
  • "variant groups" need to be manually configured somehow, could use metafields. But each "variant" needs to be related to sibling SKUs.
  • Need to build custom UI to handle variant switching as most themes will not recognize

Other ideas:

  • Use a PIM like Akeneo or something to generate and manage all of the the product listings that could alleviate some admin overhead down the road.
  • Go headless and build out a completely bespoke frontend that avoids some of these cons, like creating your own URL routes for variants.
  • Use CloudFlare orange (enterprise only) and customize a CF Worker to dynamically rewrite variant URL's on the fly.

There are probably better people who can consult on a better approach to these kind of scale problems. Might be worth exploring how other Shopify sites are handling similar scenarios, or even reaching out to store owners in similar situations. Personally I'm more used to smaller scale sites sub-1k products.

Full time Shopify SEO guy, based in NZ. Sometimes freelance outside the 9-5.
Don147
Visitor
2 0 0

I am going to experiment with some products using variants, but will put most on without for now, after researching how these products are being advertised. Thanks!

sarah_k_BVA
Visitor
2 0 0

How does one update each variant's title tag? @KieranR 

TurnerSally
Visitor
1 0 0

In general, search engine optimization can improve your site and save time. You just need to know how to do it right. I had my own website, and I hired experts in the business. They analyzed the content and structure of my site, helped with good content creation, and created a keyword that put the site forward. Later I found the site https://limitlessreferrals.info/seo-tools/ and realized that I was free to promote my site without specialists. I advise you to delve into this topic too, learn all the tools and components, and you will understand how to use all its features and tools. I wish you good luck in promoting it.

KieranR
Shopify Partner
333 27 115

@sarah_k_BVA not easily. You could use a combination of custom liquid and a metafield with custom liquid to have custom unique Then you still need to make the variants crawlable, indexable (not canonicalized to primary PDP) and uniquie enough in other ways to even get indexed/ranked. Then the URLs are still a mess with variant IDs appended. Or you could use JS for some of this, and do it on the front-end, though I feel this is likely not as robust for the intended purpose of changing what shows up in Google, because even with full Chrome/Googlebot rendering will sometimes have gbot rendering issues and delays the static content can still wind up in the index.

Full time Shopify SEO guy, based in NZ. Sometimes freelance outside the 9-5.
sellingstuff
Shopify Partner
18 0 0

You could use a variant metafield and output this in the title tag.