<!-- Generated from llms-txt-wix/index.html. The canonical document is the HTML page. -->

- [ Home ](/) 
/
- Wix            
# 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: June 10, 2026

## 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.txt` can return the file as
`text/plain` and pass every other request to Wix. The Worker pattern is identical to
the one documented on our [Webflow guide](/llms-txt-webflow/). 
- **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.     
✓ Have the file ready

Draft it now with the  generator  (it reads the sitemap Wix publishes),
validate it , and keep it versioned. Serving it then becomes a
five-minute task whichever route opens up.

## 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](/llms-txt-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](/comparison/) covers the differences.

## Sources

- [ llmstxt.org, official spec ](https://llmstxt.org/)           
On this page

- [ The short answer ](#answer)
- [ Your options ](#options)
- [ What to avoid ](#avoid)
- [ FAQ ](#faq)
