What this directory covers

This directory summarizes the crawler and fetcher signals that matter during a SaaS GEO audit. It focuses on public documentation from Google, OpenAI, Perplexity, and Anthropic. The goal is not to list every bot on the web; it is to help teams avoid accidentally blocking the systems they expect to discover, retrieve, or cite their public pages.

  • Use this directory as a review companion to the Robots and AI Crawler Checker.
  • Verify official documentation before changing production robots.txt or WAF rules.
  • Separate search visibility crawlers from model-training crawlers when a platform documents that distinction.
  • Remember that passing crawler checks does not prove page quality, originality, or future citations.

Crawler and fetcher review table

The table below is intentionally conservative. It describes how a publisher should think about access during an AI search visibility audit, not how to manipulate retrieval systems. If a site uses a firewall, CDN bot fight mode, geo blocks, or private staging protection, test access with logs after any robots.txt change.

ProviderDocumented agents to reviewVisibility relevanceAudit note
GoogleGooglebot and related Google crawlers/fetchersGoogle Search discovery, rendering, indexing, and product fetchesDo not block Googlebot on public pages that need Search or AI Overview discovery; verify Google requests when security rules are strict
OpenAIOAI-SearchBot, GPTBot, ChatGPT-UserOAI-SearchBot is relevant to ChatGPT search visibility; GPTBot relates to model training; ChatGPT-User is user-triggeredUse OAI-SearchBot when thinking about ChatGPT search access; do not assume GPTBot access alone controls search visibility
PerplexityPerplexityBot, Perplexity-UserPerplexityBot supports search-result surfacing; Perplexity-User supports user-requested fetchesIf Cloudflare or AWS WAF is enabled, combine user-agent review with official IP sources and log monitoring
AnthropicClaudeBot, Claude-SearchBot, Claude-UserClaude-SearchBot supports search relevance; Claude-User supports user-directed retrieval; ClaudeBot relates to model trainingBlocking search or user agents can reduce visibility in user-facing retrieval while still leaving other bots unaffected

Source-backed notes

Crawler guidance changes. A useful audit should name the source used, the date it was reviewed, and the production file or WAF rule that was changed. This keeps the work verifiable for future editors and avoids cargo-cult robots.txt snippets copied from old blog posts.

Robots.txt review patterns

A GEO audit should begin with the simplest public-page baseline: allow crawling, expose a sitemap, and avoid page-level noindex unless the page should stay out of search. Selective opt-outs may be legitimate, but they should be documented because blocking the wrong agent can remove a page from the answer surface a team wants to test.

PatternExample intentReview before publishing
Visibility-friendly baselineAllow public marketing pages and submit sitemapConfirm pages are public, canonical, and not blocked by meta robots
Training opt-out with search accessBlock documented training agents while allowing search agents where supportedConfirm platform-specific distinctions in official docs
WAF allowlistAllow verified crawler IPs through Cloudflare or AWS WAFUse official IP endpoints and monitor logs instead of user-agent matching alone
Private or staging protectionPrevent unpublished pages from being crawledDo not test AI search visibility on pages that require login or block public crawlers

How this reduces low-value content risk

A crawler directory creates original utility because it turns official platform documentation into an actionable SaaS audit workflow. Instead of repeating a generic definition of robots.txt, the page explains which access signals to review, which sources to verify, where WAF rules can interfere, and why crawler access still has to be paired with helpful visible content.

  • The page is source-backed and dated instead of copied from a generic SEO checklist.
  • The table connects each crawler group to a specific audit decision.
  • The limitations prevent users from treating crawler access as a citation guarantee.
  • The page links naturally to the crawler checker, source notes, and full SaaS GEO workflow.

Use this with a tool

Turn this page into a concrete review by starting with the visibility checker, schema generator, or crawler checker.