What Is Information Gain in SEO and Why Google Only Guesses
    Back to Articles
    Content, E-E-A-T, and Writing

    What Is Information Gain in SEO and Why Google Only Guesses

    Michael McDougald
    July 17, 2026

    Every SEO thread eventually tells you the same thing. Add information gain. Say something new. Stop regurgitating the top ten results. Good advice, as far as it goes. What almost nobody tells you is what Google actually does with the novelty once you've added it, and the answer changes how you should write.

    Here's the part most guides skip. Google does not sit down and measure how original your page is. It can't. Measuring true novelty means comparing your document against everything a searcher might already have seen, semantically, across a corpus of billions. That is not a thing a search engine does live while you wait for results to paint. So information gain, if it touches ranking at all, is not a measurement. It's an estimate. A machine-learned guess, produced ahead of time and stapled to your page like a nutrition label printed at the factory, not calculated at the register.

    Understand that one distinction and the whole tactic gets clearer.

    What information gain SEO actually is

    Information gain in SEO is how much genuinely new information your content adds beyond the documents already ranking for a query, and Google's information gain patent says that score is generated by a machine learning model. That one detail reframes everything. Information gain is a unique-content signal Google approximates and stores, not a novelty check it runs on your page in real time.

    The source everyone cites is a real patent, Contextual estimation of link information gain, filed by Victor Carbune and Pedro Gonnet in 2018 and granted in 2022. The abstract describes scoring the "additional information that is included in the document beyond information contained in documents that were previously viewed by the user." Read that carefully. It describes session-level personalization. It scores what's new to one person given what they've already read, not what's new to the entire web. The late Bill Slawski walked through the mechanics in his 2020 breakdown, and it's worth your time.

    A lot of the industry stretched that patent into a claim it never made, that Google globally rewards "different" content as a ranking factor. The patent doesn't say that, and Searchbloom's read is right to push back on it. I want to push past the correction, because there's a more useful question hiding underneath. If some flavor of information gain does shape what ranks, and my testing says it does, then where in Google's machinery does the scoring happen? That's where this gets interesting.

    Why a machine has to do the guessing

    Go back to the patent's own language. Search Engine Land's Amanda King flagged the line that matters: "data from each of the documents of the second set of documents may be applied across a machine learning model as input." Google is telling you, in its own filing, that the information gain score comes out of a trained model. Not a formula you can reverse. Not a counter that tallies your unique sentences. A model that predicts a number.

    That fits the origin of the term, too. "Information gain" started life in machine learning as entropy reduction, the thing a decision tree uses to decide which split teaches it the most. It has always been a statistical estimate of how much a new piece of data changes what you already knew. Google borrowing the name is a tell about the method.

    Here's the plain-English version of how such a model would work. It represents your page as an embedding, a single point in vector space that stands in for the meaning of your content. It knows where the existing pages on the topic already sit, clustered together inside Google's knowledge graph. Novelty becomes distance. A page whose embedding lands out past the crowd reads as high information gain. A page whose embedding falls right in the middle of the pack reads as one more copy. The model isn't reading your prose for originality the way a human editor would. It's measuring how far you moved.

    Novelty is distance

    still recognizable as an answer to the query the consensus pages saying the same thing high information gain distinct, still on topic too far to rank original, but off the query

    Every page is a point in the model's vector space. The score is distance from the crowd, and the dashed line is where distance stops being a virtue.

    Why does a model have to carry this instead of a live calculation? Cost. Scoring real novelty for every query against everything the searcher might have seen would be one of the most expensive operations in search. You cannot afford to run it, per term, per query, in the fractions of a second before results load. What you can afford is to train a model once, run it over documents during indexing or scoring, and cache the result. The heavy math happens off to the side, on Google's schedule. By the time your query arrives, the estimate is already sitting there, precomputed and cheap to read.

    The architecture argument in one table. Only the right column fits inside a search engine's latency budget.
    A live measurement would needThe estimate Google actually runs
    Your page compared against everything the searcher may have already seenA model trained once on what novelty looks like
    Semantic comparison across a corpus of billionsOne pass over your document at indexing and scoring
    Recomputed per query, per term, in millisecondsA score cached with the document, read at serving time
    Compute cost that would melt the serving stackA lookup cheap enough for a re-ranker to afford

    So the honest mental model is not "Google reads my page and decides it's fresh." It's "a model looked at my page earlier, guessed how much it adds to the topic, and wrote that guess down." You are not writing for a judge. You are writing for a classifier's prediction.

    Twiddlers don't have time for this

    The strongest evidence for the precomputed-guess model comes from Google's own plumbing, exposed in the 2024 Content Warehouse leak that Mike King at iPullRank and Rand Fishkin documented in detail. The leak, plus the antitrust testimony around it, gave us the clearest public picture yet of how the serving side works.

    Here's the shape of it. A primary ranking system called Mustang scores and orders pages. Then a layer of re-ranking functions called twiddlers adjusts that order right before results are served. NavBoost is a twiddler that re-ranks on click behavior. FreshnessTwiddler nudges results based on how fresh they are. As King put it, twiddlers "can adjust the information retrieval score of a document or change the ranking of a document." They are the last-second editors of the SERP.

    The thing to notice is what a twiddler can and can't do. It operates at query time, on an already-retrieved candidate set, and it has a tight compute budget. Analysis of the leak suggests the heavier "lazy" twiddlers only touch the top twenty or thirty results, because that's all they have time for. A twiddler nudging your position based on a stored score is cheap. A twiddler recomputing semantic novelty across the corpus, for every candidate, on every query, is science fiction. It would blow the budget a thousand times over.

    Which is exactly why the popular framing gets the mechanics wrong. You'll read that Google "runs a test" on your new content and stores thirteen months of engagement to decide whether the novelty stuck. The thirteen-month number is real, but it belongs to NavBoost's click memory, which is a different system doing a different job. Clicks are not novelty. Conflating NavBoost's engagement window with an "information satisfaction test" for information gain is a category error, and it's been copied from post to post for two years. NavBoost remembers how people behaved. The information gain model estimates how new you are. Two systems, two purposes.

    Clicks are not novelty. The 13 month window everyone cites belongs to the left column.
    NavBoostThe information gain model
    What it stores13 months of click and engagement dataA precomputed novelty estimate
    The question it answersHow did people behave on this resultHow much does this page add to the topic
    Where it runsServing time, as a re-ranking twiddlerAhead of time, during indexing and scoring
    What it is notA novelty testA live measurement

    Where the guess happens

    Crawl and index document stored Mustang scores primary ranking Twiddlers re-rank NavBoost, freshness Results page milliseconds later The information gain estimate is made here. Offline. By a machine learning model. Stored with the document like a label. This layer only reads stored scores. No time to compute novelty for every candidate on every query.

    Simplified from the 2024 Content Warehouse leak. The heavy math happens on Google's schedule, not while your results load.

    Put the pieces together and the architecture tells a consistent story. If information gain influences ranking, it almost certainly rides in as a model-estimated score attached to your document, which a re-ranker can then read cheaply, not as a fresh calculation a twiddler performs while you wait. The guess is baked in upstream. The serving layer just reads the label.

    How to write for a model's estimate

    The four moves ranked in this article, with the evidence attached.
    MoveWhat the model seesThe evidence
    Original dataA claim it has never encountered anywhereProprietary assets predicted traffic retention better than topical focus across 400+ sites
    First-hand experienceTexture that synthesis can't fakeThe one input a competitor can't outsource
    Expert quotesA voice with no twin in the corpusQuotations lifted generative visibility 42.6 percent, statistics 33 percent
    Front-loadingThe gain before the reader or the machine quitsGoogle's own AI Overview calls it the information gain rate

    None of this makes the writing advice softer. It sharpens it. If a classifier is going to guess your information gain, your job is to leave unmistakable evidence that your content added something new. Vague originality doesn't register. Specific, attributable, unique substance does.

    Four moves carry most of the information gain, and I'll rank them by what I've seen move the needle on client work.

    Original data first. A unique number that only you have, from your own operations, is the one form of information gain a competitor cannot copy and a model has never seen. Cyrus Shepard's analysis of 400-plus sites after a 2026 core update found that owning proprietary assets predicted holding traffic better than topical focus or brand strength. On a home-services client, publishing our own project-cost data, real numbers from real jobs, did more for rankings than any amount of rewriting the competitor's paragraphs ever did. It gave the searcher something the other nine results couldn't.

    First-hand experience second. Not "studies show." What you did, what broke, what you measured. A model trained to spot novelty is, in effect, trained to spot the texture of someone who was actually in the room. Synthesized content doesn't have it.

    Expert quotes third. A direct quote in a real practitioner's voice has no twin anywhere else, which is close to the definition of information gain. It also lights up the experience pillar of E-E-A-T, the first-hand signal Google keeps saying it wants. The Princeton team's GEO study found that adding quotations lifted visibility in generative engines by 42.6 percent and adding statistics by 33 percent, the two strongest moves they tested. That's a research-backed number pointing at the same behavior my client data does.

    Front-load it fourth. If your one novel insight is buried under a thousand words of throat-clearing, both the model and the reader may quit before they reach it. Say the new thing early. Google's own AI Overview for this topic describes an "information gain rate," the idea that delivering unique value fast matters as much as delivering it at all. The information gain has to be near the top of the content, not saved for a big finish.

    Notice that none of this is a keyword tactic. It's a sourcing discipline. If you want a framework for building it into every brief instead of bolting it on at the end, that's the whole thrust of our content strategy work, and it pairs with real keyword research so the novelty lands on a query someone actually searches.

    The part where I hedge, because it's honest

    Information gain is not a confirmed Google ranking factor. Google has never named it in a claim or a public statement, and the granted patent claims stay bound to an automated assistant answering questions, not web ranking at large. So when a competitor titles their post "Google's #1 Ranking Signal," treat that the way you'd treat any number pulled from thin air. Nobody outside Google knows its weight, and I'm not going to pretend I do.

    What we know, what got documented, and what got made up.
    ClaimStatus
    Google filed a patent scoring information gain with a machine learning modelConfirmed, US11354342B2
    Twiddlers re-rank an already retrieved set at serving timeLeak documented, 2024
    NavBoost stores 13 months of click dataTrial testimony, DOJ
    The information gain score influences live web rankingsUnconfirmed
    The 13 month window is an information gain testFalse, that window is click memory

    There's also a ceiling on the tactic that almost no one mentions. Novelty is a distance you tune, not a quantity you max out. Push a page far enough from the topic and the same models that reward difference stop recognizing it as an answer to the query at all. Too weird to rank is a real failure mode. The target is the edge of the topic, close enough to be retrieved, distinct enough to be the thing worth citing once you are. I've watched a genuinely original page underperform because it wandered off the query, and I don't have a clean formula for where that line sits. If I did, I'd sell it.

    What I'm confident about is narrower and more durable. Information gain is the signal Google can most cheaply estimate and store, and it's the one you can most reliably feed with first-party substance. Build the moat. Let the model find it.

    Quick answers

    What is information gain in SEO? It's how much new information your page adds beyond what's already ranking for a query. It traces to a 2018 Google patent that describes scoring novelty with a machine learning model, and it works best as a content-quality lens rather than a confirmed ranking dial.

    Is information gain a confirmed ranking factor? No. The patent describes session-level personalization, and Google has never named information gain as a web-ranking signal. Treat it as a strong content strategy, not a settled input.

    Should information gain be high or low? Higher is generally better, up to the point where the page drifts so far from the query that it stops reading as an answer. Aim for distinct, not distant.

    If your blog keeps summarizing the same consensus everyone else already published, that's the real problem, and it's fixable. The content strategy that survives algorithm updates starts by deciding what you know that no one else has written down yet.

    MM

    Michael McDougald

    Founder of Right Thing SEO, a math-driven SEO agency based in Nashville and Sarasota. Michael has spent 15+ years helping businesses achieve sustainable organic growth through data-driven strategies.

    Learn more about Michael →

    Ready to Stop the Fall?

    Get a free SEO assessment and discover what's holding your site back.