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). - /ai/storefront-manifest.json — Same manifest JSON (use if a CDN or proxy blocks
/.well-known/). - /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, Perplexity-User, Google-Extended, and others on public shop paths.
- /.well-known/security.txt — Security contact (RFC 9116).
- /categories — Category index (server-rendered).
- /shop — Full catalog grid with category, brand, size, and color filters plus sort and pagination (custom domains).
- / — Shop home (canonical storefront on custom domains; server-rendered catalog + discovery on this page).
- /cart — Shopping bag (custom domains; rewrites to cart UI).
- /storefront — Synk platform preview only; on merchant custom domains this URL redirects to
/.
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.
You are on a platform hostname. Merchant shops use their custom domain for the same discovery paths.