Framer's Site Settings → General → Custom Code lets you inject a script into every published page's head — no components or overrides needed.
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 the Framer editor, click the gear icon (top right) to open Site Settings. Go to the General tab and scroll to Custom Code.
In the Start of <head> tag field, paste both tags together. Framer writes this directly into the server-rendered <head> on every published page.
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 Publish. Both tags are now live on every page of your Framer 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 script will be served from myshop.findables.ai.
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.
In the Start of <head> tag field, paste the following:
Replace YOUR_DOMAIN with the handle from your Findables dashboard.
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.