The simplest path is Google Tag Manager — if GTM is already on your store, use that guide (then add the static link tag directly as well). Otherwise, add both Findables tags directly by editing your theme's theme.liquid file.
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 Shopify admin, go to Online Store → Themes. Click the ⋯ menu next to your active theme and select Edit code.
theme.liquid directly.Open Layout → theme.liquid. Find the closing </head> tag and paste this just before it:
In the same location in theme.liquid, also paste this script — it runs when real visitors load your pages:
Click Save. Visit your storefront, right-click → View Page Source, and confirm both tags appear inside <head>.
Findables will start registering your product and collection pages as real visitors land on them.
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 Shopify admin, go to Online Store → Themes. Click the ⋯ menu next to your active theme and select Edit code.
AI crawlers like Claude fetch your page as plain HTML without running JavaScript. This static tag tells them where your MCP server lives so they can discover your content.
In the file list on the left, open Layout → theme.liquid. Find the closing </head> tag and paste this line just before it:
<head>. It cannot be added via JavaScript or a tag manager.This script runs when real visitors load your pages — it ingests content and keeps your AI profile up to date.
In the same theme.liquid file, paste this line just before </head>, alongside the link tag from step 3:
Click Save. Visit your storefront, right-click → View Page Source, and confirm both tags appear in the <head>.
Findables will start registering your product and collection pages as real visitors land on them.