Free Robots.txt AI Bot Auditor — Is Your Site Blocking ChatGPT & Perplexity? | AEO Insider
Free Tool · Instant Results · No Signup

Is Your Website Invisible to AI Search Engines?

Enter any domain to instantly audit which AI crawlers can — and can’t — access your content. See your AEO Visibility Score in seconds.

Checks GPTBot, ClaudeBot, PerplexityBot, Google-Extended & 17 more AI crawlers

100% Free No Signup 21 Bots Audited Instant Results One-Click Fixes

Fetching robots.txt from

⚠️

Could not reach site

Check the domain is correct and the site is live.

0
/ 100
Calculating…

AEO Visibility Score

Analyzing AI crawler access…

Allowed
Partial
Blocked
Not Mentioned

AI Crawler Access Breakdown

Required Fixes

0 blocked

    
AEO & GEO Insights

Why Millions of Sites Are Accidentally Invisible to AI Search Engines

The most costly mistake in AI-era SEO isn’t a bad keyword strategy or thin content — it’s a single line in a configuration file that most site owners set once and never revisit. Buried in your robots.txt is a directive that may be silently blocking ChatGPT, Claude, Perplexity, and Google’s Gemini from ever reaching your content.

The “Nuclear Block” Problem

When WordPress sites are put into maintenance mode, when developers lock down staging environments, or when site owners follow outdated SEO advice, they commonly add this to their robots.txt:

User-agent: *
Disallow: /

This was designed to block traditional search crawlers from indexing unfinished sites. But in 2026, the exact same directive blocks every AI crawler that powers the answer engines your audience uses daily — GPTBot (ChatGPT), ClaudeBot (Anthropic), PerplexityBot, Google-Extended (Gemini + AI Overviews), and over a dozen others.

Why This Matters for AEO and GEO

Answer Engine Optimization (AEO) and Generative Engine Optimization (GEO) depend entirely on AI models being able to read and index your content. If a crawler hits a wall at your robots.txt, your content simply does not exist to that model. You can write the most comprehensive, entity-rich, schema-perfect content in your niche — but if GPTBot is blocked, ChatGPT will never recommend you.

The irony: SEO practitioners most focused on AI search visibility are often least likely to catch this issue, because the block was set and forgotten years before the AI search wave arrived.

The Fix Is Two Lines Per Bot

For each AI crawler you want to allow, add an explicit override to your robots.txt. Specific rules take precedence over the wildcard User-agent: * block:

# Allow critical AI answer engines
User-agent: GPTBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Google-Extended
Allow: /

Once deployed, AI crawlers re-index your content within days to weeks depending on their crawl schedule. Use the auditor above to get ready-to-paste fix snippets for every blocked bot on your site — one click and you’re done.