Close Menu
Trendswave MediaTrendswave Media
  • Home
  • About Us
    • Contact Us
  • Services
  • Influencer Marketing
  • Marketing
  • SEO
  • Social Media
  • Web Design
  • Shop

Subscribe to Updates

Get the latest creative news from Trendswave about Marketing, SEO & Web Design.

Please enable JavaScript in your browser to complete this form.
Loading
What's Hot

Driving Qualified Leads With LinkedIn Content: A Proven Formula

October 3, 2025

Google Ads copywriting with AI: Getting the prompt right

October 3, 2025

A Practical Guide To Building With Clarity (Part 2) — Smashing Magazine

October 3, 2025
Facebook X (Twitter) Instagram
Trendswave MediaTrendswave Media
  • Home
  • About Us
    • Contact Us
  • Services
  • Influencer Marketing
  • Marketing
  • SEO
  • Social Media
  • Web Design
  • Shop
Trendswave MediaTrendswave Media
Home»SEO»Generative Engines Are Breaking Web Analytics and Hurting Their Future
SEO

Generative Engines Are Breaking Web Analytics and Hurting Their Future

adminBy adminMay 27, 2025No Comments6 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp VKontakte Email
Generative Engines Are Breaking Web Analytics and Hurting Their Future
Share
Facebook Twitter LinkedIn Pinterest Email


Search is moving from traditional search engines to generative engines, but traffic from many of these sites isn’t being tracked properly in analytics. It’s their fault, not yours.

I was looking at our LLM filter in Ahrefs Web Analytics and noticed some common generative engines missing from the list. They’re in our filters, but we aren’t seeing any data from them for sites.

Ahrefs Web Analytics filtered to LLM traffic

This invisible traffic problem comes from these systems stripping the referral value. I first noticed this problem with AI Mode in Google, but it’s a common problem for generative engines.

This is most likely a mistake on their part, but in some cases may be intentional. Some of these tools probably want more market share and just made a mistake, while others may not want you to be able to measure traffic from the systems. Google has said the clicks from AI Search are higher quality, but we have no way to verify that.

If you have a website that sends traffic to other sites, you should want it to be tracked properly. In the case of generative engines, I warned that these AI bots need to send that info in order to fulfill their social contract, where they provide traffic to websites, and websites allow these bots to crawl and their data to be used.

There’s a cost to bots crawling your websites and there’s a social contract between search engines and website owners, where search engines add value by sending referral traffic to websites. This is what keeps most websites from blocking search engines like Google, even as Google seems intent on taking more of that traffic for themselves. This social contract extends to generative engines.

I think many site owners want to let these bots learn about their brand, their business, and their products and offerings. But while many people are betting that these systems are the future, they currently run the risk of not adding enough value for website owners.

The first LLM to add more value to users by showing impressions and clicks to website owners will likely have a big advantage. Companies will report on the metrics from that LLM, which will likely increase adoption and prevent more websites from blocking their bot.

The same sentiment is true for attribution. If these generative engines want to win market share, they need to be present in reporting to companies. So far, many are not doing a great job.

I was checking the referrer value by typing “document.referrer” in Chrome Dev Tools Console to see if the referrer was passed. If it is, it outputs a value saying where it came from, and if not, it’s blank.

Some of the generative engines send the referrals, others don’t send them at all, and some send them for certain things and not others. I’ve marked those with a warning to indicate partial results.

An in-content link in my paid account of ChatGPT has a noreferrer attribute on the link. This would prevent the referral value from being sent.

ChatGPT is not passing the referrer on in-content linksChatGPT is not passing the referrer on in-content links

As expected, there is no referrer shown in the Chrome Dev Tools Console. It comes back empty.

document.referrer
''

In Ahrefs Web Analytics, this is recorded as Unknown, but in Google Analytics it would be classified as Direct. Google lumps traffic from unknown sources and internal website traffic together as Direct, whereas we separate them into Unknown and Internal.
The traffic is treated as UnknownThe traffic is treated as Unknown

What’s interesting is that when I looked at the same type of link in a free account, it did not have the noreferrer attribute. It’s tracked properly.

The free account did send the referrerThe free account did send the referrer

For lists of links, they were also tracked properly. Lists of links were tracked properlyLists of links were tracked properly

The linkes to Sources in the content and at the bottom of the response are also tracked properly, and they add a URL parameter “?utm_source=chatgpt.com” to the URLs as well. Sources at the end are tracked properly and add a parameterSources at the end are tracked properly and add a parameter

Web Search

Most of the links in Web Search mode had the referrer. I did run into an interesting example when there are multiple references. The top one had a referrer, the other 2 did not.

mixed referrers in web search modemixed referrers in web search mode

DeepResearch

For DeepResearch mode, in-content links were attributed properly, but the sources at the end were marked with noreferrer.

HTTP Headers

