KnownByLLM

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

  1. Open your Webflow project.
  2. Go to Project Settings → SEO.
  3. Scroll to robots.txt — same screen also lets you set custom files at root.
  4. If your plan supports it, look for the llms.txt field. If not, see Method 2.
  5. Paste the entire llms.txt content into the field.
  6. Click Save Changes, then Publish your site.

02

Method 2: redirect through a CMS page

  1. If your plan doesn't support custom root files, create a CMS Collection page named llms-txt.
  2. Add an item with the content of your llms.txt in a Plain Text field.
  3. In Project Settings → Hosting → 301 Redirects, redirect /llms.txt to /llms-txt-page (or whichever URL the CMS page produces).
  4. 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.