I’m running The802Gypsy on the Impulse theme and need help with a persistent Google search snippet issue.
The Problem:
Google is displaying collection recommendation links in my search snippets instead of my meta description, even though everything is set up correctly.
What Google Currently Shows:
Title: “Shop Women’s Pants”
Snippet: Links to other collections (American Gypsy, Gypsy Girl, Gypsy Fox USA, etc.)
What I Want Google to Show:
Title: “Shop Women’s Pants”
Snippet: “Discover trending women’s pants—skinny jeans, wide legs, trousers, and more. From casual to work-ready, find your perfect fit and style.” (my meta description)
What I’ve Verified (via Google Search Console): Page is indexed and available to Google
H1 “Pants Shop” and hero text “Women’s Pants” are visible to Google
Meta description is properly set (155 characters)
Schema markup is valid (Breadcrumbs detected)
Page renders correctly in Google’s test
The Issue:
My collection pages have a “Gypsy Vibes From The House” section at the bottom that displays links to other collections. Google seems to be prioritizing this section for the search snippet instead of my meta description.
I have 60+ collections, so I need a scalable solution (not editing each collection individually).
My Questions:
Is this an Impulse theme limitation, or can I control Google’s snippet selection?
Should I hide the collection recommendation section from Google using data-nosnippet or CSS?
Is there a global fix in theme.liquid to force Google to prioritize my meta description?
Has anyone else experienced this on Impulse? How did you solve it?
Not a theme issue. Google does as Google wants. All you can do is point it to the meta properties.
Sure, why not? It won’t hurt anything.
You cannot “force” Google to prioritize anything. Google does as Google wants. All you can do is point it to the meta properties.
This is already “solved” by the theme providing meta properties. What you can do is provide better meta titles and descriptions that are unique to each collection. Google already sees this:
Thank you so much for your quick and detailed response! Really appreciate the insight and confirmation that this is just how Google operates (frustrating as it is). We’ll definitely do another audit of our meta titles and descriptions to make sure each one is as unique and compelling as possible for every collection.
Just to clarify—even when Google is reading our meta properties, we’re still seeing the search result snippet display those collection recommendation links (see attached screenshot). I get that Google ultimately decides, but it’s wild how persistent that is.
We’ll try tightening up our meta descriptions again and might experiment with data-nosnippet on the collection links section just to see if it helps. If anyone has had luck nudging Google to use the meta over those collection links, I’d love to hear what worked for you.
60 collections is a lot to go through and create unique descriptions. I get it. Take your time. Search Console is pretty slow anyway. When you update, re-index the page, and then wait. Try to make the description fit the content as much as you can, as Google uses content as well in it’s algorithm thingamabob.
Thank you so much for your detailed response—this is exactly the kind of actionable advice I was hoping for! Really appreciate you clarifying that it’s not just an Impulse theme issue and confirming that data-nosnippet is the right scalable solution. Your step-by-step instructions make it super clear, and I love that you included how to find and wrap the relevant sections.
We’ll be rolling out new landing pages soon, so I’ll be implementing your suggestion and monitoring which sections need data-nosnippet as we go. Thanks again for sharing your expertise—this is a huge help!
This is a super common and frustrating issue, so please do not feel like you did anything wrong. Your setup is actually perfect.
To answer your first question, this is not an Impulse theme limitation at all. It is just how Google’s algorithm works. Google often ignores your custom meta description if it decides that other text or links on the page are more relevant to the searcher. When a collection page does not have a lot of paragraph text, Google tends to grab a list of links instead.
You hit the nail on the head with your second idea! You should absolutely use the data-nosnippet HTML attribute. Do not use CSS to hide the section, because Google can view hidden CSS as a spam tactic. The data-nosnippet attribute is a Google-approved way to say, “Do not use this section for search results.”
Here is how you can fix it globally for all 60+ collections at once:
Go to your Shopify admin, click Online Store > Themes, and select Edit code.
Look in your Sections folder for the file that controls that “Gypsy Vibes” recommendation block (it might be named something like collection-list.liquid or related-collections.liquid).
Find the main
that wraps that entire section and simply add the attribute to it, like this:
Save the file.
This tells Google to completely ignore those links for the search snippet. Once you do this, you can go into Google Search Console and request indexing again. Google will be forced to look elsewhere for text, which greatly increases the chance they will finally use your written meta description!
Dealing with Google’s strict rules and technical SEO can be a massive headache. To keep your meta tags, schema, and overall site structure perfectly optimized without constantly digging into code, I highly recommend trying SearchPie: SEO, Speed & Schema.
Hope this helps you take back control of your search results!
Bringing this one back up because I’m curious if anyone’s tried updating their collection pages with more descriptive content lately. Some folks have had success with this approach in similar situations. Maybe adding some unique text to those areas could help influence the snippets Google chooses to display. Anyone have any recent experiences or tips to share?
I think yes, it does work and it’s actually a low effort win for Shopify SEO. Because Google often ignores thin collection copy and pulls random text instead. So if we add unique, descriptive content, it will give search engine better material for snippets and also serve index and ranking. here are a few things we can do to help:
write a real intro above or below the product grid (I prefer above)
use unique meta title + meta description for that collection, avoid using Shopify defaults
add structure by using short H2s, bullets, and FAQ can help both SEO and AI extraction too
link from related blogs/products into collection
Anyways, we cannot fully control the snippet but better collection copy will help a lot beause it means Google has clearer text to choose from.
If you are seeking extra asisstance for this, you can try Shopify tools such as SEOWILL (here) which can help with tightening collection titles, metas and on-page copy
This probably isn’t an Impulse limitation. Google doesn’t have to use the meta description as the snippet, so if that collection section contains text/links that look relevant to the query, Google can choose that instead. I’d try data-nosnippet on the specific recommendation section before hiding anything with CSS. CSS can change what visitors see, but it isn’t a reliable way of telling Google what to use.