SShortSingh.
Back to feed

Study: Google AI Overviews Cut Wikipedia's Search Traffic by 100 Million Clicks Monthly

0
·1 views

A draft study by University of Washington researchers Mehrzad Khosravi and Hema Yoganarasimhan estimates that Google's AI Overviews feature reduced English Wikipedia's search-referred traffic by roughly 5 percent per month after the feature became default in the United States in May 2024. Translated into absolute numbers, that decline amounts to approximately 100 million fewer visits per month, or around 1.2 billion per year. Researchers compared English Wikipedia traffic against German and French editions — where AI Overviews were not yet default — using nearly 500,000 matched article pairs and data spanning December 2023 to December 2024. Google disputed the findings, arguing that Wikimedia's public data bundles all search engines together, making it impossible to isolate Google's specific effect; the research team countered that rival search engines account for only a small share of traffic. The paper remains an unreviewed draft, last revised on 2 September 2026, and its authors caution that the results apply specifically to Wikipedia and cannot be directly generalised to news sites, e-commerce, or other web categories.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Freelancer loses long-term client to AI, learns which work is truly irreplaceable

A freelancer lost a client of over a year not due to poor performance, but because the client chose to replace routine tasks with an AI tool at a lower cost. The writer reflects that the work lost was simple, repetitive, and required little creative judgment — making it an easy target for automation. The experience revealed that predictable, low-effort work carries the highest risk of being displaced by AI tools. Clients who continued working with the freelancer were those who needed complex, judgment-driven problem-solving that AI cannot reliably handle. The writer now uses this as a lens to reconsider how freelancers should position their skills in an AI-augmented market.

0
ProgrammingDEV Community ·

How barometer.today builds its animated global isobar maps using open weather data

Barometer.today, a web tool showing air pressure forecasts for cities worldwide, also features an animated global isobar map spanning one day back to four days ahead. The map is generated from ECMWF forecast data sourced via Open-Meteo, delivered as a pressure grid at 0.25-degree resolution and updated four times daily. To prevent jagged contour lines, the team applies a Gaussian blur, but uses a normalized convolution technique to stop inflated sea-level pressure values over high plateaus — such as the Himalayas and the Andes — from distorting surrounding data. Elevated terrain above 2,500 metres is masked using a digital elevation model, and isobars crossing these regions are rendered as dashed lines rather than omitted, keeping the map visually continuous while signalling extrapolated values. The underlying code is written in Python using numpy, scipy, contourpy, and shapely, and the approach is applicable to anyone drawing contour maps from gridded geospatial data.

0
ProgrammingHacker News ·

CIA Declassifies 71 President's Daily Briefs Tied to 9/11 Anniversary

The CIA has released 71 declassified President's Daily Brief documents related to the September 11 attacks. The release was made in commemoration of the 25th anniversary of 9/11. President's Daily Briefs are highly classified intelligence summaries prepared for the sitting U.S. president. The declassification provides the public with a rare look at the intelligence landscape surrounding the 2001 terrorist attacks. The documents are available through the CIA's official website.

0
ProgrammingGitHub Blog ·

GitHub Engineer Automates APAC Marketing Event Ops Using Code-Based Workflows

A GitHub engineer developed an automation system to streamline the full lifecycle of marketing events for the company's Asia-Pacific team. The approach is built on the principle that any documented, repeatable workflow can be automated. The system covers event operations from initial planning through to post-event follow-up. By treating marketing processes as code, the solution reduces manual effort and improves consistency across campaigns. The project was shared via the official GitHub Blog as a practical example of applying engineering thinking to marketing operations.

Study: Google AI Overviews Cut Wikipedia's Search Traffic by 100 Million Clicks Monthly · ShortSingh