Integration Guide

HTML / Static Site Integration

Install AIReady on static HTML, Hugo, Jekyll, Eleventy, or raw web templates.

Static HTML Templates

For static websites, paste your tracking snippet into your common layout header template (e.g., header.html, head.ejs) or individual HTML page templates right before the closing </head> tag.

Basic Code Example

Standard HTML template setup:

html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My Website</title>
    
    <!-- AIReady Bot Tracker -->
    <script src="https://aiready.co/t.js?id=YOUR_SITE_ID" async></script>
</head>
<body>
    <h1>Welcome to my website</h1>
</body>
</html>

Still having trouble with integration?

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

Call Support