What it tests
What This AI Crawler Checker Tests
The AI Crawler Checker tests your site against 14 of the most important AI crawlers: GPTBot, OAI-SearchBot and ChatGPT-User from OpenAI, ClaudeBot, Claude-SearchBot and Claude-User from Anthropic, PerplexityBot and Perplexity-User, Meta-ExternalAgent, Applebot, Bytespider, CCBot, plus the Google-Extended and Applebot-Extended robots.txt controls.
Each bot is checked two ways. First, your robots.txt file is parsed to see whether the bot is blocked by a Disallow rule, either by name or by a wildcard. Second, a live request is sent to your homepage identifying as that bot, and the response is compared against a normal browser request. If the browser gets HTTP 200 but the bot gets a 403, a 429, or a dropped connection, something between the visitor and your page is rejecting that bot. That second test matters because some crawlers, Bytespider being the best-known example, simply ignore robots.txt. Server-level rules are the only thing that actually stops them, and the only thing that can silently block the bots you DO want.