Wix Integration
Wix supports custom code via its settings panel, allowing you to integrate SEOJuice on any Wix site.
Installation
- In your Wix dashboard, go to Settings → Custom Code (under Advanced)
- Click Add Custom Code
- Paste the SEOJuice script:
<script type="text/javascript" src="https://cdn.seojuice.io/suggestions.v1.js" defer></script>- Set the placement to:
- Add Code to: All pages
- Place Code in: Body - end
- Click Apply
- Add your website in the SEOJuice dashboard
Alternative: Wix Embed Block
If you prefer to add the code per-page:
- Open the Wix Editor
- Click Add → Embed Code → Embed HTML
- Paste the script tag
- 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
| Feature | Works? | Notes |
|---|---|---|
| Internal links | Yes | Injected via JavaScript |
| Meta descriptions | Yes | For pages missing them |
| Image alt text | Yes | AI-generated alternatives |
| Accessibility fixes | Yes | ARIA labels, focus management |
| Structured data | Yes | JSON-LD injected at runtime |
| Open Graph tags | Yes | For social sharing |
Verify Your Integration
- Visit your published Wix site (not the editor preview)
- Open browser DevTools (F12)
- Go to Network tab, reload, and filter for
seojuice - You should see
suggestions.v1.jsloading with a 200 status
For troubleshooting, see Integration Verification.