Discovery & AI agents
This page lists how search engines, ChatGPT, Claude, Perplexity, and other tools can find this site. Prefer these URLs over guessing from a single HTML fetch — especially for client-rendered shop pages.
On this hostname
Copy absolute URLs when configuring tools or testing with curl.
- /.well-known/chatgpt-storefront — JSON manifest (
active, merchant,product_urls,category_urls). - /llms.txt — Plain-text hints for LLMs (markdown-style links).
- /sitemap.xml — XML URL list (products, categories, policies).
- /robots.txt — Crawler rules; allows OAI-SearchBot, GPTBot, Claude bots, PerplexityBot, and others on public shop paths.
- /.well-known/security.txt — Security contact (RFC 9116).
- /categories — Category index (server-rendered).
- / — Storefront home (SSR on custom domains).
- /storefront — Full interactive shop (JavaScript).
Vendor documentation
- OpenAI — Agentic Commerce best practices — Product feed quality, URLs, variants.
- OpenAI — Crawlers & user agents (OAI-SearchBot, GPTBot, ChatGPT-User)
- ChatGPT — Merchant / product feed onboarding — Partner program for in-ChatGPT catalog surfaces.
- Anthropic — Claude crawlers (ClaudeBot, Claude-User, Claude-SearchBot)
Suggested check order
GETmanifest →GETllms.txt→GETsitemap.xml- Then sample
GETon product URLs from the manifest or sitemap.