If you look at the HTTP Headers, you’ll sometimes find a Referrer-Policy header to specify what and how much information gets passed in the referrer. You can use the Ahrefs SEO Toolbar to view this information by going to the HTTP headers tab.

referrer policy can be checked in the HTTP headers with the Ahrefs SEO Toolbarreferrer policy can be checked in the HTTP headers with the Ahrefs SEO Toolbar
For ChatGPT, they’ve set a referrer-policy value of “strict-origin-when-cross-origin”. In this case, the downgrade from HTTPS to HTTP would drop the referrer. Any links to pages using HTTP wouldn’t be attributed properly.

Most of the contextual and cited links within Gemini did have the referrer.

The one case that didn’t was the “Researching websites” section in Deep Research mode. These are marked as noreferrer.

Researching websites in Gemini Deep Research don't pass the referrerResearching websites in Gemini Deep Research don't pass the referrer

AI Mode

The new AI Mode in Google Search is also powered by Gemini. You might have seen my recent article showing that AI Mode is marked with noreferrer.

Google AI Mode doesn't pass the referrerGoogle AI Mode doesn't pass the referrer

John Mueller from Google has since confirmed it’s a bug and that they will likely fix it.

John Mueller says AI Mode not passing the referrer is a bugJohn Mueller says AI Mode not passing the referrer is a bug

Microsoft Copilot Web ✅ Windows ❌

In a previous article, Louise Linehan mentioned that we may be underestimating AI traffic. She specifically mentioned how Copilot disappeared from our analytics tracking system. Since that time, the traffic has returned.

Copilot referrals just disappeared for a few monthsCopilot referrals just disappeared for a few months

What I suspect is that these links were marked as noreferrer during that time period. This shows how code changes can impact your global tracking.

Everything here seemed to be tracked properly now.

That’s not the case with Copilot in Windows. I found no cases where the referrer was passed.

Perplexity Web ✅ Desktop ❌

Their website seemed to send referrers on everything.

Their desktop app doesn’t seem to send referrers on anything. I did not try the mobile app.

Claude seems to have the referrer for all the links in all the areas I tested.

Grok doesn’t seem to pass the referrer at all. I tried the standalone Grok and the version on X.

The normal DeepSeek and Deep Research didn’t pass the referrer.

For web search, the individual citations passed the referrer, but the links at the end did not.

Meta AI passed the referrer for the web version. I didn’t test this on any of the social media platforms.

Mistral passed the referrer in all instances I checked.

Final thoughts

Attribution issues aren’t unique to generative engines. Lots of traffic gets attributed to Unknown or Direct in your analytics. That traffic came from somewhere.

There’s a good chunk of website traffic that’s never recorded in analytics because of people blocking analytics or JavaScript, some sites wait for cookie acceptance before firing, or people leave a page before your analytics tag even fires.

Attribution is getting harder every year. If you’re a generative engine and want to make sure people know they’re getting traffic from you, test all your links to make sure the data is being sent. Your very survival might depend on your reputation in the marketing community and the visibility you have in marketing reports.

If you have questions, ask me on LinkedIn or X.





Source link

Analytics Breaking Engines future Generative Hurting web
Share. Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp Email
Previous ArticleHow to Guide Your Clients to the Best WordPress Solutions — Speckyboy
Next Article Top Health and Wellness Influencers of 2025 – GRIN
admin
  • Website

Related Posts

Google Ads copywriting with AI: Getting the prompt right

October 3, 2025

Meta unveils Business AI and new generative tools

October 2, 2025

Offline Thursday For Yom Kippur 5786

October 2, 2025

Fresh Resources for Web Designers and Developers (September 2025)

October 2, 2025
Leave A Reply Cancel Reply

  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo
Don't Miss
Marketing

Driving Qualified Leads With LinkedIn Content: A Proven Formula

By adminOctober 3, 20250

Are you struggling to generate qualified leads from your LinkedIn content? Wondering how to transform…

Google Ads copywriting with AI: Getting the prompt right

October 3, 2025

A Practical Guide To Building With Clarity (Part 2) — Smashing Magazine

October 3, 2025

Meta unveils Business AI and new generative tools

October 2, 2025

Subscribe to Updates

Get the latest creative news from Trendswave about Marketing, SEO & Web Design.

Please enable JavaScript in your browser to complete this form.
Loading
About Us

Trendswave is an Influencer Marketing Agency with access to one of the largest influencer networks in the Poland, connecting brands and agencies to only the best influencers and social media thought leaders.

Our Picks

Driving Qualified Leads With LinkedIn Content: A Proven Formula

October 3, 2025

Google Ads copywriting with AI: Getting the prompt right

October 3, 2025
Quicklinks
  • Influencer Marketing
  • Marketing
  • SEO
  • Social Media
  • Web Design
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2025 Trendswave.All Rights Reserved

Type above and press Enter to search. Press Esc to cancel.