Install on Squarespace

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

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 Code Injection

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

Code Injection is available on Business plans and above.
3

Paste both tags into the Header field

In the Header text area, paste both tags together. Squarespace Code Injection writes directly into the server-rendered <head>, so both tags work correctly.

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

Click Save. Both tags are now live on every page of your 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 tags will be served from myshop.findables.ai.

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 both Findables tags into the Header field

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

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

Visit any page on your site, right-click → View Page Source, and confirm both tags appear inside <head>.