Crawler groups
User-agent lines define which crawler receives the rules that follow.
Paste your robots.txt and the URLs you want to check. We’ll show you what’s allowed, what’s blocked, and the exact rule behind each result.
Paste your robots.txt content above (plain text, not a file).
The essentials
robots.txt is a plain text file that gives web crawlers instructions about which parts of a website they can request. It must live at the root of the host, such as example.com/robots.txt, and it can contain separate rules for different crawlers.
Site owners use it to reduce unnecessary crawling, keep bots away from duplicate or low-value pages, and guide search engines toward important content. It does not hide pages from people and should never be used as a security measure.
Read the complete beginner's guideUser-agent lines define which crawler receives the rules that follow.
Allow and Disallow patterns are compared against each URL path and query.
The longest matching path decides access, with Allow winning equal ties.
Why validate
A missing slash, an overly broad wildcard, or a crawler-specific group can change which pages bots reach. Testing real URLs before publishing helps catch accidental blocks and confirms that exceptions work as intended.
FAQ
Everything you need to know before testing crawler access on your website.