How to add a LLMs.txt to my Wix website?

Question:
I want to add the following:

  1. LLMs.txt to a DNS connected Website.
  2. llm-manifest.json to my root folder DNS connected Website

Product:
Wix Editor

What are you trying to achieve:
I want to add LLMs.txt and llm-manifest.json to a DNS connected Website into the websites root folder

What have you already tried:
Search, FAQ, help, Website Editor, SEO support

Additional information:
N/A

11 Likes

+1 on this please, thanks

2 Likes

I believe the team are exploring llms.txt - although I’m curious about llm-manifest.json (it’s the first time I’ve heard about it)

What would that allow for you to do?

4 Likes

LLMs.txt – tells AI models: “Yes, you can use my content.”
llm-manifest.json – gives a machine-readable summary of all text elements of your website

5 Likes

Looping around on this conversation - happy to share that we’ve begun rolling out LLMs.txt on sites. Currently starting with eCommerce sites based in the USA.

The LLMs.txt file is generated automatically, helping your clients’ businesses stay competitive and easy to discover as more people rely on AI for recommendations and research - without any extra effort on your part.

More details can be found here - Understanding Your Site's LLMs.txt File | Help Center | Wix.com

1 Like

Hey,
Glad to hear it is being rolled out, but is there any way for us to be in charge of our own destiny here? GPT is telling me i can ,

Turn on Velo Developer Mode in Wix.

  1. Create a plain text file called llms.txt and store it in your Public folder in the Velo sidebar.

  2. Then add a router or HTTP function that serves that file when https://yourdomain.com/llms.txt is visited.

    will this work

1 Like

Not as far as I’m aware. I know there are workarounds for other types of files, such as:

  1. Create a HTTPS function
  2. Have it return the data you need
  3. Setup a redirect from the URL you need to the HTTPS endpoint

That said, there are likely caveats to this, but I’ve not personally tested this :slight_smile:

1 Like

@noahlovell Oh my god, this is so 1990s (and I was 13 back then and could do more with my C64 and Amiga500 then with WIX here). Come on, this is like robots.txt, nothing fancy, no integrated API call. Just a txt file we as PAYING customers should be able to shape to thrive with our businesses here.

WIX premium payers are left out while other WIX competitors have that SINCE WEEKS !

3 Likes

BTW Including the LLM-Manifest.JSON which LETS YOU PUSH YOUR OFFERING DIRECTLY into an answer of anyone. Man, really, WIX developers are like steam engineers (not the ones from the gamin platform)

2 Likes

I contacted WIX support about this and and the very nice agent routed me back to my own question :joy: he said they added this as a feature request, to be able to redirect to our own file. Please keep us updated on this with your progress. I think that it’s a big hole that business owners are getting savy to and will want to take action on. People search llms now for businesses and mine doesn’t appear

2 Likes

Actually planning on getting my company site off of Wix after several years because of this. Having a note that says that this feature is only available to SOME people is insane when we all pay especially when Wix sites are already slow by default (Run a lighthouse test on a blank page).

2 Likes

As with any new feature or update, we roll them out gradually to ensure it doesn’t have any unintended side effects. This is the case here (currently rolled out to ecomm sites in the US)

No it won’t work, I have already tried this option :joy:

WIX does not permit us to place files in the site root. You can utilize Velo And publish the llms.txt example in GitHub gist. Its not easy to do but i think its the time right now to have it. So WIX please

1 Like

Anyway, we can get an expedited for certain sites, or sign up for a beta. I desperately need this feature, as I’ve spoken with Level 3 support, and there are no workarounds. We’ve tried for all of them hit severe roadblocks.

Brayden Cannon

Cannon System Design

Not currently. In the meantime, I’d recommend following the feature request to be notified when it becomes available - SEO Request: Making LLMs.txt Available for All Sites | Help Center | Wix.com

1 Like

Is it possible to get early access to llm.txt for my one website? Is there any wix team here who can push my request for early access? I have one business Listing site and looking llm for it to grow better in AI visibility.

1 Like

Need to roll it out faster. If available to e-commerce sites, why not regular sites? They are even easier? Moving off wix may be the only option

I completely understand why this feels frustrating, especially since the world of LLM visibility is constantly evolving.

It’s worth calling out though that we’re still very much in the early days when it comes to LLM discovery standards. While llms.txt does show promising signs of adoption across various LLM tools, there isn’t yet a single, universally-agreed implementation (like there is for robots.txt or sitemaps.xml) or behaviour across tools and platforms. This is the reason for a gradual rollout.

Currently, the llms.txt that Wix provides for ecomm sites is generated using the product data and other site information, which makes it meaningfully useful to LLMs rather than just declarative. Even if “regular sites” might seem simpler on the surface.

The intent is to expand availability once we’re confident the output is accurate, helpful, and aligned with how LLMs are actually consuming the data.

In the meantime, the fundamentals that apply to SEO matter most for AI visibility.

  • Clear, valuable, well-structured content
  • Strong page context and semantics
  • Content that genuinely answers real user questions

Those signals are what LLMs rely on today, regardless of llms.txt support.

Hopefully it gives some more insights into the reasons for availability :slight_smile:

Everyone else if you really want this to work you can create a worker bot in cloudflare and create a front end rule to hand out the worker HTML instead of wix to serve the llms.txt and then Additionally you can create custom code to fetch the site map and add it to the site map so cloudflare worker now will serve the llms.txt and the site map ahead of wix