Install on Shopify

Add Findables to your Shopify store by editing your theme's theme.liquid file — no app required.

1

Get your API key

After signing up, your API key is shown in your Findables dashboard. Copy it.

2

Open the theme code editor

In your Shopify admin, go to Online Store → Themes. Click the menu next to your active theme and select Edit code.

3

Edit theme.liquid

In the file list on the left, open Layout → theme.liquid. Find the closing </head> tag and paste this line just before it:

<!-- Findables AI discoverability -->
<script src="https://cdn.findables.ai/findables.js?key=YOUR_API_KEY" data-site="YOUR_SITE_SLUG"></script>

Replace YOUR_API_KEY with your API key and YOUR_SITE_SLUG with your site slug — both are in your dashboard.

4

Save and verify

Click Save. Visit your storefront, right-click → View Page Source, and confirm the script tag appears in the <head>.

Findables will start registering your product and collection pages as real visitors land on them.

Shopify's checkout pages run on a separate domain — those pages won't be tracked, which is expected and fine.