DNS
Resolvers can return different cached records depending on geography, TTL and propagation state.
Network & Web Tools
Pro diagnostic reportTest common robots.txt Allow and Disallow rules against a crawler and URL path without contacting a website.
Diagnose
Run a bounded public check.
Understand
See a health score and explanation.
Act
Follow prioritized recommendations.
Paste or load robots.txt, test one URL in detail, then run the same crawler against a batch of important paths.
Single-path result
Allowed
Path: /admin/help/article
Winning rule: allow: /admin/help/
Parsed groups
1
Sitemaps
1
Rules matched
2
One URL/path per line, up to 500. Useful before deploying robots.txt changes.
| Path | Result | Winning rule | Matches |
|---|---|---|---|
| / | Allowed | No matching rule | 0 |
| /admin/ | Blocked | disallow: /admin/ | 1 |
| /admin/help/article | Allowed | allow: /admin/help/ | 2 |
| /private/ | Allowed | No matching rule | 0 |
| /products?page=2 | Allowed | No matching rule | 0 |
This is a practical tester for common Allow/Disallow patterns and longest-match behavior. Search engines can apply crawler-specific interpretation, so verify important production changes in the relevant search engine tools.
This local tester helps website owners and developers review crawler directives before publishing them. It parses user-agent groups, compares matching path rules and reports the winning directive. It also explains an important SEO distinction: a valid robots.txt file can limit crawling, but it does not guarantee removal from search results and must never be used as a security mechanism.
Professional interpretation guide
Use the result as a focused diagnostic signal. Verify important findings before changing DNS, hosting, security, caching or application configuration.
Network diagnostics
Network tools observe different layers: DNS resolves names, TCP establishes connections, TLS authenticates encrypted sessions and HTTP carries requests, redirects, headers and caching rules. A successful result at one layer does not prove that the complete website or application is healthy.
Resolvers can return different cached records depending on geography, TTL and propagation state.
Certificate validity, hostname matching, trust chains and protocol support are separate checks.
Status codes, redirect chains, headers and caching directives describe application behaviour.
Latency and reachability vary by location, network path, browser and time.
Text analysis is performed in the browser. When fetching a live file, the public URL is requested.
Combine related checks instead of relying on one isolated result.
robots.txt is a public text file at a site's root that gives crawl instructions to search-engine and other automated user agents.
Not reliably. It controls crawling, not indexing. A blocked URL can still appear in search results when search engines discover it through links or other sources.
No. The file is public and compliant crawlers may follow it, but it is not authentication or access control. Protect confidential content with server-side authorization.
For major search crawlers, the most specific matching path generally wins. When matching rules have equal length, Allow is commonly preferred.
Yes. Major search engines broadly follow the Robots Exclusion Protocol, but unsupported extensions and edge cases can be interpreted differently.
Usually no. A sitemap should primarily list canonical URLs that you want search engines to crawl and consider for indexing.