← methodology
Content Signals directives
access.content-signals · Access · 2 pts · emerging · emerging (unscored)
Goal
Do you welcome agents?
Whether your robots policy, bot protection, and agent guidance actively admit AI agents instead of blocking them.
How we test
Looked for Content-Signal lines in robots.txt.
How to pass
Declare Content Signals in robots.txt (e.g. `Content-Signal: search=yes, ai-train=no`) to express AI usage preferences machine-readably.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["access.content-signals"]}'