Why doesn't my Shopify store show up in ChatGPT?
Three usual causes, in order of likelihood. (1) Your Shopify Catalog enrollment is on, but your products fail per-channel eligibility because GTIN, brand, or policy fields are missing. (2) An app you installed once added a Disallow line to robots.txt.liquid that blocks OAI-SearchBot. (3) Your product titles match a category ChatGPT routes to a competitor with denser product data.
Read the long answer → Is Shopify Catalog the same thing as Google Merchant Center?
No. Shopify Catalog is Shopify's own global product index, syndicated to Shop, ChatGPT, Perplexity, Gemini, and Copilot. Google Merchant Center is Google's free feed for Shopping and AI Overviews. You want both — and the data each one accepts is not identical.
Read the long answer → What does the Shopify Knowledge Base app actually do?
It does not change AI search ranking. It controls what AI shopping agents quote about your store when a buyer asks a question — return policy, shipping, sizing, materials. The app is free, first-party, and the answers feed Shop, ChatGPT, and the Shopify-side of any agentic search.
Read the long answer → Do I need the Shopify Agentic Plan?
No, if you already have an online store on Shopify. The Agentic Plan is for merchants who sell only through AI agents (no online store of their own) — they get product distribution into ChatGPT, Gemini, and Copilot without paying a monthly fee. If you already have a Shopify store, your Catalog enrollment already covers it.
Read the long answer → How do I edit robots.txt on Shopify?
Online Store → Themes → Edit code → templates → robots.txt.liquid. Shopify exposes the file as Liquid so you can keep its defaults and append rules. The default allows Google, Bing, GPTBot, ClaudeBot, PerplexityBot, and OAI-SearchBot. ThemeKit preserves your edits; admin theme uploads can overwrite them — check after every theme update.
Read the long answer → Why are /collections/*/products/* URLs competing with /products/*?
When a product is in a collection, Shopify generates a duplicate URL prefixed by the collection handle. Both pages serve the same product. Shopify auto-canonicals the prefixed URL back to /products/, but Google ignores ~30–40% of canonical signals when conflicts exist. The fix is internal-link discipline: never link to /collections/*/products/*, only to /products/*.
Read the long answer → What's the Agentic Storefronts page Shopify added in May 2026?
Shipped 2026-05-11. A new admin page that shows which queries on AI shopping engines your products rank for, surfaces product-data recommendations, and previews how your store reads in agentic search. It does not change visibility — it makes the visibility surface legible for the first time.
Read the long answer → Does adding more schema actually help?
Yes, on the AI side specifically. AI Overviews and ChatGPT shopping look for hasMerchantReturnPolicy, shippingDetails, Brand, AggregateRating, and Offer.priceValidUntil. Shopify themes emit baseline Product schema; the gaps are the fields rich results actually quote. The schema pillar maps which fields Shopify generates automatically and which you have to add via theme.liquid.
Read the long answer →