Every Framer llms.txt guide I found was wrong. Here's the current workflow (Static Files, March 2026).
Was helping a client add an llms.txt file to their Framer site a couple weeks ago. Searched for a guide, found four of them. Every single one pointed at a settings panel that is not in the product anymore.
"Project Settings, scroll to Well-Known Files." Not there.
"Site Settings, SEO panel, Advanced SEO." Not there either.
One guide confidently told me robots.txt "cannot be edited" in Framer and to use a Cloudflare Worker workaround instead.
Turns out Framer shipped a feature called Static Files on March 23, 2026. It moved all of this into a Files tab inside the Domains section of your workspace. Every guide written before that date is now describing a dead interface.
The current workflow (confirmed from a live dashboard):
- Open your Framer workspace.
- Under Domains in the left sidebar, click your connected domain (not the "Domains" label, the actual domain row).
- In the panel that opens, click the Files tab.
- Upload your
llms.txtfile. Framer sets the path automatically, you do not need to type anything. - Go into your Framer project and publish. The file is not live until you publish from inside the project editor.
- Verify at
yourdomain.com/llms.txtin a browser.
Same exact steps for robots.txt. [...] If you have been told robots.txt is "uneditable" in Framer, that was accurate before March 2026. The static files update changed it: you upload your own and it overrides the auto-generated default.
One thing to note: the Files tab is a paid-plan feature (not available on the basic plan though). Framer's own documentation currently lists different tiers on different help pages, so check framer.com/pricing if you are unsure.
I ended up writing a full walkthrough with screenshots for this... https://www.oma-kase.com/blog/how-to-add-llms-txt-in-framer
Hope this saves someone the 40-minute loop of finding bad guides.