Check AI crawler access in robots.txt
check_robots_txtFetch and parse a site's robots.txt to determine which AI crawlers are allowed or blocked for a given path, and list sitemaps.
Instructions
Fetch and parse a site's robots.txt per RFC 9309, then report which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, and more) are allowed or blocked for a given path. Also lists sitemaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL. Scheme is optional, example.com works. | |
| path | No | Path to evaluate access for. Defaults to / |