robots.txt check
robots_checkFetch and parse robots.txt to display rules and sitemaps, then test URL crawlability for a specified user agent using Google's matching logic.
Instructions
Fetch a site's robots.txt, show its groups and sitemap lines, and test whether specific URLs are crawlable for a given user agent (default Googlebot) using Google's longest-match rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to test. robots.txt is fetched from the first URL's origin. | |
| userAgent | No | Googlebot |