Skip to content

Wix Integration

Wix supports custom code via its settings panel, allowing you to integrate SEOJuice on any Wix site.

Installation

  1. In your Wix dashboard, go to SettingsCustom Code (under Advanced)
  2. Click Add Custom Code
  3. Paste the SEOJuice script:
<script type="text/javascript" src="https://cdn.seojuice.io/suggestions.v1.js" defer></script>
  1. Set the placement to:
    • Add Code to: All pages
    • Place Code in: Body - end
  2. Click Apply
  3. Add your website in the SEOJuice dashboard

Alternative: Wix Embed Block

If you prefer to add the code per-page:

  1. Open the Wix Editor
  2. Click AddEmbed CodeEmbed HTML
  3. Paste the script tag
  4. Position the embed at the bottom of your page

However, the Settings → Custom Code method is recommended as it applies to all pages automatically.

Wix-Specific Considerations

Limited Template Access

Wix doesn’t expose raw template files. All SEOJuice optimizations are applied client-side via JavaScript, which works well for:

  • Internal links
  • Meta tag suggestions
  • Image alt text
  • Accessibility fixes
  • Structured data

Wix SEO Settings

Wix has its own built-in SEO settings. SEOJuice works alongside Wix’s native SEO:

  • SEOJuice will not overwrite meta tags you’ve set manually in Wix
  • It fills in gaps — pages without meta descriptions will get auto-generated ones
  • Use the SEOJuice dashboard for a more comprehensive view of your site’s SEO health

Single Page Application (SPA) Navigation

Wix sites use client-side routing. SEOJuice detects navigation changes automatically and re-applies optimizations on each page transition.

What SEOJuice Can Optimize on Wix

FeatureWorks?Notes
Internal linksYesInjected via JavaScript
Meta descriptionsYesFor pages missing them
Image alt textYesAI-generated alternatives
Accessibility fixesYesARIA labels, focus management
Structured dataYesJSON-LD injected at runtime
Open Graph tagsYesFor social sharing

Verify Your Integration

  1. Visit your published Wix site (not the editor preview)
  2. Open browser DevTools (F12)
  3. Go to Network tab, reload, and filter for seojuice
  4. You should see suggestions.v1.js loading with a 200 status

For troubleshooting, see Integration Verification.