Platform guide · BigCommerce · Updated July 2026
BigCommerce AI visibility: the pragmatic setup
Direct answer: BigCommerce sits between Shopify (everything native) and WooCommerce (everything manual). Stencil themes give you base Product schema; you add the agent-grade extras — GTIN, shipping/returns markup, llms.txt via WebDAV or edge, FAQ schema — and verify with a
free scan.
Five jobs for BigCommerce merchants
- robots.txt: check Settings → Store setup — confirm GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot and Google-Extended aren't blocked by a bot-management preset.
- Schema: extend Stencil's Product JSON-LD with GTIN,
shippingDetails, MerchantReturnPolicy (theme file or Script Manager).
- llms.txt: no native route — host the file via WebDAV and 301
/llms.txt to it, or serve it from an edge worker. Generate one free here.
- Feed: keep your Google feed clean (GTINs, availability); it doubles as your agent-facing catalog.
- FAQ: publish shipping/returns/sizing FAQs with FAQPage schema — the most-quoted structure in AI answers.