llms.txt accessible
How to Add llms.txt
Create a file at the root of your website called llms.txt with this structure:
# Your Site Name
> A concise summary of what your site offers.
## Main Pages
- [Home](/): Brief description of homepage
- [About](/about): What this page contains
- [API](/api): Developer resources
For static sites: Drop the file next to your index.html.
For frameworks: Serve it as a static route or template.