llms.txt for Wix
Wix exposes robots.txt editing in its SEO settings but no mechanism for custom root files. Here is what realistically works for llms.txt on a Wix site.
Last updated:
The short answer
Wix does not document a way to upload an arbitrary file to your domain root. Media you upload
goes to Wix's static CDN, not to yourdomain.com/llms.txt. Unless Wix ships native
support (worth checking in your SEO settings, capabilities evolve), serving the file requires an
edge layer you control in front of the domain.
Your options
- Edge proxy. If your DNS is on Cloudflare with the proxy enabled, a Worker routed
on
yourdomain.com/llms.txtcan return the file astext/plainand pass every other request to Wix. The Worker pattern is identical to the one documented on our Webflow guide. - Wait for native support. Wix regularly extends its SEO settings panel. If the file matters to you but a proxy is out of reach, monitor their SEO settings and ship the day it lands.
What to avoid
- A media-hosted copy. A file on Wix's CDN is not at your domain root and will not be found by convention.
- A regular page with the content. An HTML page is not a plain-text Markdown file; it will fail validation and confuse the tools that fetch it.
FAQ
Does llms.txt affect Google rankings for my Wix site?
No, Google has said it does not use the file; see llms.txt and SEO. Its audience is AI assistants and crawlers.
Is editing robots.txt enough?
robots.txt and llms.txt do different jobs: access control versus curated context. The comparison page covers the differences.