docs(#844): allow agent crawlers to read documentation paths - #858
docs(#844): allow agent crawlers to read documentation paths#858fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Add Allow directives for /docs/ and /llms.txt before the blanket Disallow: / for each blocked training crawler (ClaudeBot, GPTBot, CCBot, Google-Extended, Bytespider, meta-externalagent, Applebot-Extended). This lets agents discover and read documentation content while keeping the rest of the site blocked for training purposes. Search bots and the default user-agent rule remain unchanged. Note: pre-commit could not run in the sandbox (network error). Manual verification of lint is required. Closes #844
|
🤖 Finished Review · ✅ Success · Started 9:42 AM UTC · Completed 9:53 AM UTC |
ReviewFindingsLow
Labels: PR modifies website configuration (robots.txt) for documentation accessibility |
|
/fs-fix |
|
🤖 Finished Fix · ✅ Success · Started 10:32 AM UTC · Completed 10:37 AM UTC |
🔧 Fix agent — iteration 1 (human-triggered)Investigated the review finding about potentially missing Allow rules for 'sales/example materials'. After verifying the VitePress config (base: '/docs/'), Cloudflare wrangler.toml, and site directory structure, confirmed that ALL documentation and example content is served under /docs/. No additional paths exist on the deployed site for sales or example materials. The existing Allow: /docs/ directive fully satisfies Issue #844's acceptance criteria. No code changes needed. Disagreed (1):
Tests: passedNext steps:
|
Summary
Update
robots.txtto allow training/agent crawlers (ClaudeBot, GPTBot, CCBot, Google-Extended, Bytespider, meta-externalagent, Applebot-Extended) to access documentation paths (/docs/and/llms.txt) while keeping the rest of the site blocked. This enables agents to discover and read documentation for context during autonomous operations.Related Issue
Closes #844
Changes
Allow: /docs/andAllow: /llms.txtdirectives beforeDisallow: /for each of the 7 blocked training crawlersUser-agent: *remain unchangedTesting
Allowdirectives before the blanketDisallow: /make lintpasses (pre-commit could not run in sandbox due to network restrictions)Checklist
!for breaking changes)Closes #844
Post-script verification
agent/844-robots-txt-allow-docs)c887fc47c59d8b87b5282ca44044d2933d30df41..HEAD)