La BoétieInsights
llms.txt generation and platform setup

How to Add llms.txt to Squarespace and Wix, Webflow and Framer

By La BoétieUpdated August 5, 202612 min read
A closed laptop, a plain sheet of paper and four blank grey cards on a matte black desk

Hosted site builders do not give you a filesystem. That single constraint decides everything about how to add llms.txt to Squarespace and Wix, and to Webflow and Framer alongside them: the file arrives through an upload panel, and nothing regenerates it when your CMS collection changes. Each platform hides the upload in a different menu, behind a different plan tier. Below are the four menu paths, the plan gates, and the maintenance rule that keeps an uploaded file from going stale.

Key takeaways:

  • Framer restricts static file hosting to the Pro and Enterprise plans, with the upload under Domains, then Files.
  • Webflow serves the file from Site settings, SEO, LLMs.txt, requires UTF-8 under 100 KB, and never publishes it to a webflow.io staging domain.
  • Wix writes the file for you and stops the automatic updates permanently the moment you edit it by hand.
  • Squarespace 7.1 exposes llms.txt under SEO/AI Visibility, while 7.0 sites still need an upload plus a /llms.txt -> [CDN path] 301 URL mapping.
  • An Ahrefs server-log study across 137,000 domains found 97% of llms.txt files received zero requests in May 2026, so budget this as cheap infrastructure.

How to Add llms.txt to Squarespace and Wix When the Host Owns the Filesystem

llms.txt is a plain-text markdown file served at your domain root that lists the pages you want a language model to read, in the order you want them read. The specification published at llmstxt.org on 3 September 2024 defines a single required element, an H1 carrying the project or site name, followed by an optional blockquote summary and H2 sections holding lists of links. Jeremy Howard, co-founder of Answer.AI, set out the reasoning in the original proposal: "Language models can ingest a lot of information quickly, so it can be helpful to have a single place where all of the key information can be collated."

On a coded site you generate that file at build time, from the same data that renders the pages. On a hosted builder the upload is the entire mechanism, and it runs once, when you click it. Every constraint below follows from that gap, which is why how to add llms.txt to Squarespace and Wix is a maintenance question before it is an upload question.

Framer Gates Static File Hosting Behind Pro and Enterprise

Framer's help documentation states that "Static file hosting for llms.txt is available on the Pro and Enterprise plans". Below Pro there is no upload panel at all, so the first question on a Framer project is which plan the client already pays for. Other published listings of the supported tiers also include Scale. Framer's own help article names Pro and Enterprise, and that is the version to plan against.

The path is short. Open the Framer dashboard, find your domain under Domains, open the Files section, and upload the file. Framer accepts TXT and JSON uploads and assigns them to a root-level path such as /llms.txt or /ads.txt. The file becomes reachable at https://example.com/llms.txt once the site is published, so an unpublished project serves nothing. Framer caps the number of hosted files by plan tier without naming the ceiling, which matters on projects already stacking /ads.txt and several /.well-known/ entries.

Webflow Puts the Upload in Site Settings, Under SEO

Webflow's help documentation places the control at Site settings, then the SEO tab, then the LLMs.txt section, with an Upload file button and a Save changes step. Two constraints ride along. The file must be UTF-8 encoded and stay under 100 KB, and it does not appear on a webflow.io staging domain, so confirming the upload is served only works against the production domain after a publish. Webflow keeps the file out of the search index while still serving it at the root.

Squarespace and Wix, Menu Path by Menu Path

How to Add llms.txt to Squarespace and Wix Without Touching Code

Squarespace 7.1 exposes the file natively at SEO/AI Visibility, then SEO Settings, then llms.txt, a change Collaborada documented on 30 July 2026. Squarespace 7.0 sites still run the older route: upload the file through the Link Manager, where it lands at /s/llms.txt, trace the static1.squarespace.com address it redirects to, then add a mapping under Settings, Developer tools, URL mappings. The Squarespace Help Center describes that syntax as four elements: the old URL, an arrow written as a dash immediately followed by a greater-than sign, the new URL, and a redirect type of 301 or 302. The field is capped at 400 KB, roughly 2,500 redirect lines, and rules process from the top down.

