Free Online Robots.txt Tester
A robots.txt tester fetches a site's robots.txt from our server and shows its rules, the number of user-agent groups and every sitemap it declares.
This tool uses AI and sends your text to a secure API for processing. No data is stored after your session.
How to Use This Tool
- Enter any URL on the site; the tester resolves the /robots.txt path automatically.
- Press Check to fetch the live file from our server.
- Confirm the status is found and read the raw rules for any unintended Disallow lines.
- Check the user-agent group count and the list of declared sitemaps.
- Remember Disallow blocks crawling, not indexing — use noindex to remove a page from results.
What Is a Robots.txt Tester?
robots.txt is a plain-text file at a domain's root, governed by the Robots Exclusion convention, that tells compliant crawlers which paths they may or may not fetch. It is organised into user-agent groups, each with Allow and Disallow rules, and can also declare Sitemap URLs. A common misconception is that Disallow removes a page from search results — it does not. Disallow only stops crawling; a disallowed URL can still be indexed if other pages link to it. To keep a page out of results you need a noindex meta tag or x-robots-tag header instead.
We resolve the /robots.txt path from whatever URL you enter and fetch it on our server, which sidesteps browser CORS limits and returns the raw file along with a count of user-agent groups and a list of declared sitemaps. robots.txt is the canonical place to declare sitemap locations, so confirming yours appear here ensures search engines can discover them.
Review the raw rules to make sure you are not accidentally blocking important sections — a stray Disallow: / blocks the entire site.
Frequently Asked Questions
Where does robots.txt live?
Does Disallow remove a page from Google?
Why list the sitemaps?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related SEO Tools
Fetch an XML sitemap and check its structure, detect whether it is a urlset or sitemapindex, count the URLs and surface formatting errors.
Build an accurate site: operator query for a URL and open it on Google and Bing to see whether the page appears in the search index.
Enter a URL to see the live HTTP response status and every header the server returns, including caching, security and content-type directives.
Trace the full redirect chain for a URL, hop by hop, with the status code and Location header at each step so you can spot 302s, loops and long chains.
Look up A, AAAA, MX, TXT, NS and CNAME records for any domain using DNS over HTTPS, returned from our server in one query.