Test a URL

Simulate how any crawler reads your robots.txt and understand exactly why a URL is blocked or allowed.

blocked

"GPTBot" is blocked from /admin/login by "Disallow: /".

Matched rule
User-agent: GPTBot
Disallow: /
Rule trace
  1. 1. Match user-agent

    Matched the most specific group, "User-agent: GPTBot", for "GPTBot".

  2. 2. Evaluate path rules

    1 rule(s) match "/admin/login": Disallow: /.

  3. 3. Apply precedence

    Longest match wins; Allow beats Disallow on ties. Winner: "Disallow: /" (line 6).

  4. 4. Decision

    Blocked by "Disallow: /".

More tools
Related guides