Webflow's Project Settings → Custom Code lets you inject code into every page's <head> globally — no per-page editing required.
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 Webflow Designer, click the W logo (top left) → Project Settings → Custom Code tab.
In the Head Code field, paste both tags together. Webflow 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 Save Changes, then publish your site. View source on any page to confirm both tags appear 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 the Webflow Designer, click the W logo (top left) → Project Settings → Custom Code tab.
In the Head Code field, 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 Changes, then publish your site. Both tags will be included on every published page.
View source on any page to confirm — you should see both Findables tags in <head>.