Reaudit Logo
Agencies
AI Rankings
Pricing
Contact
Log in

Footer

500+ Companies
Trust Reaudit
99.9% Uptime
Reliable Service
Global Coverage
Worldwide Support
Reaudit
Enterprise GEO Intelligence Platform

Advanced AI-powered GEO auditing and competitive intelligence for enterprise businesses. Dominate search rankings with data-driven insights.

hello@reaudit.com
+30 697 330 5186
4 Adelfon Giannidi, Moschato, Attica, Greece

Product

  • Optimization Station
  • AI Visibility
  • Content Factory
  • Reporting & Analytics
  • GTM Strategy

Company

  • About Us
  • Pricing
  • Careers
  • Partners
  • Press Kit
  • Contact

Resources

  • Documentation
  • Help Center
  • Blog
  • AEO/GEO Glossary
  • Case Studies
  • Webinars
  • AI Rankings
  • Free Tools

Legal

  • Privacy Policy
  • Terms of Service
  • Security
  • Compliance
  • Cookie Policy

© 2025 Reaudit, Inc. All rights reserved.

Powered by Leadflow.tech
OverviewWhat's NewGetting StartedTools ReferenceUse CasesFAQ
Analytics QuerySmart Filters
React / Next.jsWordPressSite TrackingSocial MediaStripeGoogle Analytics 4

Site Tracking

Track AI bot crawls on Webflow, Wix, or any website with a lightweight snippet

Bot tracking
Any platform
Privacy first
Real-time data

Overview

Reaudit's site tracking works on any website by adding a small JavaScript snippet. It monitors AI bot crawls (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and more), page views, and AI referral traffic in real time.

WordPress users: Use the dedicated WordPress plugin instead — it handles everything automatically.

How It Works

1

Snippet loads asynchronously

A tiny script tag loads in the background — no impact on page speed.

2

Detects bots & AI referrals

Identifies AI crawlers by user-agent and AI referral traffic by referrer domain (ChatGPT, Perplexity, Claude, Gemini, etc.).

3

Sends data to Reaudit

Events are sent to your Reaudit dashboard in real time. IPs are anonymized for privacy.


Step 1: Generate an API Key

  1. Go to your Reaudit Dashboard
  2. Navigate to Tools and select the platform you use (Webflow, Wix, etc.)
  3. Click “Generate New Key”
  4. Give it a name and optionally add your site URL
  5. Copy the generated API key — you won't see it again

Webflow Setup

  1. Open your Webflow project in the Designer
  2. Go to Project Settings → Custom Code
  3. In the “Head Code” section, paste the tracking snippet:
<script>
  (function() {
    var r = document.createElement('script');
    r.src = 'https://reaudit.io/api/site-tracking/track';
    r.async = true;
    r.dataset.key = 'YOUR_API_KEY';
    document.head.appendChild(r);
  })();
</script>
  1. Replace YOUR_API_KEY with your actual API key
  2. Click Save and Publish your site
The snippet goes in Head Code (not Footer Code) so it can detect bots that don't execute footer scripts.

Wix Setup

  1. Open your Wix dashboard
  2. Go to Settings → Custom Code (or Marketing & SEO → Custom Code)
  3. Click “+ Add Custom Code”
  4. Paste the tracking snippet:
<script>
  (function() {
    var r = document.createElement('script');
    r.src = 'https://reaudit.io/api/site-tracking/track';
    r.async = true;
    r.dataset.key = 'YOUR_API_KEY';
    document.head.appendChild(r);
  })();
</script>
  1. Replace YOUR_API_KEY with your actual API key
  2. Set placement to “Head” and apply to “All pages”
  3. Click Apply

Any Website (HTML / Custom)

For any website — Squarespace, Ghost, Hugo, Jekyll, or plain HTML — add the snippet to your <head> tag:

<script>
  (function() {
    var r = document.createElement('script');
    r.src = 'https://reaudit.io/api/site-tracking/track';
    r.async = true;
    r.dataset.key = 'YOUR_API_KEY';
    document.head.appendChild(r);
  })();
</script>

Replace YOUR_API_KEY with the key from Step 1. The script is async and won't affect your page load speed.


What Gets Tracked

✓AI bot crawls — GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Bingbot, and 15+ more
✓AI referral visits — Visitors arriving from ChatGPT, Perplexity, Claude, Gemini, Bing Copilot, You.com, Phind
✓Page views — Which pages are crawled and how often
✓Citation analytics — When AI search engines reference your content
✓Device & geo data — Browser, OS, country — IPs are anonymized

Verify Tracking

  1. Visit your website in a browser
  2. Go to Reaudit Dashboard → Tools → Your Platform
  3. Your API key should show “Active” status with a usage count
  4. Click “View Analytics” to see tracking data
Bot crawl data depends on when AI crawlers visit your site. Regular page view tracking starts immediately.

Troubleshooting

No data showing up

  • Verify the snippet is in your page's <head> (not footer)
  • Check that the API key is correct and active in your dashboard
  • Make sure the site is published (not just in preview/draft)
  • Wait a few minutes — data may take time to appear

Script blocked by CSP

  • Add reaudit.io to your Content-Security-Policy script-src directive
  • Some Wix plans restrict custom code — check your plan level

Ad blockers interfering

  • Some ad blockers may block the tracking script
  • Bot and server-side crawl tracking is unaffected by ad blockers
  • The script is designed to be lightweight and privacy-friendly
Was this page helpful?

On this page

OverviewHow It WorksGenerate API KeyWebflow SetupWix SetupAny WebsiteWhat Gets TrackedVerify TrackingTroubleshooting