SEO Tools
Robots.txt Tester
Test any URL against a robots.txt body for any user-agent. Live allow or disallow verdict, matched rule, group breakdown, and syntax checks.
Parsed groups and rules
- Group*
- L3Disallow:/admin/
- L4Disallow:/private/
- L5Allow:/private/public-faq.html
- L6Disallow:/search
- L7Disallow:/*?sessionid=
- GroupGooglebot
- L10Disallow:/no-google/
- L11Allow:/
- GroupGooglebot-Image
- L14Disallow:/
Sitemaps and host
- Sitemap: https://example.com/sitemap.xml
Syntax notes
Following RFC 9309 and Google's documented matching: longest path-pattern wins, Allow beats Disallow on a tie, paths are case-sensitive, * matches any sequence, $ pins the end of URL.
How to use
- Paste your robots.txt body into the left panel, or click Load sample to see an example.
- Type the URL or site path you want to test, then pick a crawler user-agent or type a custom one.
- Read the Verdict panel: green Allowed or rose Disallowed, the matched rule, line number, and group used.
- Scroll to the Parsed groups, Sitemaps, and Syntax notes panels to verify every directive parses correctly.
About this tool
Robots.txt Tester evaluates any URL against a robots.txt body for any crawler user-agent and returns a clear allow or disallow verdict, the exact rule that matched, the line it came from, and which user-agent group the crawler fell into. Paste a robots.txt body (yours, a competitor's, or a draft you are working on), pick a URL or path to test, and switch between common crawlers (Googlebot, Googlebot-Image, Bingbot, DuckDuckBot, YandexBot, facebookexternalhit, Twitterbot, GPTBot) or type any custom user-agent token. The matcher follows RFC 9309 and Google's documented behavior: rules are grouped by User-agent, the longest path-pattern wins, Allow beats Disallow on a tie, paths are case-sensitive, the * wildcard matches any sequence, and $ pins the end of URL. The tool also lists every parsed group with its rules, surfaces all Sitemap and Host directives, and flags syntax issues like missing colons, unknown directives, orphan rules outside any group, or non-numeric Crawl-delay values. Everything runs in your browser, so the robots.txt body and the URLs you check never leave your device, which makes the tool safe for staging sites, internal subdomains, and competitive analysis.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
Robots.txt Generator
Generate a valid robots.txt with grouped rules, sitemap URLs, and useful presets.
Open tool
SEOMeta Tag Preview
SERP, Open Graph, and Twitter Card preview with pixel-accurate length checks.
Open tool
DeveloperURL Encoder Decoder
Encode and decode percent-encoded URLs.
Open tool
GeneratorSlug Generator
Turn titles into clean URL slugs.
Open tool