Install on Squarespace

Squarespace's Code Injection feature lets you add scripts to every page's <head> without touching any files.

1

Get your API key

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

2

Open Code Injection

In your Squarespace admin, go to Settings → Advanced → Code Injection.

Code Injection is available on Business plans and above.
3

Paste into the Header field

In the Header text area, 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

Click Save. The script is now live on every page of your site.

Visit any page on your site, right-click → View Page Source, and confirm the script tag appears inside <head>.