Open data
Our AI referral traffic was 59x overstated
2026-08-31 to 2026-09-14 · 691 beacon fires in window · 237 referrer hosts · rebuilt 16 September 2026 · free to cite
I run a referral beacon on this site. It fires after the browser has parsed the page and run an effect, so it should only count people. Over 2026-08-31 to 2026-09-14 it recorded 59 visits referred by google.com. Google Search Console, which is Google's own log of the clicks Google sent, recorded 1 for the same dates. One of those two numbers is wrong, and it isn't Google's.
| Source | Visits from google.com |
|---|---|
| Our beacon, browser-confirmed | 59 |
| Search Console, every search type | 1 |
Search Console queried per type: web 1, discover 0, googleNews 0, news 0, image 0, video 0. Discover and News are separate reports, so leaving them out would have understated the true number and flattered ours.
Why this matters if you report AI referral traffic
The same beacon says 111 of the 691 visits in that window came from AI engines, led by chatgpt.com (48), bing.com (35), cn.bing.com (9). That number is produced by the same code, on the same visitors, in the same weeks as the google.com number that turned out to be 98.3% wrong. I have no way to check it, because there is no Search Console for ChatGPT. So I'm not going to publish it as traffic, and if your analytics shows you a rising AI referral line, you probably can't check yours either.
DataDome's Galileo threat research team described the mechanism on 5 February 2026. Scrapers set 'Referer': 'https://chatgpt.com/' because analytics tools accept the header without checking it, and security tools go easy on traffic that claims to come from a reputable domain. They measured it from inside a bot defence network on large sites. This is the same effect measured from the other end, on a site small enough that the true number is knowable.
A quarter of our visits came from places a software buyer has never been
The google.com comparison is the proof. The referrer list is the smell that sent me looking. This site ranks business software. 45 beacon fires, 6.5% of the total, carry a referrer no public browser can produce at all: loopback, private LAN addresses and bare machine names. Another 132, 19.1%, came from streaming, gaming, adult and consumer retail sites.
Impossible referrers (45 fires)
localhost 21 · 127.0.0.1 10 · 192.168.1.42 2 · 172.16.2.1 2 · 192.168.100.77 2 · 72.61.244.214 1 · 172.33.0.9 1 · 172.13.10.5 1 · dwprod 1 · 10.10.50.169 1 · 192.168.10.9 1 · aaes-cms 1 · 172.18.170.153 1
Leisure and retail referrers (132 fires)
youtube.com 53 · bilibili.com 12 · douyin.com 8 · instagram.com 6 · twitch.tv 4 · search.bilibili.com 3 · twitchtheater.tv 3 · movieboxpro.app 3 · letras.com 2 · snapchat.com 2 · studio.youtube.com 2 · tiktok.com 2 · disneyplus.com 2 · patreon.com 2 · aniblossom.me 1 · cinejoy.to 1 · seller.tiktokshopglobalselling.com 1 · depop.com 1 · freehdvideo.top 1 · hotstar.com 1 · hpjav.in 1 · onlyfans.com 1 · romance.io 1 · sportshdlive.biz 1 · store.steampowered.com 1 · suno.com 1 · adidas.com.vn 1 · nike.com 1 · pinterest.com 1 · taobao.com 1 · movieboxhd.net 1 · hianime.ms 1 · v2.samehadaku.how 1 · deviantart.com 1 · gogunlocked.com 1 · creators.spotify.com 1 · open.spotify.com 1 · flixtor.to 1 · orteil.dashnet.org 1 · primevideo.com 1 · wayfair.com 1 · y9freegames.com 1
The first group is not a judgement call. A browser on the public internet cannot send a referrer of 127.0.0.1. The second group is a judgement call, which is why the hosts are listed and the two counts are never added together into one number.
Method
A first-party beacon on topelevens.com records one fact per visit: the referrer host and the path, after the browser has parsed the document and run an effect. No IP, no cookie, no user agent, no query string. The google.com slice of that record is then compared against Google Search Console for the identical window, summed across every search type.
The beacon stores one row per visit: the referrer host and the path. No IP, no cookie, no user agent, no query string, no identifier of any kind. That's a privacy choice made before any of this, and it's also why this page can tell you how big the error is and not who caused it.
Two earlier versions of this instrument were thrown out for claiming more than they could prove, on 31 August and 2 September. The second added the browser check on the theory that a referrer costs a scraper one line while running JavaScript costs it a browser. Headless Chrome runs JavaScript and costs a scraper an npm install. I stopped trying to build a signal a bot can't fake, and started checking the signal I have against a number I don't control.
What this cannot tell you
- How many of the AI referral counts are real. There is no Search Console for ChatGPT, so the 98.3% measured on google.com is an observation about one referrer, not a rate proven to apply to the others.
- Whether the same rate holds on a large site. This is one domain with 656 Search Console impressions in the window, which is why the true number is small enough to check at all.
- Who is sending the traffic. The beacon stores no IP and no user agent by design, so this measures the size of the error and not its author.
Use it
Every figure on this page is regenerated from the raw record and published under CC BY 4.0. Take the numbers, disagree with where I drew the line on leisure referrers, or run the same check on your own site. It needs a first-party beacon and Search Console access, and it takes an afternoon. If you find a different rate I want to hear it, because one domain is one domain.
Source for the spoofing mechanism: Jerome Segura, DataDome Galileo Threat Research, When Surging AI Referral Traffic is Actually Bad Bots, 5 February 2026, read 16 September 2026. Our companion dataset on which sources the engines cite is the AI Citation Index. How we rank, and who owns this site, is on the methodology page.