Skip to main content
Setup guide

How to add llms.txt to Wix

Wix doesn't allow root files. Use a Velo HTTP function (/_functions/llms) plus a domain-level redirect from /llms.txt.

4
Steps
3
Prereqs
2
Gotchas

Before you start

  • Wix Studio or Premium plan (for Velo)
  • Velo dev tools enabled on the site
  • An llms.txt body to paste into the function
Step-by-step

Install in 4 steps

  1. 1

    Enable Velo

    In your Wix dashboard, enable Velo dev tools.

  2. 2

    Create a backend function

    Add backend/http-functions.js exporting get_llms returning ok({ headers: { 'Content-Type': 'text/plain' }, body: content }).

  3. 3

    Redirect /llms.txt

    Add a 301 redirect from /llms.txt to /_functions/llms in SEO → URL redirect manager.

  4. 4

    Verify

    Test the public URL with curl.

Troubleshooting

Stale content served

Wix caches aggressively. Append a version string while testing, then purge the cache before going live.

Rate limit on /_functions endpoints

Velo functions have generous limits, fine for llms.txt traffic. If you hit them, contact Wix support to raise the cap.

Common gotchas

  • Wix caches aggressively — append a version string while testing
  • Velo functions are subject to Wix rate limits — fine for llms.txt traffic

Generate your llms.txt in 30 seconds

Use the free OptimAIze generator, then follow the steps above to deploy on Wix.

Frequently asked questions

Does Wix need both llms.txt and robots.txt?

Yes. robots.txt grants crawler permission; llms.txt curates which pages matter. Together they form the minimum AI-search setup on any Wix site.

Will adding llms.txt slow down my site?

No. It's a tiny static text file fetched once and cached aggressively. Page-load impact is effectively zero.

How often should I update llms.txt?

Whenever your canonical content set changes — new docs section, new product line, new pricing page. A monthly review is a sensible cadence for most sites.

Can I see whether AI engines read my llms.txt?

Check your server logs for user agents like GPTBot, ClaudeBot, PerplexityBot, and Google-Extended hitting /llms.txt. Most sites see traffic within days of publishing.

Other platforms

Signal
25-40%
AI traffic surge
Potential increase in discovery from LLM-driven search when optimized
Signal
Medium-High
Impact on AEO
The strategic value of controlling AI content sourcing for your brand
Signal
60-85%
Content generation
The estimated portion of web content now influenced by AI systems
Signal
Early adopter
Competitive edge
The advantage of implementing llms.txt while adoption is still emerging

Understanding llms.txt for Wix Sites

The `llms.txt` file is a crucial directive for Large Language Models (LLMs) and other AI systems, informing them how to interact with your website's content. Similar to `robots.txt` for traditional search engines, `llms.txt` specifies which parts of your Wix site are permissible for AI training, summarization, or direct citation, and which are not. For Wix users, implementing this file is a proactive step towards governing how AI consumes and repurposes your intellectual property and brand messaging. Without clear directives, LLMs might inadvertently misrepresent your content or use proprietary information, impacting your brand's AI search visibility (AEO) and overall digital footprint. Proper configuration ensures your Wix site contributes to AI knowledge bases on your terms, maintaining brand consistency and data privacy.

Strategic Benefits of Controlling AI Access on Wix

Implementing an `llms.txt` on your Wix site offers significant strategic advantages beyond mere compliance. It allows you to protect specific content, such as exclusive articles, user-generated content, or internal resources, from being used by LLMs without explicit permission. This level of control is vital for maintaining content exclusivity and preventing unauthorized data scraping. Furthermore, by intentionally allowing AI access to certain public-facing content, you can strategically influence how your brand is represented in AI-generated responses and summaries. This fine-tuned control enhances your AI search visibility (AEO), ensuring that when LLMs cite or reference your Wix site, they do so accurately and in alignment with your brand's voice and objectives, driving relevant traffic and engagement.

Publishing and Maintaining llms.txt on Wix

