What is llms.txt?
The llms.txt file is an emerging convention that lets website owners publish a compact AI discovery map for their most important content. Placed at the site root (https://your-store.com/llms.txt), it provides a structured summary of your business and a list of priority links.
It complements robots.txt and sitemap.xml. In practice, it should point AI systems toward strong canonical pages; it should not carry the whole visibility strategy by itself.
Important distinction: agent-card.json is a capability discovery file, while llms.txt is a content orientation file. In Verity Score’s observed logs, /.well-known/agent-card.json is crawled more consistently by major AI operators than /llms.txt. Shopify merchants should therefore treat agent-card as a serious agentic discovery surface, and llms.txt as a useful supporting index.
Who’s adopting llms.txt?
Industry adoption accelerated significantly in 2025-2026. A survey by SE Ranking published in November 2025 analyzing nearly 300,000 domains found an adoption rate of 10.13% - meaning fewer than 1 in 10 websites currently publish an llms.txt. Important: the same study measured no statistically significant effect of llms.txt on AI citations (methodology: Spearman + XGBoost + SHAP). The low adoption still represents a competitive opportunity for early movers on structured discovery. Major organizations now publishing llms.txt include Anthropic (Claude documentation), Cloudflare, and Stripe (source: llmstxt.org). Mintlify rolled out llms.txt across all docs sites it hosts in late 2025, bringing thousands of documentation sites - including Cursor - into compliance overnight.
Note: John Mueller (Google) publicly confirmed (June 2025, restated in 2026): “no AI system currently uses llms.txt”. The file remains useful as a structured discovery index, but it’s not a measurable AI visibility lever in Q1 2026. The real levers remain catalog quality, schema.org structured data, and product feed completeness.
Google’s AI Optimization Guide (May 16, 2026) confirms the position
Google has now officially published its AI Optimization Guide, which explicitly rejects several “GEO hacks” promoted as universal by some vendors:
| What Google says it does NOT consume | Guide position |
|---|---|
llms.txt | ”AI text files” are not used by Google’s AI systems |
| Markdown alternate (rel=“alternate” type=“text/markdown”) | Same, listed as special markup with no effect |
| Custom “AI-flavored” schema.org markup | Unnecessary, standard structured data suffices for rich results |
| Artificial content chunking | Ineffective, Google understands long multi-topic pages |
| ”AI-rewriting” with long-tail keyword variations | Ineffective, AI systems understand synonyms |
| Artificial brand mentions across the web | Blocked by anti-spam systems |
And what Google does confirm matters:
- Technical indexability (crawl budget, properly rendered JS)
- Semantic HTML without perfectionism
- Standard schema.org for rich results (which feed AI Overviews)
- Merchant Center + Google Business Profile
- Universal Commerce Protocol (UCP) explicitly cited as emerging agent surface
- 3 surfaces browser agents inspect: screenshot (visual rendering), DOM structure, accessibility tree
What this means for your llms.txt strategy
llms.txt remains a valid lever, but for Perplexity, Claude, and agent-readiness tooling (Cloudflare’s isitagentready.com) : not for Google AI Overviews. Verity Score now tags every audit signal by target engine: you see immediately whether a recommendation applies for Google, ChatGPT, Perplexity, Claude, or is universal. The “Which engine cares about each signal” panel in your audit displays this doctrine with the official citations on hover.
Practical takeaway: publishing llms.txt won’t help your Google AI Overviews, but can improve your visibility on Perplexity and Claude, and your score on agent-readiness tools. That’s not wasted effort : it’s effort to scope.
The specification now defines three variants merchants can use:
/llms.txt- links and descriptions of key pages (the standard)/llms-medium.txt- a single markdown page with core content/llms-full.txt- complete content dump with all guides, policies, and product info
For Shopify merchants, the standard /llms.txt with links is usually sufficient. The more important work is making the linked pages themselves crawlable, structured, sourced and consistent.
Why freshness still matters
Research shows 50% of content cited in AI search responses is less than 13 weeks old (GEO 2026 State Report, 2026). Freshness matters first on the canonical pages: product pages, collections, policies, FAQ, proof pages and blog guides. The llms.txt file should reflect those updates, but it is not the source of truth.
Why it matters for AI
When an LLM visits your store to answer a query (“what’s the best anti-aging serum?”), it needs to quickly understand:
- Who you are
- What you sell
- Why your products are reliable
Without llms.txt, the LLM can still discover your content through HTML links, sitemap.xml, schema.org, search indexes and external citations. That is why those surfaces must be clean first.
With llms.txt, you add a curated shortcut: a compact list of the pages you most want agents to inspect.
Key questions to ask yourself
To know if your llms.txt is effective, check:
- Does it exist? An
llms.txtfile at the root of your site - Is it well-structured? Title, description, links organized by section
- Do the links work? Each URL points to an existing page
- Does it cover the essentials? Your collections, policies, and key pages are represented
Verity Score automatically checks the presence and quality of your llms.txt.
Recommended Structure
# Your Store Name
> Short description (1-2 sentences) of what you do.
## Products
- [Category 1](https://your-store.com/collections/category-1)
- [Best-sellers](https://your-store.com/collections/best-sellers)
## About
- [Our story](https://your-store.com/pages/about)
## Policies
- [Shipping](https://your-store.com/policies/shipping-policy)
- [Returns](https://your-store.com/policies/refund-policy)
Best Practices
- Be concise : The LLM doesn’t need your entire catalog. Guide it to key pages.
- Prioritize : Put the most important collections first.
- Include policies : AI shopping agents systematically check shipping and returns.
- Keep updated : If you add a new collection or important content, update llms.txt.
How to Add on Shopify
Option 1: Via a Shopify page (recommended)
- Create a “llms” page in Admin > Pages
- The URL will be
https://your-store.com/pages/llms - Paste your llms.txt content in plain text format in the editor
- Add a link in the
<head>of your theme (filetheme.liquid):
<link rel="alternate" type="text/plain" href="/pages/llms" title="llms.txt">
Note: Shopify doesn’t natively allow serving an arbitrary .txt file at the domain root. The /pages/llms URL is the simplest method and requires no technical configuration.
Option 2: Via a CDN or proxy (exact /llms.txt URL)
If you use a CDN or proxy in front of Shopify (Cloudflare, Vercel, Netlify), you can configure a rewrite rule to serve an llms.txt file directly at the domain root. This is the ideal method if you want the exact /llms.txt URL conforming to the specification.
Examples for Different Sectors
Cosmetics / Beauty
# Belle Peau | Organic Skincare
> Organic face care, made in France. Cosmos Organic certified formulas.
## Featured Products
- [Anti-aging serum](https://bellepeau.com/products/anti-aging-serum)
- [Moisturizer](https://bellepeau.com/products/moisturizer)
- [All face care](https://bellepeau.com/collections/face-care)
## Certifications
- [Our labels](https://bellepeau.com/pages/certifications)
Fashion
# Urban Style | Sustainable Streetwear
> Eco-friendly streetwear, manufactured in Europe.
## Collections
- [New arrivals](https://urbanstyle.com/collections/new)
- [Best-sellers](https://urbanstyle.com/collections/best-sellers)
- [Collaborations](https://urbanstyle.com/collections/collabs)
## Sustainability
- [Our approach](https://urbanstyle.com/pages/sustainability)
Resources
- llms.txt specification
- Verity Score Guide : Agentic Readiness
- Agent Readiness Score: the 11 /.well-known/ files to publish in 2026 : full guide with exclusive Verity data on which AI bots actually crawl your agent discovery endpoints
Check if your store has an llms.txt: free audit.