How to Install AI Bot Tracker: Complete Step-by-Step Guide
Install AI bot tracking on any website platform in under 2 minutes. No coding experience required.
What You'll Need
Your Website
Access to your site settings
2 Minutes
Quick and easy setup
Free Account
No credit card needed
Quick Start (3 Steps)
Choose Platform
Select your website platform below
Paste & Save
Add code to footer and save
Platform-Specific Instructions
Choose your platform for detailed step-by-step instructions:
WordPress
- 1.Copy your tracking code from /widget
- 2.Go to Appearance → Theme File Editor
- 3.Select
footer.php
from the right sidebar - 4.Find the
</body>
tag (usually near the bottom) - 5.Paste your tracking code just before the
</body>
tag - 6.Click Update File
💡 Alternative: Use a plugin like "Insert Headers and Footers" or "WPCode" for easier management without editing theme files.
Shopify
- 1.Copy your tracking code from /widget
- 2.Go to Online Store → Themes
- 3.Click Actions → Edit Code
- 4.Open
theme.liquid
from the Layout folder - 5.Scroll to find
</body>
- 6.Paste your code before
</body>
- 7.Click Save
Wix
- 1.Copy your tracking code from /widget
- 2.Go to Settings → Custom Code in your Wix dashboard
- 3.Click + Add Custom Code
- 4.Paste your tracking code
- 5.Name it "AI Bot Tracker"
- 6.Select Body - end for placement
- 7.Choose All Pages
- 8.Click Apply
Squarespace
- 1.Copy your tracking code from /widget
- 2.Go to Settings → Advanced → Code Injection
- 3.Paste your code in the Footer section
- 4.Click Save
⚠️ Note: Code Injection is available on Business plans and higher.
Webflow
- 1.Copy your tracking code from /widget
- 2.Go to Project Settings → Custom Code
- 3.Paste your code in the Footer Code section
- 4.Click Save Changes
- 5.Publish your site
HubSpot
- 1.Copy your tracking code from /widget
- 2.Go to Settings → Website → Pages
- 3.Scroll to Site Footer HTML
- 4.Paste your tracking code
- 5.Click Save
💡 Alternative: Add to individual page templates for more granular control.
Next.js
- 1.Copy your tracking code from /widget
- 2.Open
app/layout.tsx
(App Router) orpages/_app.tsx
(Pages Router) - 3.Import Script component:
import Script from 'next/script'
- 4.Add in the body:
<Script src="https://llmscentral.com/widget.js" data-domain="yourdomain.com" />
React
- 1.Copy your tracking code from /widget
- 2.Open
public/index.html
- 3.Find the
</body>
tag - 4.Paste your code before
</body>
- 5.Rebuild your app
HTML / Static Sites
- 1.Copy your tracking code from /widget
- 2.Open your HTML file in a text editor
- 3.Find the
</body>
tag (usually at the bottom) - 4.Paste your code just before
</body>
- 5.Save the file and upload to your server
Verify Installation
After installing, verify it's working:
Visit Your Website
Open your site in a browser
Check Network Tab
Open DevTools (F12) → Network → Look for "bot-tracker" request
View Dashboard
Go to your dashboard and click "Refresh" - you should see "✓ Installed"
Troubleshooting
❌ "Not Installed" in Dashboard
- • Make sure you pasted the code before
</body>
- • Clear your browser cache and reload
- • Check if your domain matches exactly (no www or https://)
❌ CORS Error in Console
- • This should be fixed automatically - our API allows all origins
- • If persists, contact support at support@llmscentral.com
❓ No Bot Visits Yet
- • AI bots typically discover sites within 1-7 days
- • Make sure your site is publicly accessible
- • Submit your sitemap to search engines to speed up discovery
Need Help?
We're here to help you get set up:
Ready to Track AI Bots?
Get your tracking code and start seeing which AI models visit your site.
Get Tracking Code →Last Updated: October 3, 2025 • Platform instructions verified and tested on all major website builders.