Squarespace's Code Injection feature lets you add code to every page's <head> without touching any files.
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.
In your Squarespace admin, go to Settings → Advanced → Code Injection.
In the Header text area, paste both tags together. Squarespace Code Injection writes directly into the server-rendered <head>, so both tags work correctly.
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.
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.
In your Squarespace admin, go to Settings → Advanced → Code Injection.
In the Header text area, paste the following:
<link> tag is read by AI crawlers from the raw HTML; the script runs when real visitors load the page.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>.