Wix's platform provides various avenues for custom file management, making the publication of an `llms.txt` file feasible. While Wix doesn't have a direct 'llms.txt' section, you can typically leverage the root domain file upload capabilities or integrate it via custom code embeds, depending on your Wix plan and site structure. After initial publication, regular maintenance is essential. As your content strategy evolves or new AI directives emerge, updating your `llms.txt` file ensures your instructions remain current and effective. This continuous optimization is a key component of robust AI search visibility (AEO), protecting your digital assets and optimizing your site's presence across evolving AI ecosystems, ensuring your Wix site remains a trusted source for LLMs.

llms.txt Directives & Impact on Wix

DirectiveDescription for WixAEO Impact
User-agent: *Applies rules to all AI models. Essential for broad control on Wix.Baseline control over all AI systems
Disallow: /private/Prevents AI from accessing specific Wix pages/folders. E.g., draft content.Protects sensitive content from AI exposure
Allow: /public/blog/Explicitly permits AI to crawl/train on specified public Wix content.Encourages accurate AI content citation & generation
Crawl-delay: 10Requests AI models to wait 10 seconds between requests, reducing server load.Optimizes Wix site performance during AI crawling
Noindex-all: trueSuggests AI should not include content in its indices for direct recall. (Proposed)Prevents verbatim AI content reproduction, promotes synthesis

Essential Checklist for llms.txt on Wix

  • Identify and document sensitive or proprietary content on your Wix site.
  • Draft your `llms.txt` file with clear `Allow` and `Disallow` directives.
  • Verify file formatting for `llms.txt` (UTF-8 encoding, correct line endings).
  • Upload the `llms.txt` file to your Wix site's root directory or via appropriate custom code integration.
  • Regularly review your `llms.txt` directives as your Wix site content evolves.
  • Monitor AI search results and citations for accurate brand representation.

Implementing llms.txt on Your Wix Site

  1. 1
    Create Your File

    Using a plain text editor, create a file named `llms.txt`. Define your directives (e.g., `User-agent: *`, `Disallow: /path/`) based on your content strategy. Save it carefully.

  2. 2
    Access Wix Dashboard

    Log into your Wix account and navigate to your site's dashboard. Look for options related to 'Marketing & SEO' or 'Custom Code' to prepare for file integration.

  3. 3
    Upload or Embed

    Depending on your Wix plan, you might be able to upload the file to your site's root or embed its content using the custom code feature. Ensure it's accessible at `yourdomain.com/llms.txt`.

  4. 4
    Verify & Monitor

    Once published, confirm the file is live by attempting to access `yourdomain.com/llms.txt` in a browser. Periodically review AI-generated content to ensure your directives are being honored.

More questions answered

What is the primary purpose of an llms.txt file for my Wix site?
The `llms.txt` file tells Large Language Models (LLMs) and other AI systems which parts of your Wix site they are allowed or forbidden to crawl, train on, or cite. Its primary purpose is to give you control over how AI interacts with your online content and intellectual property, enhancing your brand's AI visibility.
Can I prevent AI from scraping my entire Wix site using llms.txt?
Yes, you can instruct AI models not to scrape your entire Wix site by using the `Disallow: /` directive under the appropriate `User-agent:`. This provides a broad instruction for AI systems to refrain from accessing any content on your domain, effectively preventing content training or citation.
How does llms.txt affect my traditional SEO on Wix?
`llms.txt` primarily influences AI search visibility (AEO) and does not directly impact traditional SEO governed by `robots.txt`. Search engines like Google use `robots.txt` for indexing. However, by managing how AI uses your content, `llms.txt` can indirectly safeguard your brand's reputation, which could influence overall digital presence.
Where exactly do I place the llms.txt file on my Wix site?
The ideal placement for `llms.txt` is in the root directory of your Wix domain, making it accessible at `yourdomain.com/llms.txt`. While Wix's interface can vary, this typically involves using custom file upload features or leveraging advanced SEO settings for direct file integration. Consult Wix support for specific root file management options.

Explore further

Connected guides to keep going — short reads, all internally linked.