Critical Bug: Partial Authentication Blocks robots.txt and llms.txt, Preventing SEO Indexing and LLM Access #1260
TYRONEMICHAEL
started this conversation in
Bugs & Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When partial authentication is enabled on a Mintlify documentation site, both
robots.txt
andllms.txt
files are automatically blocked and redirect to the login page. This creates several critical issues:robots.txt
, which likely prevents proper indexing of the documentation sitellms.txt
file becomes inaccessible, blocking LLMs from accessing documentation content as intendedCurrent Behavior:
https://[yourdomain]/robots.txt
→ Redirects to login pagehttps://[yourdomain]/llms.txt
→ Redirects to login pageExpected Behavior:
robots.txt
andllms.txt
should remain publicly accessible even when partial authentication is enabledSteps to Reproduce:
/robots.txt
or/llms.txt
in an incognito browser windowImpact:
Previous Support Response:
Support previously suggested removing authentication altogether, which is not a viable solution as we need to protect certain sections of our documentation while maintaining public access to SEO and LLM discovery files.
Proposed Solution:
Please add configuration options to exempt specific paths from authentication, or automatically exempt standard files like
robots.txt
andllms.txt
that should always be publicly accessible.Environment:
Additional Context:
This issue directly conflicts with Mintlify's advertised support for "llms.txt, MCP, and whatever comes next" as mentioned on your homepage. The current implementation makes it impossible to use both authentication and LLM accessibility features simultaneously.
Beta Was this translation helpful? Give feedback.
All reactions