Robots.txt Tester
Fetch and read any site's robots.txt, check whether a specific URL is blocked for a given crawler, and catch issues like a missing file or an accidental site-wide block.
About this tool
This tool fetches the robots.txt file at the root of the address you enter, and reads its user-agent groups, Allow and Disallow rules, crawl-delay values, and listed sitemaps. If you also enter a path, it checks that exact path against the file using the same rule-matching a real crawler uses: the most specific matching user-agent group applies, and within that group the longest matching pattern wins, with Allow beating Disallow on an exact tie. This mirrors the documented behavior of major search engine crawlers, not a simplified approximation. Only the robots.txt file itself is read, so it does not check whether the rest of the site actually matches what the file describes.
Two real, easy to miss details worth knowing when writing or debugging a robots.txt file: paths in Allow and Disallow rules are case sensitive, so a rule written as Disallow: /Private/ does nothing to block a real folder at /private/, they are treated as two different paths entirely. And Google specifically only processes the first 500 KiB of a robots.txt file, anything past that limit is silently ignored with no warning shown anywhere, so an unusually large file (generated automatically by some platforms with very long, repetitive rule lists) can have its later rules quietly dropped.
Explore more free tools
Meta Tags Checker
Check a page's title, description, canonical URL, Open Graph, and Twitter Card tags for issues.
Hreflang Tag Checker
Check a page's hreflang tags for missing self-reference, duplicate codes, and non-reciprocal alternates.
Redirect Checker
Follow a URL's full redirect chain hop by hop, with status codes and warnings for loops and insecure hops.