A lot of the advice I’m seeing is about making sure product categories, colors, etc metafields are correct for indexing. But we don’t sell a typical product like a handbag that comes in different colors. We sell planning tools and are really in a category of our own. Additionally, a lot of our products are, on the back end, bundles, which some sales channels will not accept. What would you recommend to make sure we show up in search?
Hello Sara, my name is Emmanuel, founder of FeedArmy, and your host for today’s Shopify AMA for Google’s AI Overviews.
To increase visibility in Google’s AI surfaces (AI Overviews, AI Mode, and conversational shopping), the highest-impact lever for products is your Google Merchant Center product data. Google’s AI shopping answers are built from the Shopping Graph, which is fed by your product feed, so the more complete and structured your data, the more accurately AI systems can understand, represent, and recommend your products when shoppers ask questions in natural language.
I’ve made a video guide covering this here: https://www.youtube.com/watch?v=p3Ay8iy8v0A
Start with these two established attributes:
Product Highlight [product_highlight] : short bullet-style selling points AI can quote directly: Product highlight [product_highlight] - Google Merchant Center Help
Product Detail [product_detail] : structured technical specs (section/name/value), ideal for spec-driven questions: Product detail [product_detail] - Google Merchant Center Help
Then add the new conversational attributes, which Google rolled out specifically to help AI systems and conversational agents understand product nuances. They’re optional, submitted via a supplemental feed, primary feed, or the Merchant API, and adding them won’t affect the approval status of your existing products:
Question and Answer [question_and_answer] : arguably the highest-leverage one. FAQ pairs in plain language directly match how people ask AI (“does it have a headphone jack?”). If your product pages already have FAQs, most of this data exists, it just needs mapping: Question and answer [question_and_answer] - Google Merchant Center Help
Variant Option [variant_option] : lets you declare variant dimensions beyond the standard color/size/material set (e.g. “graphics card”, “scent”, “wattage”), so AI doesn’t have to guess variant differences from titles. Used together with item_group_id: Variant option [variant_option] - Google Merchant Center Help
Item Group Title [item_group_title] : a clean shared title for the whole variant family, so AI can present the product group first, then drill into a specific variant: Item group title [item_group_title] - Google Merchant Center Help
Related Products [related_product] : declares accessories, spare parts, substitutes, “often bought with” relationships, which powers cross-sell answers like “what accessories work with this”: Related product [related_product] - Google Merchant Center Help
Document Link [document_link] : URLs to hosted PDFs (manuals, spec sheets, assembly guides, ingredient lists) that AI agents can reference for detailed questions your description doesn’t cover. Most valuable for electronics, appliances, furniture, tools: Document link [document_link] - Google Merchant Center Help
Popularity Rank [popularity_rank] : a 0–100 value ranking each product against the rest of YOUR catalog, helping AI answer “best” and “most popular” queries. Note this ranks your own products against each other, not against competitors, setting everything to 100 won’t help. Keep it updated as sales data changes: Popularity rank [popularity_rank] - Google Merchant Center Help
A few practical tips:
1. Don’t duplicate data, Google explicitly says not to repeat information already in description, product_highlight, or product_detail inside the conversational attributes.
2. Keep feed and landing page consistent, the details in your feed must match what’s shown on the product page.
3. If your catalog is large, start with your top-selling SKUs: question_and_answer and popularity_rank first, then variant_option + item_group_title if you sell variants.
And beyond these, aim for overall feed completeness, the full product data specification is here, and every accurately filled attribute is another fact AI systems can use: Product data specification - Google Merchant Center Help
And here with the item group title and variant option, if you have variations that are not like you say handbags or apparel products, use these two attributes, as you can assign you own custom variation labeling.
Make sure your theme supports JSON LD structured data, so that Google and other search engines can read the page and show rich search results.
Submit your sitemap in the Google Search Console. This allows Google bots to regular updates its index for your site. If a page is not indexed, you can see why it’s not being indexed. GSC will show how many pages are indexed in total for your site.
Other than the above 2 things, make sure your products and collections show enough details with the suitable keywords.
Hello @Sara_Olsher
Sara, the color/variant advice doesn’t apply to your catalog, so you can mostly ignore it.
On the bundle side: Merchant Center has an is_bundle attribute (set it to yes for any product that’s a bundle of distinct items). That’s usually what causes channels to reject them. They see a product without a GTIN and assume the identifier is just missing. With is_bundle: yes, the GTIN requirement is waived for that item.
For product category, Google’s taxonomy actually covers this area. Things like “Office Supplies > Paper Products > Notebooks & Journals” or planners subcategories. Worth checking the exact match at Google product category [google_product_category] - Google Merchant Center Help. Using a precise taxonomy entry helps Google route your products to the right queries, even if the category feels like a stretch.
For structured data on the product pages: standard Product JSON-LD is correct. Since you have no color/size variants, the description field matters more than usual. Google reads it to understand what the product actually does, which is especially important for information-dense products. If your theme generates a thin or truncated description in the schema output, that’s worth fixing.
Run one of your product URLs through the Rich Results Test (https://search.google.com/test/rich-results) and paste what it shows, happy to dig into the specifics.
Hi @Sara_Olsher
Sara, the color/variant advice doesn’t apply to your catalog, so you can mostly ignore it.
On the bundle side: Merchant Center has an is_bundle attribute (set it to yes for any product that’s a bundle of distinct items). That’s usually what causes channels to reject them. They see a product without a GTIN and assume the identifier is just missing. With is_bundle: yes, the GTIN requirement is waived for that item.
For product category, Google’s taxonomy actually covers this area. Things like “Office Supplies > Paper Products > Notebooks & Journals” or planners subcategories. Worth checking the exact match at Google product category [google_product_category] - Google Merchant Center Help. Using a precise taxonomy entry helps Google route your products to the right queries, even if the category feels like a stretch.
For structured data on the product pages: standard Product JSON-LD is correct. Since you have no color/size variants, the description field matters more than usual. Google reads it to understand what the product actually does, which is especially important for information-dense products. If your theme generates a thin or truncated description in the schema output, that’s worth fixing.
Run one of your product URLs through the Rich Results Test (https://search.google.com/test/rich-results) and paste what it shows, happy to dig into the specifics.