Install on Framer

Framer's Site Settings → General → Custom Code lets you inject a script into every published page's head — no components or overrides 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 Site Settings

In the Framer editor, click the gear icon (top right) to open Site Settings. Go to the General tab and scroll to Custom Code.

Custom Code is available on Framer's paid plans.
3

Paste both tags into the <head> field

In the Start of <head> tag field, paste both tags together. Framer 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

Publish

Click Publish. Both tags are now live on every page of your Framer site.

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 script will be served from myshop.findables.ai.

2

Open Site Settings

In the Framer editor, click the gear icon (top right) to open Site Settings. Go to the General tab.

Scroll down to the Custom Code section.

Custom Code is available on Framer's paid plans.
3

Paste into the <head> field

In the Start of <head> tag field, paste the following:

<script src="https://YOUR_DOMAIN.findables.ai/findables.js" async></script>

Replace YOUR_DOMAIN with the handle from your Findables dashboard.

4

Publish

Click Publish in the top right. The script is now live on every page of your Framer site.

Pages will start appearing in your Findables dashboard as visitors load them.