Robots.txt Tester
Fetches a domain's robots.txt, parses its rules, and flags a wildcard Disallow: / with no matching Allow (a common accidental "block everything" mistake), then fetches every sitemap it declares (or /sitemap.xml if none is declared) and spot-checks up to 20 of the URLs inside to confirm they actually return 200 OK. Part of ForgePlug's Site Health Check, which also runs SSL, DNS, and HTTP security header checks on the same domain at no extra cost.
This check runs server-side — ForgePlug briefly connects to the domain you enter to read its certificate, DNS records, response headers, and robots.txt/sitemap. We don't store anything beyond a 5-minute result cache (to avoid re-running the same check for everyone hitting a trending domain) and a short-lived snapshot used to compare a re-check later.
What this robots.txt tester actually validates
Rules and sitemaps — checked, not just displayed.
Plenty of tools will show you the raw text of a robots.txt file. This one parses it: it walks every rule in the wildcard (User-agent: *) group and flags a Disallow: / with no matching Allow — an easy copy-paste mistake that tells every search engine to stop indexing the entire site.
It then follows every Sitemap: line it finds (or falls back to checking /sitemap.xml if none is declared), confirms each sitemap URL actually loads, and spot-checks up to 20 of the URLs inside for a 200 OK response — catching a stale sitemap that still points at deleted pages.
Because it's part of ForgePlug's full Site Health Check, submitting also runs a TLS certificate check, a DNS propagation check, and an HTTP security header scan on the same domain — all in parallel, at no extra cost.
Frequently Asked Questions
robots.txt and sitemap testing, explained
What does this actually validate in robots.txt?
Does it crawl my whole sitemap?
Is this really free, and is there a limit?
Why does this tool need a server? Aren't ForgePlug's tools all browser-based?
What do you do with the domain I check?
Can I check an internal or private server?
What does the overall pass/warn/fail badge mean?
Guides & Articles
Learn how to get the most out of this tool with our in-depth guides.
Was this tool helpful?
Your feedback helps us improve Robots.txt Tester for everyone.
Share this tool
