Three steps. Under ten minutes. No coding experience needed.
llms.txt you just downloaded. Once uploaded, Shopify will show you a URL — copy that URL.layout/theme.liquid. Paste this snippet right after the first <head> tag:PASTE_YOUR_URL_HERE with the URL you copied in Step 1. Click Save. That's it — visit yourstore.com/llms.txt to confirm it's working./llms.txt to your uploaded file URL. Same result, zero code.llms.txt to the same folder as your wp-config.php — the root of your site.yourstore.com/llms.txt in your browser. You should see your product data. If you get a 404, your hosting provider may need to whitelist .txt files — contact their support.yourdomain.com/llms.txt. Upload it to whatever folder serves your homepage — the same place your robots.txt or favicon.ico lives./llms.txt on your main domain to where it's hosted. Most platforms support custom redirects in their settings.yourdomain.com/llms.txt in a browser. If you can see your product data, AI crawlers can too. You're live.Your file isn't just a list of product names and prices. Every product has been enriched with AI-generated intelligence that helps shopping agents recommend your products confidently:
Every product in your file has this level of depth — AI-written product stories, competitive positioning, gift intelligence, Q&A pairs, review summaries, trust signals, product badges, and 50+ data points per product that help AI agents rank your products above competitors.
This is what separates your file from the free llms.txt generators on the Shopify App Store, which only output basic product titles and prices.
Once your file is live, AI crawlers from ChatGPT, Perplexity, Google, and others will start indexing it. Most crawlers check weekly, so you'll typically see your products surfacing in AI recommendations within 7–14 days.
You can check if it's working by looking for bot traffic in your analytics — watch for referrals from chatgpt.com, perplexity.ai, and user agents like ChatGPT-User and PerplexityBot in your server logs.
Your robots.txt tells AI crawlers whether they're allowed to read your site. By default, most Shopify stores don't mention AI bots at all — which means some crawlers may skip you entirely.
Download the Robots.txt Snippet from your export and add the lines to your existing robots.txt file. This explicitly allows GPTBot, ClaudeBot, PerplexityBot and others, and points them to your sitemaps.
yourdomain.com/robots.txt in your browser to see what's already there. On Shopify, this is auto-generated and can be edited via Online Store → Themes → Edit code → robots.txt.liquid.User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: / User-agent: Amazonbot Allow: / Sitemap: https://yourstore.com/sitemap.xml Sitemap: https://yourstore.com/sitemap_products.xml
Replace yourstore.com with your actual domain.
Disallow rules that block GPTBot and ClaudeBot. Check your existing robots.txt for any lines that block these bots and remove them.Your export includes additional files that maximise how AI agents discover and understand your products. Here's what each file does and where to put it.
sitemap_products.xml to your root domain. On Shopify, upload to your theme's assets folder and create a redirect, or host on Netlify/Vercel alongside your llms.txt.Sitemap: https://yourstore.com/sitemap_products.xml
og:product meta tags to each product page — these are what AI crawlers and social platforms read when they visit individual product URLs.product.liquid or main-product.liquid template. Paste the relevant OG tags inside the <head> block. For dynamic themes, use Shopify Liquid variables to template them.
theme.liquid file. Paste the entire <script type="application/ld+json"> block inside the <head> section, before the closing </head> tag.
After deploying your files, here's how to check everything is working:
yourdomain.com/llms.txt in your browser. You should see your product data rendered as plain text. If you see a 404, check your upload or redirect.GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, Google-Extended, Amazonbot. If you're using Cloudflare, check Security → Bots for AI crawler activity.<head> to help Google's structured data crawlers. The two work together: llms.txt for AI shopping agents, JSON-LD for Google's product knowledge graph.yourdomain.com/llms.txt. If your platform doesn't let you upload files to the root, use a URL redirect from /llms.txt to wherever you host the file.llms.txt is a natural-language product feed designed for AI shopping agents (ChatGPT, Perplexity). JSON-LD is structured markup that Google and other search engines use for rich results, knowledge panels, and AI Overviews. Together, they cover both AI shopping agents and traditional search. We recommend deploying both.GPTBot, ClaudeBot, and PerplexityBot. If you use Cloudflare, check Security → Bots. You can also use the crawl access checker in Agentic Native's results page to verify your llms.txt is publicly reachable. Most AI crawlers begin indexing within 7–14 days of deployment.