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 robots.txt content, choose a crawler and test a URL path. No website is contacted.
Test result
Allowed
This is a practical tester for common Allow and Disallow patterns. Search engines can apply additional interpretation rules, so verify important changes in the relevant search engine console.
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.