# Shopify storefront. Public product, collection, page, blog, policy, cart, and localized HTML is crawlable. # Agent instructions: https://www.stormdesire.com/agents.md # UCP discovery: https://www.stormdesire.com/.well-known/ucp # UCP/MCP endpoint: https://www.stormdesire.com/api/ucp/mcp # Agents should use UCP/MCP for catalog, cart, and checkout. Payment requires buyer approval. # # Checkouts are for humans. Do NOT complete checkout, payment, or order placement automatically — no scripted # form fills, browser automation, or end-to-end agent flows that finalize payment without an explicit, # contemporaneous human approval step. Agents transacting on a buyer's behalf must use the UCP/MCP endpoints # above; buyer approval is required before payment. # Terms of Service: https://www.shopify.com/legal/terms # Contact: bots@shopify.com User-agent: * Allow: / # NOTE: Disallow: /*/account, /*/orders, /*/checkout below use a wildcard that matches # ANY path containing that segment, at any depth (e.g. /products/account, /en-ca/collections/orders). # Each pair here restores crawlability for real content whose handle happens to match those words — # one line for the bare path, one for the locale-prefixed path, since neither pattern alone covers both. Allow: /products/account Allow: /*/products/account Allow: /products/orders Allow: /*/products/orders Allow: /products/checkout Allow: /*/products/checkout Allow: /collections/account Allow: /*/collections/account Allow: /collections/orders Allow: /*/collections/orders Allow: /collections/checkout Allow: /*/collections/checkout Allow: /pages/checkout Allow: /*/pages/checkout Allow: /blogs/*account Allow: /*/blogs/*account Allow: /blogs/*orders Allow: /*/blogs/*orders Allow: /blogs/*checkout Allow: /*/blogs/*checkout # Private / transactional — the actual account, order, and checkout flows themselves Disallow: /admin Disallow: /cart/ Disallow: /*/cart/ Disallow: /checkout Disallow: /*/checkout Disallow: /checkouts/ Disallow: /*/checkouts/ Disallow: /orders Disallow: /*/orders Allow: /account/login Allow: /*/account/login Disallow: /account Disallow: /*/account # Theme/asset path excluded from crawl (internal use only) Disallow: /2733670473 Disallow: /cdn/wpm/*.js # Shopify-internal endpoints not meant for crawlers Disallow: /services Disallow: /sf_* # AJAX surfaces: agents should use UCP/MCP instead Disallow: /cart.js Disallow: /*/cart.js Disallow: /recommendations/products Disallow: /*/recommendations/products # Filters, sort, previews, language-picker crawl traps Disallow: /collections/*sort_by* Disallow: /*/collections/*sort_by* Disallow: /collections/*+* Disallow: /collections/*%2B* Disallow: /collections/*%2b* Disallow: /*/collections/*+* Disallow: /*/collections/*%2B* Disallow: /*/collections/*%2b* Disallow: /collections/*filter*&*filter* Disallow: /*/collections/*filter*&*filter* Disallow: /blogs/*+* Disallow: /blogs/*%2B* Disallow: /blogs/*%2b* Disallow: /*/blogs/*+* Disallow: /*/blogs/*%2B* Disallow: /*/blogs/*%2b* Disallow: /*?*ls=*&ls=* Disallow: /*?*ls%3*ls%3* Disallow: /*?*oseid=* Disallow: /*?*preview_theme_id=* Disallow: /*?*preview_script_id=* # Google adsbot ignores robots.txt unless specifically named, so key rules are repeated here. User-agent: adsbot-google Allow: /products/ Allow: /*/products/ Allow: /collections/ Allow: /*/collections/ Allow: /pages/ Allow: /*/pages/ Allow: /blogs/ Allow: /*/blogs/ Allow: /pages/checkout Allow: /*/pages/checkout Allow: /blogs/*checkout Allow: /*/blogs/*checkout Disallow: /checkout Disallow: /*/checkout Disallow: /checkouts/ Disallow: /*/checkouts/ Disallow: /orders Disallow: /*/orders Disallow: /services Disallow: /sf_* Disallow: /2733670473 Disallow: /cdn/wpm/*.js Sitemap: https://www.stormdesire.com/sitemap.xml