Install on Webflow

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

1

Get your API key

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

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 into Head Code

In the Head Code 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

Save and publish

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

View source on any page to confirm — you should see the Findables script tag in <head>.