ShipworkSite inspection
Checks
Every error, explainedGuides →
Pricing Learn Guides

Audit a Wix site for what only appears after JavaScript

Wix builds the page in the browser, so the thing to verify first is what a plain fetch sees. Then check the parts Wix does not set for you, like social preview tags and image weight.

One crawl of a bounded sample of public pages, from outside your network. Nothing is stored.

What Wix gets wrong most often

Wix renders much of the page client-side. A raw fetch can return a thin shell while the browser shows a complete page, which puts content at risk for any crawler that does not run JavaScript.

Social preview text and images are often left empty, so a shared link falls back to a generic card.

Images are served at the size they were uploaded, so a hero can be far heavier than the space it fills, especially on mobile.

robots.txt editing is available in Wix SEO settings, but it is easy to leave a default in place that does not reference the sitemap or that blocks something by accident.

Because the platform owns the server, transport and security headers are set by Wix, so the useful checks are the ones about content and rendering rather than headers.

The checks that matter most on Wix

What to do about it

  1. Put the important content, especially the page heading and the main copy, where it is present in the raw HTML rather than injected later.
  2. Fill in the social share settings so og:title, og:description and og:image are set per page.
  3. Re-export or replace oversized images at the size they display, and add alt text in the image settings.
  4. Review the robots.txt that Wix generates and make sure it references the sitemap and blocks nothing you need crawled.
  5. Check Core Web Vitals on mobile first, since that is where the heavy assets and client-side rendering show up most.

A typical Wix failure, worked through

The setupA Wix page relies on strips and a repeater that populate only after JavaScript runs. The raw HTML returns the layout but almost none of the text.

What the check reportsThe render check reports that a browser sees far more text than a plain fetch. A crawler or assistant that does not render sees a nearly empty page.

The pointOn a platform you cannot change the rendering of, the fix is to make sure the essential text is also present in the initial HTML, for example in the page description and headings.

Questions

Can I edit robots.txt on Wix?
Yes, in the SEO settings on a connected domain. Review what it contains and confirm it references the sitemap, because a default can be left in place for a long time.
Does Wix output structured data?
Some Wix apps and stores add it. The structured data check reads the page and reports what is actually there rather than assuming a platform default.
Why is content missing from the raw HTML?
Wix renders in the browser. That is fine for visitors, but a crawler that does not run JavaScript sees the shell. Keeping essential text in the initial HTML protects against that.

Checks and guides for this platform