Check if a URL is allowed by robots.txt
check_robotsDetermine if a URL is permitted by robots.txt for the wildcard user-agent. Fetches and parses the file, returns the verdict and matching rule, cached for 24 hours.
Instructions
Fetch and parse the site's robots.txt, then check whether the given URL path is permitted for the wildcard (*) user-agent. Returns the verdict and the matching rule. robots.txt is cached for 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL you want to check (not the robots.txt URL itself). |