Install on Wix

Wix lets you inject custom code site-wide through the Marketing & SEO → Custom Code panel — no code editor needed.

1

Get your domain handle

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.

2

Open Custom Code settings

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.

You need a Wix Premium plan to use Custom Code on a connected domain.
3

Paste both tags

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.

<!-- Findables: AI crawler discovery (static — required) -->
<link rel="service" href="https://YOUR_DOMAIN.findables.ai/.well-known/mcp.json" data-findables>
<!-- Findables: content tracking (runs in browser) -->
<script src="https://YOUR_DOMAIN.findables.ai/findables.js" async></script>

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.

4

Apply and publish

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.

2

Open Custom Code settings

In your Wix dashboard, go to Marketing & SEO → Marketing Tools → Custom Code.

Click + Add Custom Code in the top right.

You need a Wix Premium plan to use Custom Code on a connected domain.
3

Paste both Findables tags

In the code box, paste the following. Set the placement to Head and apply it to All Pages.

<!-- Findables: AI crawler discovery (static — required) -->
<link rel="service" href="https://YOUR_DOMAIN.findables.ai/.well-known/mcp.json" data-findables>
<!-- Findables: content tracking (runs in browser) -->
<script src="https://YOUR_DOMAIN.findables.ai/findables.js" async></script>
Both tags are needed — the <link> tag is read by AI crawlers from the raw HTML; the script runs when real visitors load the page.
4

Apply and publish

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.