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 API key

After signing up, copy your API key from your Findables dashboard.

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://cdn.findables.ai/findables.js?key=YOUR_API_KEY" data-site="YOUR_SITE_SLUG"></script>

Replace YOUR_API_KEY with your API key and YOUR_SITE_SLUG with your site slug — both are in your 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.