agent-ready-robots-txt
SolidSub-skill de agent-ready-cloudflare: Implement robots.txt
AI & Automation 77 stars
7 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Implement robots.txt
Publish a valid robots.txt at your site root per
[RFC 9309](https://www.rfc-editor.org/rfc/rfc9309).
## Requirements
- Serve `/robots.txt` as `text/plain` with HTTP 200
- Include `User-agent` directives with `Allow`/`Disallow` rules
- Reference your sitemap if one exists: `Sitemap: https://example.com/sitemap.xml`
## Cloudflare
[AI Crawl Control](https://developers.cloudflare.com/ai-crawl-control/)
can manage your robots.txt from the dashboard, including AI-specific bot rules.
## Validate
```
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
```
Check that `checks.discoverability.robotsTxt.status` is `"pass"`.
Details
- Author
- fabricioctelles
- Repository
- fabricioctelles/skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-ready-ai-rules
Sub-skill de agent-ready-cloudflare: Implement AI Bot Rules in robots.txt
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-sitemap
Sub-skill de agent-ready-cloudflare: Implement sitemap.xml
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-content-signals
Sub-skill de agent-ready-cloudflare: Implement Content Signals
77 Updated today
fabricioctelles