Research · June 10, 2026 · 9 min read
Shopify Just Auto-Enabled llms.txt and agents.md for Stores
On May 29, 2026, Shopify published a Developer Changelog entry confirming three new auto-generated routes on Shopify storefronts: /llms.txt, /llms-full.txt, and /agents.md. Up until last week, llms.txt was something Shopify merchants added by hand (or installed an app for). Now Shopify generates it for you, alongside a new file called agents.md that essentially functions as an operator's manual aimed at AI agents.
This is one of the most significant Shopify SEO infrastructure changes in 2026. If you sell on Shopify, you should know what's in these files by default, when you should customize them, and how. This post covers the verified facts (sourced from Shopify's official Developer Changelog) and the practical customization model.
What Shopify shipped — verified
- Date: May 29, 2026 (effective date in Shopify's changelog)
- Three auto-generated routes on Shopify storefronts:
/llms.txt,/llms-full.txt,/agents.md - Eligibility is not specified in the changelog entry. Most secondary sources report it's rolling out to Shopify storefronts broadly, but the official document doesn't state “every store” explicitly. If you're a Shopify merchant, check your own storefront at
/llms.txtto confirm. - Customization model: three Liquid template files can override the defaults —
templates/agents.md.liquid,templates/llms.txt.liquid, andtemplates/llms-full.txt.liquid - Fallback chain: if no template is present for a given path, Shopify falls back to your agents.md template, then to the Shopify-generated default. Direct quote from the changelog: “If no template is present for a given path, it falls back to your agents.md template, then to the Shopify-generated default.”
What each file is for
/llms.txtA Markdown summary of the store — name, one-line description, key URLs (collections, search, contact). The compact version. Same llmstxt.org spec used by other sites.
/llms-full.txtOptional expanded version of llms.txt — more detail on store content, structured for AI parsers that want depth over brevity.
/agents.mdNew format Shopify is using to tell AI agents what they're allowed to do on the store. Functions like an operator's manual: declares supported agent flows (browse, search, cart, checkout), and what agents should NOT do. Aimed at the new wave of agentic AI tools (Universal Cart, Gemini, ChatGPT-User) that interact with the store programmatically.
When to customize vs. leave the default
Shopify's defaults are reasonable. For most stores, doing nothing is fine — your store gets a baseline AI-discoverability layer for free. You should consider customizing when:
Your store has a strong brand voice
The default llms.txt and agents.md use generic shop description fields. If your brand voice is part of your differentiation, override the templates with your actual brand copy.
You want to surface specific collections or pages to AI
The default llms.txt points at /collections/all. If you want AI to feature your signature collections (best-sellers, current campaigns) prominently, override the template with explicit recommendations.
You have agent-specific constraints
Subscription-only products, age-gated items, B2B-only catalogs, or items not allowed in agentic flows — you'll want a custom agents.md that flags these constraints explicitly.
You operate in regulated categories
Alcohol, CBD, supplements, financial services, regulated goods — the default agents.md doesn't include category-specific compliance instructions. Custom version recommended.
Example custom agents.md template
Drop into your theme as templates/agents.md.liquid. Edit the constraints to match your business:
<!-- templates/agents.md.liquid -->
# {{ shop.name }}
> {{ shop.description }}
## What agents can do here
- Browse collections at /collections/all
- Search products: /search?q={query}
- Inspect product details and inventory
- Initiate cart and checkout via UCP
- Track order status (with customer authentication)
## What agents cannot do
- Bulk-scrape product data outside published endpoints
- Create accounts on behalf of users without explicit consent
- Modify cart contents without user confirmation
## Useful URLs
- Storefront: {{ shop.url }}
- llms.txt: {{ shop.url }}/llms.txt
- llms-full.txt: {{ shop.url }}/llms-full.txtThe 4-step rollout playbook
Confirm Shopify auto-generated the routes for your store
Visit yourstore.myshopify.com/llms.txt, yourstore.com/llms-full.txt, and yourstore.com/agents.md. If you see content (not 404), you're already enrolled. If you see 404, check with Shopify support — the rollout may be staged.
Read what the default looks like
Open all three files and read them as if you were an AI. Does the description match your brand? Does the list of key URLs align with what you'd promote to AI? Does agents.md cover any product-category constraints unique to your business?
Override only what needs overriding
If the defaults are 80%+ acceptable, leave them alone. Shopify will keep improving them. If you need brand-voice copy, specific collection emphasis, or compliance constraints in agents.md, create custom Liquid templates.
Validate your custom templates render correctly
After editing templates, visit the live URLs (/llms.txt, /agents.md) to confirm Shopify is serving your override. The fallback chain is opaque — make sure the file you want is actually what Shopify serves.
The bigger context
Shopify auto-enabling llms.txt is one of the biggest baseline AI visibility shifts of 2026. A month ago, the question was “does your Shopify store have an llms.txt?” — and the answer for most stores was no. Today, the question is “has Shopify generated the default file, and have you customized it?” — the baseline moved.
This pattern will keep happening as AI infrastructure becomes plumbing. Platforms (Shopify, Wix, Squarespace, WordPress) will auto-enable progressively more agent-facing endpoints by default. Your job as a merchant shifts from “build the plumbing” to “customize what flows through it.”
See what your store's llms.txt and agents.md look like to AI
Our free scan inspects your store's llms.txt, agents.md, robots.txt, and structured data — and tells you whether the Shopify defaults are working for you or whether custom templates would meaningfully improve AI citation odds. Under 10 seconds, no signup.
Run my free scan →Sources: Shopify Developer Changelog — Customize /llms.txt, /llms-full.txt and /agents.md (May 29, 2026).
Written by the team at Kesem Marketing, a digital agency helping small businesses get found in the AI-first era.