Skip to content

Can AI assistants read my Wix, Squarespace, or JavaScript-heavy website?

TL;DR: Mostly yes for modern Wix and Squarespace, which server-render core content — but AI crawlers like GPTBot, ClaudeBot, and PerplexityBot generally don't execute JavaScript the way Googlebot does. Anything that only appears after scripts run (popups, tabs, JS-injected text) may be invisible to the engines deciding whether to recommend you.

The claim, with evidence

Claim: If your key facts require JavaScript to render, AI engines may never see them.

Evidence: Google has documented years of JavaScript rendering infrastructure; AI answer-engine crawlers are far younger and primarily consume raw HTML. Wix and Squarespace both moved to server-side rendering of page content specifically so crawlers get real HTML. The risk zone is custom widgets, client-side apps, and content loaded on interaction — hours hidden in an accordion script, services in a JS carousel, booking info behind a popup.

Quick compatibility check

SetupAI crawler readability
Wix / Squarespace standard pagesGood — content ships as HTML
WordPress with standard themesGood
Content injected by third-party JS widgetsRisky — often invisible
Single-page apps without SSRPoor
PDFs as the only source of menus/pricingWeak — put it in HTML too

Step-by-step: verify what AI actually sees

  1. View source (not inspect element) on your homepage. Search for your phone number, hours, and top service. If they're absent from raw HTML, crawlers may miss them.
  2. Fetch as a bot: use a plain HTTP fetch of your page and confirm the text is present.
  3. Check robots.txt — make sure GPTBot, OAI-SearchBot, ClaudeBot, and PerplexityBot aren't blocked (some templates and CDNs block them by default).
  4. Move critical facts into plain HTML: name, address, hours, services, prices.
  5. Add JSON-LD schema, which rides in the HTML head and is crawler-friendly by design.
  6. Confirm with a real scan. BookRails.ai's weekly scan shows what ChatGPT, Gemini, Claude, and Perplexity actually say about you — the ground truth after all the technical guessing.

FAQ

Is Wix bad for AI visibility? No. Modern Wix outputs crawlable HTML. Visibility problems usually come from thin content, not the platform.

My site is a React app — am I invisible? If it renders client-side only, quite possibly to AI crawlers. Add server-side rendering or prerendering.

Do AI crawlers respect robots.txt? The major ones (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) publish user agents and state they honor robots.txt.

Does page speed matter to AI engines? Reliability matters more — pages that time out don't get read. Fast, simple HTML wins twice.

By Pinal Dave Last updated: 2026-07-23