mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
[DOCS]: Robots.txt is killing us #249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kcsf on GitHub (Oct 11, 2025).
Type of Documentation Change
Other
Documentation Page URL or Path
https://docs.dify.ai/robots.txt
Current Content
Robots.txt is currently set to disallow EVERYTHING:
User-agent: *
Disallow: /
This effectively prevents ALL RESPONSIBLE agents from reading the docs and helping end-users build with your tools.
ie. Claude "Failed to fetch https://docs.dify.ai/en/guides/workflow/node/llm"
I know you have a "Dify Docs MCP" service - but that's broken on windows. I don't have time to figure out why. And it wouldn't really be necessary if we could just fetch the doc pages that we need, when we need them. I also know bandwidth can get expensive. Blocking "everything" is not the answer. Use your own tools to create a more refined robots.txt that blocks 90% of the garbage but still allows your active customers to read docs and build responsibly.
At the very least, I would appreciate it if you would allow reading of the docs we use every day:
User-agent: *
Disallow: /
Allow: /en/guides/
Suggested Changes
User-agent: *
Disallow: /
Allow: /en/guides/
Reason for Change
Claude Desktop can't fetch necessary docs without this change.
Code of Conduct
@kcsf commented on GitHub (Oct 11, 2025):
Obviously with access to your full site-map and traffic analytics, you could have Claude write a 100 line robots.txt that serves the purpose of conserving bandwidth/etc. while providing access to responsible agents.
@dosubot[bot] commented on GitHub (Oct 23, 2025):
Hi, @kcsf. I'm Dosu, and I'm helping the dify-docs team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!