Skip to main content
  1. Blog/

AI Overviews Are Crushing Search Traffic — And We Should Have Seen It Coming

·870 words·5 mins
Osmond van Hemert
Author
Osmond van Hemert
AI Industry & Regulation - This article is part of a series.
Part : This Article

The data is in, and it’s not pretty. According to a comprehensive analysis covered by Ars Technica, Google’s AI Overviews feature is causing a dramatic decline in organic search clicks. We’re talking double-digit percentage drops for many query categories. If you build anything that depends on search traffic — and let’s be honest, who doesn’t — this should have your full attention.

I’ve been watching this unfold since AI Overviews rolled out more broadly, and while the writing was on the wall, the scale of the impact is still striking. Google has effectively inserted itself as the answer layer between users and websites, and the consequences are rippling through the entire web ecosystem.

What the Numbers Actually Show
#

The core finding is straightforward: when Google provides an AI-generated summary at the top of search results, users click through to actual websites far less frequently. This isn’t surprising in isolation — if you get your answer without clicking, why would you click? But the aggregate effect across billions of searches is reshaping traffic patterns in ways that affect everyone from solo bloggers to major publications.

Informational queries are hit hardest. The kind of “how does X work” or “what is Y” searches that used to drive traffic to documentation sites, tutorials, and knowledge bases are now being answered directly in the search results page. For developers, this means Stack Overflow, MDN, and countless tutorial sites are seeing diminished referral traffic.

The irony isn’t lost on me: Google trained its AI on content from these very sites, and now that AI is reducing the traffic those sites receive. It’s a feedback loop that could eventually degrade the quality of the training data itself.

The Developer Impact
#

As someone who’s maintained technical documentation and blogs for decades, this shift hits close to home. But let me be specific about what this means for our world:

Documentation sites that rely on search traffic to justify their existence (and funding) are going to face harder conversations about sustainability. If Google answers “how to configure nginx reverse proxy” with an AI summary, fewer people visit the actual nginx docs or the carefully written blog post that explained the nuances.

API documentation is somewhat insulated — you still need to visit the actual docs to get current endpoint details — but conceptual and tutorial content is squarely in the firing line.

Developer tool marketing that depends on organic search is getting squeezed. If you’re a small startup trying to get discovered through “best testing framework for React” type searches, AI Overviews might be giving a summary that never mentions you, or worse, summarizes your competitor’s content without linking to either.

The Broader Web Ecosystem Question
#

This development connects to a larger question I’ve been turning over: what happens to the open web when the primary discovery mechanism starts consuming content rather than directing users to it?

We’ve already seen this pattern with social media platforms — Facebook’s pivot to keeping users on-platform rather than clicking out to articles devastated many publishers years ago. Google doing the same thing with search is arguably more consequential because search has been the backbone of web content discovery for two decades.

The US AI Action Plan that was also in the news this week doesn’t address this dynamic at all, which is a missed opportunity. We’re getting policy frameworks for AI safety and development, but the economic restructuring that AI-powered search causes for web publishers is largely being ignored.

What Can We Actually Do?
#

I don’t think the answer is to fight the technology — that’s a losing battle. But there are practical responses:

Structured data becomes more important than ever. If AI is going to summarize your content, making sure it can accurately represent your information (and attribute it) requires clean, well-structured markup.

Build direct audiences. Email newsletters, RSS feeds, community forums — anything that creates a direct relationship with your readers rather than depending on Google as an intermediary. I know this sounds like advice from 2015, but it’s never been more relevant.

Create content that can’t be easily summarized. Interactive tools, detailed tutorials with working code examples, opinionated analysis — content that requires context and engagement rather than a simple factual answer.

Consider the API-first approach. If your content or tool is genuinely useful, making it accessible programmatically might be more sustainable than depending on web traffic.

My Take
#

I’ve been in tech long enough to have seen several platform shifts that reshuffled winners and losers. This one feels particularly significant because search has been the one constant — the reliable way that content found its audience. Watching that relationship get intermediated by AI summaries is uncomfortable, but it’s also forcing a useful reckoning.

The web has been too dependent on a single company’s algorithm for too long. Maybe this is the push that finally diversifies how we discover and share technical knowledge. Or maybe it just consolidates Google’s position further. Right now, I’d bet on the latter, but I’m hoping to be wrong.

What I do know is that if you’re building anything on the web today, factoring in a world where search traffic is significantly reduced isn’t pessimism — it’s planning.

AI Industry & Regulation - This article is part of a series.
Part : This Article