What is llms.txt?
The llms.txt file is an emerging convention that lets website owners guide LLMs toward 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: where robots.txt says βwhat not to crawl,β llms.txt says βwhat to understand first.β
Whoβs adopting llms.txt?
Industry adoption accelerated significantly in 2025-2026. Major organizations now publishing llms.txt include Anthropic (Claude documentation), Cloudflare, and Stripe (source: llmstxt.org, 2026). GitBook automatically generates an llms.txt for every docs site it publishes. Perplexity consults llms.txt when available to prioritize content to explore.
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 sufficient and most impactful.
Why content freshness in llms.txt matters
Research shows 50% of content cited in AI search responses is less than 13 weeks old (source: Amsive, 2026). This means keeping your llms.txt updated with your latest collections, new products, and current policies directly impacts how often AI engines cite your store.
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 must explore your site page by page, risking missing your key content or misjudging the hierarchy.
With llms.txt, you control the narrative: you decide which pages the LLM should consult first.
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
Check if your store has an llms.txt: free audit.