agent-ready-content-signals
SolidSub-skill de agent-ready-cloudflare: Implement Content Signals
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 Content Signals
Declare AI content usage preferences in your robots.txt using
[Content Signals](https://contentsignals.org/)
([IETF draft](https://datatracker.ietf.org/doc/draft-romm-aipref-contentsignals/)).
## Requirements
- Add `Content-Signal` directives to your robots.txt under the relevant `User-agent` block
- Declare preferences for `ai-train`, `search`, and `ai-input`
- Example: `Content-Signal: ai-train=no, search=yes, ai-input=no`
## Cloudflare
[AI Crawl Control](https://developers.cloudflare.com/ai-crawl-control/)
supports Content Signals configuration from the dashboard.
## Validate
```
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
```
Check that `checks.botAccessControl.contentSignals.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-robots-txt
Sub-skill de agent-ready-cloudflare: Implement robots.txt
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-web-bot-auth
Sub-skill de agent-ready-cloudflare: Implement Web Bot Auth
77 Updated today
fabricioctelles