Install on WordPress

Add the Findables script to every page of your WordPress site in under two minutes — no plugin required.

1

Get your API key

After signing up, your API key is shown in your Findables dashboard. Copy it — you'll need it in step 3.

2

Open your theme editor

In your WordPress admin panel, go to Appearance → Theme File Editor (or Appearance → Editor if you're using a block theme).

Open the header.php file (or theme.json / your theme's head template for block themes).

If you use a page builder like Elementor, Divi, or Beaver Builder, look for a Custom Code or Header Scripts field in the theme settings instead — no file editing needed.
3

Paste the script before </head>

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 Update File. Visit any page on your site, right-click → View Page Source, and confirm the script tag is present.

Your Findables dashboard will show the first pages registering within a minute of real visitors loading your site.