Setup guide · 5 minutes · Beginner
Install llms.txt on Webflow
Webflow lets you serve a static text file at the root of your site through the project settings.
00
Before you start
You'll need:
The llms.txt file from our checker.
A Webflow site with hosting on a paid plan (free trial works for testing).
01
Add llms.txt via Project Settings
- Open your Webflow project.
- Go to Project Settings → SEO.
- Scroll to robots.txt — same screen also lets you set custom files at root.
- If your plan supports it, look for the llms.txt field. If not, see Method 2.
- Paste the entire
llms.txtcontent into the field. - Click Save Changes, then Publish your site.
02
Method 2: redirect through a CMS page
- If your plan doesn't support custom root files, create a CMS Collection page named
llms-txt. - Add an item with the content of your
llms.txtin a Plain Text field. - In Project Settings → Hosting → 301 Redirects, redirect
/llms.txtto/llms-txt-page(or whichever URL the CMS page produces). - Publish.
!!
Common pitfalls
- Plan limitations: The simplest method requires a Webflow plan with custom code/file features. Check your plan if you don't see the option.
- Forgot to publish: Webflow won't apply changes until you click Publish. Saving alone is not enough.