Wix · ~20 min · Easy

Wix Now Shows You AI Visibility — Here's How to Actually Fix It

Step-by-step: add Schema.org, configure robots.txt and llms.txt. Everything through the Wix interface — no code.

About Wix's AI Visibility Overview

Wix launched a built-in AI Visibility Overview in Wix Analytics — it shows whether ChatGPT or Perplexity mention you. That's useful, but it's monitoring-only: Wix itself says you have to separately optimize your SEO to improve the numbers. Gemini isn't covered, and there's no fix built into the tool. This guide covers the part Wix doesn't do — the concrete changes that actually move your visibility.

What this guide fixes (not what Wix's Overview shows):
  • Schema.orgChatGPT and Perplexity correctly identify your business
  • FAQ Schema+41% citation rate in AI responses
  • robots.txtAI crawlers can index the site
  • Specifics and freshnessexplicit prices, facts and update dates are what AI actually cites
  • llms.txta short summary for AI agents; little to no effect on citations
0

First — generate your files

  1. Go to causabi.com
  2. Enter your Wix site URL
  3. Get your ready-to-use Schema.org, FAQ Schema, llms.txt, and robots.txt
  4. Keep the tab open — you'll need the files in the next steps
1

Add Schema.org via Embed Code

There are two ways to add Schema.org in Wix. We recommend the page SEO settings method — it's the simplest.

Method 1 — Page SEO settings (recommended)
  1. 1.In the Wix editor, right-click the page → "Page Settings"
  2. 2.Go to the "Advanced SEO" tab
  3. 3.Click "+ Add tag" → choose "Script in head"
  4. 4.Paste the Organization Schema from Causabi and click "Apply"
  5. 5.Repeat for FAQ Schema
Method 2 — Embed HTML widget
  1. 1.In the editor, click "Add""Embed""HTML"
  2. 2.Click the element → "Enter Code"
  3. 3.Paste the Schema.org script, click "Update"
  4. 4.Drag the element to the bottom of the page (out of visitors' view)
2

Configure robots.txt

Wix has a convenient robots.txt editor in the dashboard.

Path in the Wix Dashboard
  1. 1.Go to Wix Dashboard (manage.wix.com)
  2. 2.On the left: SEO & GEO → Tools and settings
  3. 3.Find the "Robots.txt Editor" → open it
  4. 4.Add the AI crawler permissions from Causabi to the end of the file
  5. 5.Click "Save"
# Add these lines to robots.txt
User-agent: GPTBot
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: Google-Extended
Allow: /
3

Upload llms.txt

Wix doesn't allow uploading files directly to the site root. There are two working options:

Option A — a /llms page (simpler)
  1. 1.Create a new page at /llms
  2. 2.Add a text block with the llms.txt content to the page
  3. 3.Hide the page from navigation (Page Settings → hide from menu)
Option B — Wix Velo (for advanced users)
  1. 1.Enable Dev Mode (Velo) in the editor
  2. 2.Create an HTTP function for the /llms.txt route
  3. 3.Return the llms.txt content with a text/plain header
4

Verify the result

  1. Publish the site — the "Publish" button in the Wix editor
  2. Go back to causabi.com and run the audit for your site again
  3. The score should reach 65+ after all changes
  4. Validate Schema.org: validator.schema.org
?

I implemented it, but the check doesn't see the files

CDN cache (Cloudflare and similar)

If the site sits behind Cloudflare or another CDN/hosting cache, the file may keep serving from cache for hours. Purge it manually: Cloudflare → Caching → Configuration → Purge Everything, or wait out the TTL.

You're checking staging, not the production domain

Make sure you're running the audit against the real public domain, not a staging.* or temporary hosting URL — the files there can differ.

Wrong file path

The file must open at exactly /llms (see step 3), not /docs/llms or another subfolder. Check the URL directly in the browser.

Typo in the JSON-LD

Even one missing comma breaks the whole markup. Paste the code into validator.schema.org — it will point to the exact broken line.

Re-run the audit

After fixing, go back to causabi.com and re-run the check for your site — the score will update.

Check your own site right here

Enter your domain — we'll show your AI Score and the biggest reason ChatGPT and other AI engines can't see you.

Generate all your files for free

Causabi automatically creates Schema.org, FAQ Schema, llms.txt, and robots.txt tailored to your site.

Check and optimize your site
Wix AI Visibility Overview Shows the Problem — Here's How to Fix It