Skip to content

Robots (SEO & GEO)

The platform includes configurable Search Engine Optimization (SEO) and Generative Engine Optimization (GEO) controls. SEO manages how traditional search engines like Google and Bing index your site. GEO controls how AI systems like ChatGPT, Claude, and Gemini discover and use your content.

Robot controls are split into two independent sections: Read Access governs who may see your content (crawling, indexing, AI training), while Write Access governs who may acton your site (placing orders, submitting forms, uploading files). The two are never coupled — changing AI read access does not open or close checkout to AI assistants, and vice versa.

All robot controls are configured in Admin > Site Config > Robots and are restricted to Super admins.

Read Access

Read Access controls who may crawl, index, and train on your content. Search engine settings use standard directives from the Robots Exclusion Protocol, honored by all major search engines; they control the meta robots tag and the /robots.txt file. AI settings additionally cover training and image use.

SettingStandardDefaultEffect
Allow IndexingRobots Exclusion ProtocolOnWhen off, search engines will not add your pages to their results (noindex)
Allow Link FollowingRobots Exclusion ProtocolOnWhen off, search engines will not follow links on your pages (nofollow)
Allow AI CrawlersRobots Exclusion ProtocolOnMaster toggle for AI bots reading your content. When off, all known AI bots are blocked via robots.txt and the page opts out with noai + noimageai — your business stops appearing in answers from ChatGPT, Claude, Perplexity, and Google AI Overviews
Allow AI IndexingExperimentalOnWhen off, adds noai meta tag to opt out of AI training and retrieval. Not all providers honor this.
Allow AI Image UseExperimentalOnWhen off, adds noimageai meta tag to opt out of AI image training. Not all providers honor this.
Read Access is a visibilitydecision — whether you appear in search results and AI answers. It has no effect on whether AI assistants can place orders or submit forms; that is governed separately by Write Access below.

Write Access

Write Access controls who may take actions on your site — placing orders, creating accounts, submitting contact forms, uploading files. Bot detection on these endpoints is provided by our bot-protection partner, Vercel. Unknown bots and scripted traffic are always blocked from write actions, regardless of any setting here.

SettingDefaultEffect
Allow AI AssistantsOnSome customers let an AI assistant (like ChatGPT) act for them. When on, assistants that Vercel has verified are working for a real person may place orders, sign up, and submit forms. When off, every action requires a person in a browser — safer against automation, but genuine assistant-driven orders and signups are turned away too.
Only verified assistants are ever allowed through. Unverified automation is rejected no matter what, and any bot with Block Writing checked in Blocked AI Bots stays blocked even when this toggle is on.

Blocked AI Bots

Block specific AI bots by user-agent name, even when the Read and Write toggles above would otherwise allow them. Each entry has two flags, so you can block one side of a bot's behavior while allowing the other:

FieldDefaultEffect
Bot User-AgentThe bot to block, chosen from the known AI bots list below
Block ReadingOnBlocks the bot from crawling and indexing your content (per-agent robots.txt rule)
Block WritingOnBlocks the bot from taking actions — orders, accounts, forms, uploads — even when it is a verified assistant and Write Access would otherwise allow it

A newly added bot is blocked from bothreading and writing. Uncheck one flag to carve out that side — for example, blocked from AI training but still allowed to check out on behalf of a customer. An enabled block here beats every other setting in the Robots section.

Enforcement Layers

Robot controls are enforced at multiple levels for maximum coverage:

  1. robots.txt — Dynamic, database-driven rules. Primary read-side enforcement for well-behaved crawlers.
  2. Meta robots tagsindex/follow plus the noai and noimageai directives in the HTML <meta> tag. Database-driven, and the layer that reaches an AI bot which ignores robots.txt.
  3. Bot verification on write endpoints — Vercel bot detection challenges every order, signup, form submission, and upload. Enforces the Write Access toggle and per-bot Block Writing flags; unverified automation is always rejected.
  4. llms.txt — Structured site description endpoint that AI systems can consume.

Known AI Bots

The platform recognizes these AI bot user-agents for per-agent robots.txt blocking:

BotOrganizationPurpose
GPTBotOpenAITraining data & ChatGPT web browsing
ChatGPT-UserOpenAIUser-initiated real-time web search
anthropic-aiAnthropicClaude training data
ClaudeBotAnthropicClaude web search/retrieval
CCBotCommon CrawlOpen dataset used by many AI companies
PerplexityBotPerplexity AISearch engine crawling
Google-ExtendedGoogleGemini training (NOT Google Search)
BytespiderByteDanceTikTok parent company crawler
AmazonbotAmazonAlexa and Amazon AI services
FacebookBotMetaContent preview and AI training
Meta-ExternalAgentMetaMeta AI assistant web browsing
Google-Extended only controls Gemini AI training. Blocking it does not affect your site's Google Search rankings or indexing.

llms.txt

The /llms.txt endpoint provides a structured text description of your site that AI systems can read. This is an emerging standard (see llmstxt.org) that helps AI chatbots accurately answer questions about your business. Publishing is controlled by the Publish llms.txt toggle (off by default); when enabled, the llms.txt Content field seeds the endpoint.

If you leave the llms.txt content field empty, the platform auto-generates content from your site name, description, location, and contact information. For best results, write custom content that includes:

  • A clear description of what your business does
  • Your location and service area
  • Products and services offered
  • Contact information
  • FAQ section answering common customer questions
The FAQ section is particularly valuable for GEO. AI chatbots answer user questions — so structuring your content as Q&A pairs maps directly to how your business appears in AI-generated responses.