Wix takes the opposite approach and writes the file for you. Go to SEO & GEO in the site dashboard, scroll to Tools and settings, and click Go to llms.txt. Wix states that it "automatically generates and maintains your LLMs.txt file, but you can edit it at any time", then warns that once you edit it "it will stop updating automatically so your changes are preserved". The prerequisite is an upgraded site with a connected custom domain, and Wix has since confirmed on its feature-request page that the file is available on all sites. That single behaviour is where how to add llms.txt to Squarespace and Wix diverges: one platform hands you an empty upload slot, the other hands you a living file you can freeze by accident.

The robots.txt Line Some Guides Recommend

Community threads on all four platforms recommend referencing the file from robots.txt with a line such as LLMs: https://example.com/llms.txt. No specification requires it. The llmstxt.org proposal defines discovery by convention at the root path, and Chrome's Lighthouse agentic-browsing audit fetches /llms.txt directly rather than reading a pointer out of robots.txt. The line costs nothing, so add it wherever your platform exposes a robots.txt editor and treat it as a courtesy to crawlers. It is the one optional step in how to add llms.txt to Squarespace and Wix that carries no downside.

Four Platforms, One Table

Three questions decide how to add llms.txt to Squarespace and Wix, and to Framer and Webflow: where the upload lives, which plan tier unlocks it, and what the platform does with the file after you save. The full platform comparison covers the generated-file route for coded sites as well.

PlatformWhere the upload livesPlan gateAfter you save
FramerDomains, then FilesPro and EnterpriseServed at the root once the site is published
WebflowSite settings, SEO, LLMs.txtPaid plan with a production domainUTF-8, under 100 KB, absent from webflow.io staging
WixSEO & GEO, Tools and settings, Go to llms.txtUpgraded site with a custom domainGenerated automatically until the first manual edit
SquarespaceSEO/AI Visibility, SEO Settings, llms.txtVersion 7.1 sitesVersion 7.0 needs an upload plus a 301 URL mapping

Two overlapping blank sheets of paper, one crisp and one curled and yellowed, illustrating a stale uploaded file

The Drift Nobody Warns You About

Every guide on how to add llms.txt to Squarespace and Wix stops at the upload button. Nothing in these four interfaces tells you the file has gone stale afterwards. A site publishing four posts a month adds 48 URLs in a year, and a file uploaded in January still describes the January site in December. Those 48 pages stay invisible to any agent that trusts the file as a map. No warning appears in the dashboard, no diff runs against the CMS collection, and no timestamp sits beside the upload.

Chrome's Lighthouse agentic-browsing audit does not close that gap. It flags a server error when fetching /llms.txt and returns not applicable on a 404, because, in Chrome's wording, "providing the file is optional at the moment". A stale file answers with HTTP 200 and passes the audit cleanly. Catching drift after launch requires a check that no platform in this set runs for you.

The stakes today are modest. Rankability measured 8.7% of the top 1,000 websites publishing an llms.txt file as of June 2026, rising to 15.8% among the 549 sites its crawler could reach. The Ahrefs study of 137,000 domains found 97% of files received zero requests in May 2026, with SEO audit tools generating 21.7% of the requests that did arrive, GPTBot 4.51% and ClaudeBot 0.80%. Adoption is climbing faster than usage: instances grew from 4,088 in June 2025 to 36,120 by May 2026, an 8.8x increase across more than 3 million monitored websites.

Five Events That Should Trigger a Re-Upload

Anyone working out how to add llms.txt to Squarespace and Wix needs a trigger list, because no build pipeline exists to run one for them.

  1. A new CMS collection item goes live. Any post, case study or product that earns a URL belongs in the file. On Wix this stays automatic until your first manual edit; on Framer, Webflow and Squarespace 7.0 it is always manual.
  2. A URL changes or a page is deleted. A dead link inside llms.txt sends an agent to a 404 and costs more trust than the missing entry would have. Re-upload the day the redirect goes in.
  3. A whole section launches or retires. A new service line, a pricing page or a retired product changes the shape of the H2 sections, not only the link lists underneath them.
  4. A plan or domain change on the platform. Downgrading a Framer site below Pro removes static file hosting, and moving a Webflow site to a new production domain means republishing the file against the new root.
  5. The calendar, when none of the four above fired. Set a quarterly reminder. Three months is short enough that a marketing site drifts by a handful of URLs at most.

