Wix lets you inject custom code site-wide through the Marketing & SEO → Custom Code panel — no code editor needed.
After signing up, your domain handle is shown in your Findables dashboard. It looks like myshop — your tags will be served from myshop.findables.ai.
In your Wix dashboard, go to Marketing & SEO → Marketing Tools → Custom Code.
Click + Add Custom Code in the top right. Set placement to Head and apply to All Pages.
In the code box, paste both tags together. Wix injects Custom Code directly into your server-rendered <head>, so both the static discovery tag and the tracking script work correctly.
Both tags are needed — the <link> tag is read directly from your HTML by AI crawlers; the script runs when real visitors load the page.
Click Apply, then Publish your site. Both tags will be live on every page.
View source on any page to confirm — you should see both tags inside <head>.
After signing up, your domain handle is shown in your Findables dashboard. It looks like myshop — your tags will be served from myshop.findables.ai.
In your Wix dashboard, go to Marketing & SEO → Marketing Tools → Custom Code.
Click + Add Custom Code in the top right.
In the code box, paste the following. Set the placement to Head and apply it to All Pages.
<link> tag is read by AI crawlers from the raw HTML; the script runs when real visitors load the page.Click Apply, then Publish your site. Both tags will now be present on every page.
Pages will start appearing in your Findables dashboard as visitors load them.