Guide
How to add an llms.txt to Wix (2026 guide)
Updated · July 10, 2026 — Joffrey
What is GEO?→Wix doesn't serve an llms.txt file by default. Here's how to add one — plus Q&A schema.org markup — so AI answer engines can read your Wix site and cite it in their answers. The steps are concrete and take a few minutes.
Why add an llms.txt on Wix?
AI answer engines (ChatGPT, Perplexity, Gemini, Claude) cite only a handful of sources per question, and they favor pages they can read cleanly. An llms.txt hands them a clear, structured version of your site; Q&A schema.org markup makes your answers quotable word for word. Without it, even ranking well on Google, your Wix site is unlikely to appear in an AI answer — not for lack of quality, but because nothing is machine-readable.
Add the llms.txt and Q&A markup on Wix
- Q&A markup: Dashboard → Settings → Custom Code → + Add Custom Code → paste it and set it to load in the
<head>. It's the strongest signal, and it works perfectly. robots.txt: Settings → SEO → Robots.txt editor → add our lines.llms.txt: Wix reserves the/llms.txtpath, so you can't upload it directly. The reliable workaround: put your domain's DNS behind Cloudflare (free), then add a Cloudflare Worker on the routeyour-site.com/llms.txtthat returns the file's contents astext/plain. It's then served at your real root — check by openingyour-site.com/llms.txt.
Verify it's live
Open your-site.com/llms.txt in a browser: you should see the file in plain text. Then test a page in Google's Rich Results Test to confirm the Q&A JSON-LD is detected. Until both checks pass, AI engines see nothing.