FAQ: How to Add llms.txt to Squarespace and Wix

Does llms.txt need a robots.txt reference to work?

No. The llmstxt.org specification defines discovery by convention at the root path /llms.txt, and Chrome's Lighthouse agentic-browsing audit fetches that path directly. A pointer line in robots.txt is harmless and occasionally useful for tools that parse robots.txt first, so include it if your platform gives you a robots.txt editor. The root path is what decides the outcome: verify it returns HTTP 200 with plain text.

What happens if I edit the Wix file and want the automation back?

Wix stops updating the file automatically once you edit it, so that your changes survive. The Wix Help Center documents a Reset to Default action inside the same panel, reached through More Actions, which switches the file back to automatic maintenance. Resetting discards the manual version, so keep a copy of your edited file first if any of the wording is worth preserving.

Can I tell whether agents are actually reading the file?

On a hosted builder, usually not. None of these four platforms exposes raw server logs, which is where llms.txt requests appear. The Ahrefs study that found 97% of files receiving zero requests in May 2026 relied on server-log data from 137,000 domains for exactly that reason. Without logs you are limited to checking that the file resolves and matches your current site.

Does the file work on a staging or trial domain?

Webflow does not publish llms.txt to webflow.io staging domains, so testing there returns nothing. Framer requires a published site before the uploaded file resolves at the root. Wix requires an upgraded site with a connected custom domain. Verification belongs on the production domain, after a publish, on every platform in this group.

How La Boétie Ships the Agent-Facing Layer

La Boétie treats the agent-facing surface as infrastructure the client owns, in line with the sovereignty thesis the studio takes from Étienne de La Boétie's 1548 essay.

Generation. The llms.txt Generator crawls a site and produces a conformant file, self serve, at $25 or 20 € a run, with no account to create and no call to book.

Installation. The studio has shipped and maintained the agent-facing layer across client sites in finance, legal, auctions and eco transition, including france-epargne.fr, assuied-avocat.fr and llb-auction.com, on coded stacks and hosted builders alike.

Maintenance. A flexible team of five to six engineers across multiple time zones carries the re-upload discipline for teams who would rather not relearn how to add llms.txt to Squarespace and Wix every quarter.

Conclusion

The upload panels are the easy part. Framer wants Pro or Enterprise and a published site, Webflow wants a UTF-8 file under 100 KB on a production domain, Wix generates one for you until you edit it, and Squarespace 7.1 finally offers a native setting that 7.0 sites have to fake with a 301 mapping. Learning how to add llms.txt to Squarespace and Wix takes an afternoon. Keeping the file honest against a CMS that changes every week is what decides whether an agent reading it in six months gets an accurate map or a snapshot of a site that stopped existing.

Sources

Also read:

Questions

Does llms.txt need a robots.txt reference to work?

No. The llmstxt.org specification defines discovery by convention at the root path /llms.txt, and Chrome's Lighthouse agentic-browsing audit fetches that path directly. A pointer line in robots.txt is harmless and occasionally useful for tools that parse robots.txt first, so include it if your platform gives you a robots.txt editor. The root path is what decides the outcome: verify it returns HTTP 200 with plain text.

What happens if I edit the Wix file and want the automation back?

Wix stops updating the file automatically once you edit it, so that your changes survive. The Wix Help Center documents a Reset to Default action inside the same panel, reached through More Actions, which switches the file back to automatic maintenance. Resetting discards the manual version, so keep a copy of your edited file first if any of the wording is worth preserving.

Can I tell whether agents are actually reading the file?

On a hosted builder, usually not. None of these four platforms exposes raw server logs, which is where llms.txt requests appear. The Ahrefs study that found 97% of files receiving zero requests in May 2026 relied on server-log data from 137,000 domains for exactly that reason. Without logs you are limited to checking that the file resolves and matches your current site.

Does the file work on a staging or trial domain?

Webflow does not publish llms.txt to webflow.io staging domains, so testing there returns nothing. Framer requires a published site before the uploaded file resolves at the root. Wix requires an upgraded site with a connected custom domain. Verification belongs on the production domain, after a publish, on every platform in this group.