seo_generate_sitemap_and_robots
Generates standard-compliant, production-ready sitemap.xml and robots.txt configuration files for any website or codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Array of relative or absolute URLs to register in sitemap.xml. | |
| targetUrl | Yes | Base website URL (e.g., https://example.com). | |
| disallowedPaths | No | Paths to disallow in robots.txt (e.g. ["/admin/", "/api/private/"]). |