llms.txt & agents.md
Citera ships three page templates that generate machine-readable content summaries for AI systems:
| Template | Purpose |
|---|---|
llms | Short summary — store name, top collections, key policies |
llms-full | Extended summary + product catalog |
agents | Guidance for AI shopping agents (checkout hints, policy links) |
These aren’t SEO tricks — they’re a growing convention for helping AI systems read your store efficiently.
Set them up
Shopify admin → Online Store → Pages
Create three pages with these exact handles
llmsllms-fullagents
The handle is the URL slug — set it under the page URL field.
Assign the matching template
For each page, under Theme template in the sidebar, pick:
llmstemplate for the “llms” pagellms-fulltemplate for the “llms-full” pageagentstemplate for the “agents” page
Save each
The pages are now live at:
your-shop.com/pages/llmsyour-shop.com/pages/llms-fullyour-shop.com/pages/agents
Canonical URLs
Some AI systems look for these files at the root, like robots.txt:
/llms.txt— canonical convention/agents.md— Anthropic’s convention
Shopify admin → Online Store → Navigation → URL redirects
Add a redirect for each
- From
/llms.txt→ to/pages/llms - From
/agents.md→ to/pages/agents
Now both the canonical path and the /pages/* path work.
What the templates output
By default, the templates auto-compose content from:
- Store name and description
- Top collections
- Policy links (Shipping, Returns, Privacy)
- For
llms-full: a product list with names, prices, and URLs
Customize the content
Each page shows the template output PLUS whatever you type in the page body:
Edit the page (Shopify admin → Pages → llms)
In the page content editor, add your own text
Anything you write here appears at the top of the machine-readable output.
Save
Don’t over-write it. Answer engines value structured, factual content. Adding marketing copy (“We’re the best store ever!”) is worse than useless — it dilutes the actual facts. Keep custom content to genuine differentiators (certifications, product origin, unique claims).
Editable in theme settings
Theme settings → AI & SEO
Find llms content and agents content
Text areas where you can override or extend the default template output.