- What does it check?
- Syntax (User-agent groupings, Allow/Disallow rules), common typos (lowercase user-agent, missing slash), and Sitemap directive placement.
- Does it verify my URLs are blocked correctly?
- Yes — enter a URL and the tool tells you which rule applies to each user agent. Useful for diagnosing why Google can/can't crawl a page.
- Is Disallow case-sensitive?
- Yes — `/admin/` and `/Admin/` are different paths. Google treats URLs as case-sensitive (except host). Check your actual URLs.
- What about X-Robots-Tag?
- Out of scope — that's an HTTP header. Use the HTTP Header Analyzer. robots.txt is for crawl directives; X-Robots-Tag is for index/snippet directives.