/ llmtxt.info

llms.txt in Framer

Framer lets you host static files directly on your domain. Uploading llms.txt takes a minute, no code.

Last updated:

How Framer serves static files

Framer is a no-code site builder, so there is no public/ folder to drop files into. Instead it lets you host static files directly on your site or custom domain through the dashboard. An uploaded llms.txt is then served at https://yourdomain.com/llms.txt.

Method: upload in the Files section

  1. Write your llms.txt content first (use the how-to guide and generator), then save it as a .txt file.
  2. Open the Framer dashboard.
  3. In the left sidebar, find your site under Domains.
  4. Open the Files section.
  5. Upload your llms.txt file.
  6. Publish the site. The file becomes available at /llms.txt.

Plan requirement

Verifying the setup

After publishing, open https://yourdomain.com/llms.txt in a browser and confirm it loads and shows your content. You can also run:

curl -sI https://yourdomain.com/llms.txt | grep -i content-type

On another no-code builder? See the Webflow, Wix, and Squarespace guides. Validate your file with the validator.

Sources