Install on
Wix.
Paste one snippet before </body>. Takes under 60 seconds.
Requirements
Install via Custom Code
- 1 In the Wix dashboard (not the site editor), click Marketing & SEO in the left menu.
- 2 Click Marketing Integrations.
- 3 Scroll to find Custom Code and click Add Custom Code.
- 4 Paste your snippet in the code field.
- 5 Set "Add Code to Pages" to All Pages.
- 6 Set "Place Code in" to Body - End.
- 7 Give it a name like AEOfix Bot Tracker.
- 8 Click Apply.
Your Tracking Snippet
Replace YOUR_SITE_ID with the Site ID shown in your AEOfix dashboard snippet banner. If you have rotated your key, use the exact snippet from the dashboard — it already includes &key=xxx.
<script>(function(){var i=document.createElement('img');i.width=1;i.height=1;i.style.display='none';i.alt='';i.src='https://aeofix.com/api/bot-pixel?page='+encodeURIComponent(location.pathname)+'&site=YOUR_SITE_ID';document.body.appendChild(i);})();</script>
Alternative Path
In some Wix versions, Custom Code is located under Settings → Advanced → Custom Code. The fields and options are identical — paste the snippet, set placement to Body - End, and apply to All Pages.
Wix Studio (formerly Editor X)
The same Marketing & SEO → Custom Code path works in Wix Studio. The dashboard interface is unified across Wix and Studio — no separate steps are needed.
Per-Page Tracking (Optional)
When adding custom code, you can select specific pages instead of "All Pages." However, tracking all pages gives the most complete AI crawler data. AI bots crawl your homepage, service pages, and blog posts — restricting tracking to specific pages may miss important crawl activity.
Verify Installation
- 1 Publish your site after saving the custom code entry.
-
2
Open your live site → DevTools (F12) → Network tab → filter by
bot-pixel. - 3 A 200 response confirms the snippet is firing correctly on your published site.