OPERATIONAL GUIDE

How Should You Manage ChatGPT and AI Crawler Access?

Separate search/retrieval access from training and product-control signals. Define robots.txt policy deliberately and verify actual reachability.

5 min read · RFC 9309 Compliant

Training Bots vs. Real-Time Search Crawlers

The most common mistake webmasters make is treating all AI bots identically. AI companies maintain two distinct categories of crawlers:

  • Training Crawlers (e.g. GPTBot, ClaudeBot): Scrape public text in bulk to train future foundation models.
  • Search & Retrieval Bots (e.g. OAI-SearchBot, Claude-SearchBot, PerplexityBot): Execute real-time queries to cite and summarize web content when users ask questions.

Configuring Robots.txt Safely

If you want citations in ChatGPT Search and Perplexity without allowing bulk training on your copyrighted materials, configure your robots.txt as follows:

# Allow real-time search retrieval
User-agent: OAI-SearchBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Claude-SearchBot
Allow: /

# Restrict or block offline training crawlers
User-agent: GPTBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Google-Extended
Disallow: /

The Fallback Wildcard (*) Trap

According to RFC 9309, crawlers evaluate the most specific User-agent group matching their identity. If a crawler has no specific group, it falls back to User-agent: *. If your wildcard block disallows /, all AI search bots without specific allow directives will be blocked completely.

Audit your site now

Test the exact criteria explained in this guide against your public site for free.

AI Crawler Checker →
FIX MANDATE

To resolve detected blockers with root cause analysis, acceptance tests and rollbacks for your engineering team, $99 Full Site Fix Mandate is available.

← All Guides View Methodology →
AI SEARCH VISIBILITY → RECOMMENDATION OPPORTUNITY → CUSTOMER

Your customer asks AI ‘who should I choose?’ Is your website in the consideration set?

HTML&HTML prepares your website for visibility, citation eligibility and recommendation opportunity across AI search experiences. It shows measurable website-side blockers that can prevent discovery, understanding and source consideration.

01

BE DISCOVERABLE BY AI

robots.txt, sitemaps, canonicals, indexability and AI crawler access form the discovery foundation.

02

BE UNDERSTANDABLE

GEO, AEO, LLMO, entity graphs, schema and answer extractability reduce machine ambiguity.

03

BE SOURCE-READY

RAG/retrieval, original information, E-E-A-T, freshness and evidence support source eligibility.

04

TURN OPPORTUNITY INTO DEMAND

AAO, accessible journeys, intact links, measurable referrals and clear CTAs connect AI discovery to commercial action.

Recommendations, rankings, citations, traffic, customers and revenue are not guaranteed. HTML&HTML measures website-side technical and content blockers; it does not claim control over external AI systems.