Agent Ready Content Signals

Sub-skill de agent-ready-cloudflare: Implement Content Signals

fabricioctelles Updated

File contents

Implement Content Signals

Declare AI content usage preferences in your robots.txt using Content Signals (IETF draft).

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 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".

fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/content-signals commit 4454e9d825

Frequently asked questions

npx skillmds@latest add fabricioctelles/agent-ready-content-signals