Install on Webflow

Webflow's Project Settings → Custom Code lets you inject code into every page's <head> globally — no per-page editing required.

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 Project Settings

In the Webflow Designer, click the W logo (top left) → Project SettingsCustom Code tab.

Custom Code requires a paid Webflow site plan.
3

Paste both tags into Head Code

In the Head Code field, paste both tags together. Webflow writes this directly into the server-rendered <head> on every published page.

<!-- 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

Save and publish

Click Save Changes, then publish your site. View source on any page to confirm both tags appear 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 Project Settings

In the Webflow Designer, click the W logo (top left) → Project SettingsCustom Code tab.

Custom Code requires a paid Webflow site plan.
3

Paste both Findables tags into Head Code

In the Head Code field, paste the following:

<!-- 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

Save and publish

Click Save Changes, then publish your site. Both tags will be included on every published page.

View source on any page to confirm — you should see both Findables tags in <head>.