Start with the root URL

Open https://yourdomain.com/llms.txt directly. If that URL does not load publicly, the file is not live in the way agents need.

Look for the common failure modes

  • The file lives in an uploads or assets URL instead of the root.
  • The URL redirects to a login, preview domain, or dashboard.
  • The content is only available in staging.
  • The file downloads in a strange way because it is being served from the wrong place.

Check from a private browser window

This removes the false confidence that comes from being logged in to a CMS or platform admin session.

Repeat the test after deploys

Every hosting or routing change is a chance to break the root path. Make verification part of your deployment checklist.

Use with: the publishing guide for setup instructions and the publishing mistakes page for QA.