Skip to main content

Do Clicks Affect Ranking? Navboost & User Signals

Brass-SEO · 5 entries · last verified August 2026

Brass-SEO tracks this question because it is one of the most contested in SEO, and the public record is now unusually rich: two decades of peer-reviewed work on clickthrough data, sworn testimony from a Google executive naming a click-based system, and Google's own published description of how it measures interaction. The sources below let Brass-SEO answer with evidence rather than folklore.

Contents — 5 entries
  1. 1.Optimizing Search Engines using Clickthrough Data
  2. 2.A Dynamic Bayesian Network Click Model for Web Search Ranking
  3. 3.U.S. v. Google — Testimony on Navboost (Pandu Nayak)
  4. 4.How Search Works — Rigorous Testing
  5. 5.United States v. Google — 2024 Liability Ruling
  6. Frequently Asked Questions

Optimizing Search Engines using Clickthrough Data

Joachims, 2002. ACM SIGKDD 2002.

Brass-SEO cites this as the academic foundation for treating clicks as a ranking signal. Joachims showed that clickthrough data — the query log paired with which results users clicked — can train a retrieval function, and that a meta-search engine trained this way outperformed Google for a specific group of users 'after only a couple of hundred training examples.' The core idea is that a click on a lower result when a higher one was skipped is implicit evidence that the lower result was more relevant. This is the intellectual root of every later click-based ranking system: user behavior is relevance feedback that is 'virtually free and substantially more timely' than human judgments.

Examines:
The foundational method for using clickthrough logs as implicit relevance feedback to train search ranking functions, with an SVM-based approach evaluated against Google.
Brass-SEO draws on:
The clicks-as-implicit-relevance-feedback principle — the basis for Brass-SEO's explanation that interaction data has informed ranking for over two decades.

A Dynamic Bayesian Network Click Model for Web Search Ranking

Chapelle & Zhang, 2009. WWW 2009. DOI 10.1145/1526709.1526711.

Brass-SEO references this for the central caveat about click data: it is biased by position. Chapelle and Zhang's click model addresses the well-documented problem that results in lower positions are less likely to be clicked even when they are equally relevant, so a raw click count overstates the appeal of whatever already ranks first. Their model separates the probability that a result was examined from the probability that it was genuinely relevant. Brass-SEO uses this to temper click-based reasoning: a page that ranks first will collect more clicks regardless of quality, so chasing clicks without improving the underlying result is circular.

Examines:
A probabilistic click model that corrects for position bias when inferring relevance from click logs, a core problem in using interaction data for ranking.
Brass-SEO draws on:
The position-bias correction — cited when Brass-SEO explains why raw click counts are an unreliable proxy and ranking position itself inflates clicks.

U.S. v. Google — Testimony on Navboost (Pandu Nayak)

U.S. District Court, D.D.C., No. 1:20-cv-3010. Trial testimony, October 18, 2023.

Brass-SEO cites this as the strongest direct evidence that Google uses click data in ranking. Under oath in the federal antitrust trial, Google's VP of Search Pandu Nayak confirmed that Navboost is one of Google's 'core' ranking systems, that it 'memorizes past clicks that have been issued for past queries,' and that it 'is trained on user data.' He testified that Navboost retains this click information for queries received over a rolling window — 13 months at the time of testimony, previously 18. Nayak characterized it as 'certainly a factor' in ranking, 'but by no means the only factor.' This moves the click question from inference to sworn record.

Examines:
Sworn trial testimony from Google's VP of Search confirming Navboost, a core ranking system that memorizes and uses past click data for queries.
Brass-SEO draws on:
Nayak's confirmation that Navboost memorizes clicks and is 'certainly a factor' in ranking — cited as the primary evidence that click signals influence Google results.

How Search Works — Rigorous Testing

Google. How Search Works.

Brass-SEO uses this for Google's own, careful description of how it watches clicks. Google states that it runs 'live traffic experiments' on a small fraction of users and then looks at 'a very long list of metrics, such as what people click on, how many queries were done, whether queries were abandoned, or how long it took for people to click on a result.' Google frames this as evaluation — measuring whether a change improves results before launch — rather than a per-page ranking dial. Brass-SEO presents this alongside the Navboost testimony to give users the accurate, bounded picture: click data measurably shapes Google's systems, but Google publicly describes it as aggregate evaluation, not a direct per-URL score.

Examines:
Google's official description of using click and engagement metrics in live-traffic experiments to evaluate search changes before launch.
Brass-SEO draws on:
Google's framing of click metrics as aggregate evaluation — cited when Brass-SEO explains the difference between clicks informing systems and clicks being a direct ranking lever.

United States v. Google — 2024 Liability Ruling

U.S. District Court for D.C., Judge Amit Mehta. August 2024.

Brass-SEO monitors this for adversarial, court-tested confirmation that user-interaction data shapes search quality. On August 5, 2024, Judge Amit Mehta ruled Google an illegal monopolist in general search and text advertising. The court found that Google's roughly $10 billion a year in default-placement payments locked in a scale of user data rivals could not match, and the 2025 remedy ordered Google to share search-index and user-interaction data with qualified competitors. That is a federal court, weighing sworn evidence, treating click and interaction data as a real driver of result quality. Brass-SEO presents this next to the 2023 Navboost testimony so users see the click-signal case is corroborated by evidence, not vendor spin.

Examines:
The federal antitrust ruling finding Google a search monopolist, whose findings of fact and 2025 remedy treat user-interaction (click) data as central to search quality and a barrier to entry.
Brass-SEO draws on:
The court's treatment of user-interaction data as material to search quality — cited alongside the Navboost testimony when Brass-SEO explains that click behavior genuinely informs ranking systems.

Frequently Asked Questions

Does Google use clicks to rank pages?

The evidence says yes, with nuance. In sworn 2023 antitrust testimony, Google's VP of Search confirmed that Navboost — a core ranking system — 'memorizes past clicks' and is 'trained on user data,' calling it 'certainly a factor' in ranking. Google's own 'How Search Works' material describes measuring 'what people click on' in live experiments. The academic foundation goes back to Joachims (2002), which showed clickthrough data can train ranking. Clicks demonstrably inform Google's systems, though Google describes them as aggregate signals rather than a direct per-page score.

What is Navboost?

Navboost is a Google ranking system that uses historical click data. Google's VP of Search described it under oath in 2023 as a 'core' system that 'memorizes past clicks that have been issued for past queries' and is 'trained on user data,' retaining that information over a rolling window of about 13 months. He called it 'a factor' in ranking but 'by no means the only factor.'

Can I improve rankings just by getting more clicks?

Not reliably, and trying to game it tends to backfire. Click data is biased by position — Chapelle and Zhang (2009) and a long line of click-model research show that results already ranking high collect more clicks regardless of quality, so raw clicks are a circular signal. Artificial or bot clicks are detectable and do not represent the genuine satisfaction these systems are built to reward. The durable path is to earn clicks by matching search intent with a compelling title, meta description, and a result that satisfies the query.

How long has click data been used in search ranking?

The academic groundwork dates to at least 2002, when Joachims published a method for training search ranking on clickthrough data as implicit relevance feedback. Click-model research matured through the late 2000s to correct for position bias. Google's Navboost system, confirmed in 2023 testimony, is a production example. Using interaction data to inform ranking is not new — it is a two-decade-old, well-documented practice.