Track AI bot crawls on Webflow, Wix, or any website with a lightweight snippet
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.
Snippet loads asynchronously
A tiny script tag loads in the background — no impact on page speed.
Detects bots & AI referrals
Identifies AI crawlers by user-agent and AI referral traffic by referrer domain (ChatGPT, Perplexity, Claude, Gemini, etc.).
Sends data to Reaudit
Events are sent to your Reaudit dashboard in real time. IPs are anonymized for privacy.
<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>YOUR_API_KEY with your actual API key<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>YOUR_API_KEY with your actual API keyFor 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.
No data showing up
<head> (not footer)Script blocked by CSP
reaudit.io to your Content-Security-Policy script-src directiveAd blockers interfering
On this page