← Free tools

robots.txt Tester

Fetch and parse any site's robots.txt file. Optionally test whether a specific URL is blocked.

Revuin's robots.txt tester fetches and parses any site's robots.txt file, checks whether a specific URL is blocked for a given user agent, and lists every sitemap it references — a fast way to confirm your crawl directives actually do what you think they do, free and with no login required.

Why use Revuin's robots.txt Tester

  • Test any specific URL against the real robots.txt rules, not just eyeball the file.
  • Check rules for different user agents, since crawl directives can vary by bot.
  • Lists every sitemap referenced in the file automatically.
  • 100% free, no login required.

How it works

  1. 1

    Enter a domain

    The site whose robots.txt you want to fetch and parse.

  2. 2

    Enter a test URL and user agent

    Check whether that specific path is allowed or disallowed.

  3. 3

    Review the result

    See the matching rule and every sitemap the file references.

Frequently asked questions

What is a robots.txt file?+

A plain-text file at a site's root that tells search engine crawlers which parts of the site they are and aren't allowed to crawl.

Can a robots.txt mistake actually hurt my SEO?+

Yes — a single misplaced rule can accidentally block Google from crawling your entire site or key sections of it, which is exactly what this tool is built to catch before it causes damage.

Does this tool check different bots separately?+

Yes — you can test against a specific user agent, since some sites apply different crawl rules to different bots.

Is this really free?+

Yes — completely free, no login required.

People also ask

What's the difference between robots.txt and a noindex tag?+

Robots.txt blocks crawling (the bot never fetches the page); a noindex meta tag allows crawling but tells search engines not to include the page in results — blocking a page in robots.txt actually prevents Google from ever seeing a noindex tag on it.

Where should robots.txt be located?+

At the root of a domain, e.g. example.com/robots.txt — it won't be recognized anywhere else.

Do all search engines respect robots.txt?+

Major search engines (Google, Bing) respect it as a standard, though it's technically a voluntary directive, not an enforced access restriction — sensitive content should never rely on robots.txt alone for protection.