Result guide
What Robots.txt Tester calculates
The tester evaluates one path against the matching user-agent group, then reports the longest matching Allow or Disallow rule. Equal-length matches prefer Allow. It supports standard prefix matching plus * and $ patterns.
Test the crawler and path that matter
Use a real user-agent token such as googlebot or bingbot and a path beginning with /. The result shows the selected group, applicable rule count, winning rule and specificity instead of returning only a generic allowed or blocked label.
Longest matching rule wins
A broad Disallow can be overridden by a longer Allow for the same path. The matcher supports prefix rules, * wildcards and the $ end anchor, and reports how many unsupported lines were ignored.
Crawl control is not index removal
Robots.txt controls crawler access. It does not guarantee that a known URL disappears from search, and a blocked crawler cannot read a noindex directive on that page. Treat this as a deployment test, not an index-removal tool.