Integration Guide

WordPress Integration

How to install the AIReady tracking snippet on your WordPress site.

Installation Steps

You can easily integrate the tracking snippet on WordPress without editing theme templates directly. We recommend using a Header and Footer insert plugin or writing a custom snippet.

Option A: Use WP Code / Header Insert Plugin

1. Install and activate a plugin like 'WPCode' or 'Insert Headers and Footers'.

2. Navigate to Code Snippets -> Header & Footer in your WP Dashboard.

3. Paste the AIReady script tag into the 'Header' input block and save.

Option B: Use functions.php Custom Snippet

If you prefer writing a snippet in your active theme's functions.php file, add the following code structure:

php
// Add AIReady tracking code to theme header
add_action('wp_head', 'add_aiready_tracker');
function add_aiready_tracker() {
    ?>
    <!-- AIReady Bot Tracker -->
    <script src="https://aiready.co/t.js?id=YOUR_SITE_ID" async></script>
    <?php
}

Still having trouble with integration?

Reach out to our developer support team directly. We are happy to help get you verified.

Call Support