1. Auditing AI Bot Access and Generating Docs llms.txt
Technical SEO SpecialistBackground
A SaaS company wants to block GPTBot from scraping internal directories while allowing ClaudeBot to index public documentation.
Problem
Verify that custom robots.txt disallow rules match RFC 9309 correctly across docs paths and create an organized llms.txt file.
How to use
Paste the documentation page list into the pages input, add the raw robots.txt directives into the robots input, set grouping to 'auto', and provide site metadata.
pagesInput: https://example.com/docs/quickstart | Quickstart | CLI Setup
https://example.com/docs/api | API Reference | Endpoint Guide
robotsInput: User-agent: GPTBot\nDisallow: /\n\nUser-agent: ClaudeBot\nDisallow:\ngrouping: autoOutcome
Receives an audit matrix confirming GPTBot is blocked while ClaudeBot is allowed, along with an auto-grouped llms.txt file with Docs H2 sections.