Meet Cortex - AI Powered, Expertise Refined Decision EngineYour AI Optimization Engine
Search Engine Algorithms

Bing's Ranking Algorithms Explained: RankNet, SPTAG, Prometheus, and the Signals That Move Rankings

Bing's ranking stack is unusually well documented for a search engine, because Microsoft Research has published the papers and open-sourced the code. This pillar maps the named components, separates what Microsoft has confirmed from what practitioners infer, and links out to the deeper guide for each.

Key takeaways

Bing ranks results with a layered stack Microsoft has documented more openly than most engines: RankNet and its successors (LambdaRank, LambdaMART) for learning-to-rank, SPTAG for billion-scale vector retrieval, and Prometheus, the orchestration layer that grounds Copilot's AI answers in fresh Bing index data. Clarity-derived UX behavior and social signals are also discussed, though their direct ranking role is more inferred than confirmed. Several components have clear Google equivalents; some, like the publicly named Prometheus orchestrator, do not.

  • RankNet (2004-2005, Microsoft Research) is a neural learning-to-rank model Microsoft confirms was used in Bing web search; it evolved into LambdaRank and the boosted-tree LambdaMART ensembles.
  • SPTAG (Space Partition Tree And Graph), open-sourced by Microsoft in 2019, powers Bing's approximate nearest neighbor vector search across more than 150 billion data points.
  • Prometheus is Microsoft's named orchestration layer that combines the Bing index, ranking, and answers with GPT models to ground Copilot's chat responses - a public RAG architecture with no equivalently named Google counterpart.
  • Microsoft Clarity is free behavioral analytics (heatmaps, session recordings); Microsoft does NOT state Clarity data feeds Bing ranking - that link is practitioner inference.
  • Bing's guidelines say social signals help establish page authority, but Microsoft states social placements alone do not directly impact ranking.

Bing's ranking stack in brief

Overview

Bing ranks search results with a layered stack of documented components: RankNet-derived learning-to-rank models order results, SPTAG retrieves semantically similar documents via vector search, and Prometheus grounds Copilot's AI answers in the live Bing index. Because Microsoft Research published the papers and open-sourced the code, each layer can be named and described with unusual confidence.

This guide is a hub. It summarizes every named component, flags which ones have a direct Google equivalent, and carefully separates Microsoft-confirmed facts from widely held practitioner inference. Follow the link in each section to the dedicated deep-dive: RankNet, SPTAG, Prometheus, Clarity-derived UX signals, and social signals.

Bing's ranking stack at a glance

Learning-to-rank
RankNet to LambdaRank to LambdaMART
RankNet origin
Microsoft Research, 2004 (paper 2005)
Vector retrieval
SPTAG, open-sourced May 2019
SPTAG scale
More than 150 billion data points
AI answer layer
Prometheus + Bing Orchestrator
Powers
Microsoft Copilot grounded answers
UX analytics
Microsoft Clarity (not a ranking pipe)
Social signals
Indirect: authority and discovery only

Why Bing's ranking stack is worth mapping

Most search engines treat their ranking systems as black boxes. Bing is a partial exception. Microsoft Research has published the foundational papers behind Bing's learning-to-rank models and has open-sourced the vector search library that handles semantic retrieval. That means we can name and describe the major components with more confidence than is possible for, say, Google's internal systems.

This pillar is a hub. It summarizes each named component in Bing's stack, flags which ones have a direct Google equivalent and which do not, and separates two very different categories of claim:

  • Microsoft-confirmed: documented in a Microsoft Research paper, an official Bing blog, the open-source repository, or the Bing Webmaster Guidelines.
  • Industry or practitioner inference: widely believed in the SEO community but not stated by Microsoft. The Clarity-feeds-ranking idea and the magnitude of social signals both fall here.

Read this page for the map. Follow the links in each section to the individual guide for the depth.

RankNet, LambdaRank, and LambdaMART: learning-to-rank (CONFIRMED)

RankNet is a neural network ranking model created in 2004 as a joint effort between Microsoft Research and Microsoft's web search team, with the seminal paper published at ICML in 2005. It treats ranking as a pairwise problem: given two documents, it learns which should rank higher for a query, then composes those pairwise judgments into a full ordering. Microsoft has explicitly confirmed that RankNet was used in Bing for web search.

The lineage did not stop there. RankNet led to LambdaRank and then LambdaMART, which combines LambdaRank's cost function with gradient-boosted decision trees (MART). Microsoft has stated it shipped three generations of web search ranking algorithms, culminating in the boosted-tree ensembles Bing uses. An ensemble of LambdaMART rankers won Track 1 of the 2010 Yahoo Learning to Rank Challenge, and the original RankNet paper won ICML's Test of Time award in 2015.

Google equivalent: Yes, in kind. Google uses learning-to-rank and machine-learned ranking systems (and historically RankBrain), but it has not published a named, open lineage the way Microsoft has with RankNet. See the dedicated RankNet guide for the math and the SEO implications.

SPTAG: billion-scale vector retrieval (CONFIRMED)

SPTAG stands for Space Partition Tree And Graph. It is a library for large-scale vector approximate nearest neighbor (ANN) search, released by Microsoft Research and Microsoft Bing and open-sourced in May 2019. It lets Bing find the vectors closest to a query vector by L2 or cosine distance, which is how the engine matches meaning rather than just keywords.

Microsoft's own example: a search for "How tall is the tower in Paris?" can return that the Eiffel Tower is 1,063 feet, even though neither "Eiffel" nor "tall" appears in the query or the answer. Microsoft has confirmed Bing vectorizes and feeds more than 150 billion data points to SPTAG, and that it can search roughly 100 billion vectors in under 5 milliseconds. SPTAG offers two index types: SPTAG-KDT (kd-tree plus relative neighborhood graph, faster to build) and SPTAG-BKT (balanced k-means tree, more accurate in high dimensions).

Google equivalent: Conceptually yes - Google's neural matching and embedding-based retrieval do the same job - but Google has not open-sourced the production library. SPTAG being public code is the unusual part. See the SPTAG guide for how vector retrieval changes keyword strategy.

Prometheus: the RAG layer behind Copilot (CONFIRMED, with caveats)

Prometheus is Microsoft's named model that, in its words, "combines the fresh and comprehensive Bing index, ranking, and answers results with the creative reasoning capabilities of OpenAI's most-advanced GPT models." It is the layer that turned classic Bing into the AI answer engine now branded Microsoft Copilot.

The mechanics Microsoft has described: a component called the Bing Orchestrator iteratively generates internal search queries, retrieves Bing results, and feeds them to the GPT model. Microsoft calls this grounding - the answer is grounded in fresh Bing data rather than the model's stale training knowledge, which reduces inaccuracies and lets Copilot cite sources inline. Microsoft even noted it planned to 4x the grounding data sent to the model to improve accuracy.

Google equivalent: Functionally similar (Google's AI Overviews and AI Mode also retrieve and ground answers in the live index), but there is no equivalently named, publicly described Google orchestrator. Prometheus is unusual in being a named, documented RAG architecture. The caveat: Microsoft documents what Prometheus does, not the exact selection weights, so optimization advice is informed inference. See the Prometheus guide.

Microsoft Clarity and UX signals (INFERENCE - read carefully)

Microsoft Clarity is a free behavioral analytics tool: session recordings, heatmaps, and event and funnel tracking, with Copilot-powered summaries. Microsoft's official documentation describes it as a way to understand how users interact with your site and where they get stuck. It is genuinely useful for conversion and UX work.

Here is the important distinction: Microsoft does not state anywhere in Clarity's documentation that Clarity data feeds Bing search ranking. The frequently repeated claim that installing Clarity boosts Bing rankings is practitioner inference, not an official Microsoft statement. What Bing does officially weigh is user engagement on its own search results (covered below), which is a different data source from a site's Clarity tag.

Google equivalent: There is no Google analytics product that is claimed to feed ranking either; Google has repeatedly said Google Analytics data is not a ranking factor. Treat Clarity as a UX research tool, not a ranking lever. See the Clarity-derived UX signals guide for what it can and cannot do.

User engagement and social signals (MIXED - confirmed and inferred)

Bing's Webmaster Guidelines list user engagement as an official ranking factor. The behaviors Bing names: whether users click through to a result, whether they spend time on the page or quickly return to Bing (a pattern often called pogo-sticking), and whether users reformulate their query afterward. These are signals Bing observes on its own SERP, distinct from any analytics installed on your site.

Social signals are more nuanced. Bing's guidance is that signals from social networks, cited sources, name recognition, and author identity can contribute to establishing page authority, and that a strong social signal can help new content get an early foothold. But Microsoft is also explicit that social placements alone do not directly impact ranking - it is user clicks, unique content, and good UX coming together that matters. So social helps indirectly via authority and discovery, not as a direct ranking multiplier. The social signals guide unpacks exactly what Bing has and has not claimed.

Google equivalent: Google has long said likes, shares, and follower counts are not direct ranking signals, which is broadly consistent with Bing's "placements alone don't rank you" position - though Bing has historically been more openly positive about social's indirect value.

How the pieces fit together

In simplified terms: SPTAG retrieves a candidate set of semantically relevant documents using vector similarity. RankNet and its LambdaMART descendants order that candidate set into the ten blue links, factoring in relevance, quality and credibility, freshness, location, page load time, and user engagement. Prometheus sits on top for AI experiences: it issues its own internal queries against that same Bing index and ranking, then grounds a GPT-generated answer in the retrieved results and cites them.

Clarity and social sit around the edges - Clarity as a UX research tool with no confirmed ranking pipe, social as an indirect contributor to authority and early discovery. Keep that hierarchy in mind when you prioritize work: the retrieval and learning-to-rank core is where Microsoft's confirmed signals live.

History of Bing's ranking stack: a timeline

From a 2004 Microsoft Research neural ranker to the 2023 RAG architecture behind Copilot, Bing's documented stack has a clear, citable lineage.

  1. 2004

    RankNet created

    Microsoft Research and Microsoft's web search team build RankNet, a neural learning-to-rank model.

  2. 2005

    RankNet paper at ICML

    The seminal RankNet paper is published at the International Conference on Machine Learning.

  3. 2010

    LambdaMART wins Yahoo challenge

    An ensemble of LambdaMART rankers wins Track 1 of the Yahoo Learning to Rank Challenge.

  4. 2015

    RankNet Test of Time award

    The 2005 RankNet paper receives ICML's Test of Time award for sustained academic impact.

  5. 2019

    SPTAG open-sourced

    Microsoft open-sources SPTAG, the vector ANN library powering Bing semantic search, in May 2019.

  6. 2023

    Prometheus launches the new Bing

    Microsoft introduces Prometheus and the Bing Orchestrator to ground GPT answers in the Bing index, launching what becomes Copilot.

Bing's ranking signals at a glance

Bing's stack draws on a documented set of ranking signals, some confirmed in the Webmaster Guidelines and some inferred by practitioners. The table separates what Microsoft has named from what the SEO community assumes.

Bing ranking signals and their confirmation status
Signal What it covers
Relevance How closely page content matches the query intent. Bing's first-listed official ranking factor.
Quality and credibility Site reputation, author credibility, and content completeness, per Bing's Webmaster Guidelines.
User engagement (CONFIRMED) Click-through on Bing's SERP, dwell vs. quick return to Bing (pogo-sticking), and query reformulation - measured on Bing's own results, not your site.
Freshness Up-to-date, current information. A named Bing ranking factor and central to Prometheus grounding.
Location User location, page hosting location, and document language all influence ranking.
Page load time Slow pages risk a poor experience and abandonment; Bing names load time as a factor, balanced against overall usefulness.
Vector similarity (SPTAG, CONFIRMED) Approximate nearest neighbor retrieval over 150B+ vectorized data points matches meaning, not just keywords.
Social signals (INDIRECT) Contribute to page authority and early discovery per Bing, but social placements alone do not directly move rankings.
Clarity UX data (NOT CONFIRMED as ranking) Behavioral analytics for your own optimization; Microsoft does not state Clarity data feeds Bing ranking.

The practical takeaway is to invest first where Microsoft's confirmed signals live - relevance, engagement on the SERP, freshness, and vector-friendly content - and treat the inferred signals as supporting work, not the core lever.

How to optimize for Bing's ranking stack

To optimize for Bing, win the click and dwell on its SERP, write for semantic meaning so vector retrieval finds you, structure content into snippable chunks for Copilot, and keep it fresh.

  1. Win the click and the dwell on Bing's SERP

    User engagement is a confirmed Bing ranking factor measured on its own results - compelling titles and descriptions that prevent a quick bounce back to Bing matter directly.

  2. Write for meaning, not just exact keywords

    SPTAG's vector retrieval matches semantic intent, so cover the entity and its related concepts thoroughly rather than repeating one phrase.

  3. Structure content into snippable, self-contained chunks

    Prometheus and Copilot parse pages into pieces and assemble answers; clear headings, Q&A blocks, lists, and tables are easier to lift and cite, per Microsoft's own guidance.

  4. Keep content fresh and current

    Freshness is a named ranking factor and Prometheus grounds AI answers in fresh index data, favoring up-to-date pages.

  5. Build genuine social presence and authoritative mentions

    Bing says social signals and name recognition help establish page authority and early discovery, even though placements alone are not a direct ranking multiplier.

  6. Use Clarity for UX fixes, not as a ranking hack

    Clarity reveals friction and confusion you can fix; just do not expect installing it to directly raise Bing rankings, because Microsoft makes no such claim.

Bing ranking myths vs. reality

Bing's openness has not stopped a layer of folklore from forming around its stack. Here are the most common myths and what is actually true.

Myth Installing Microsoft Clarity boosts your Bing rankings.

Reality Microsoft's Clarity documentation never states that Clarity data feeds Bing ranking. Clarity is a behavioral analytics tool for your own UX work; the ranking-boost claim is practitioner inference, not an official statement.

Myth Social shares and likes directly raise Bing rankings.

Reality Bing's guidelines say social signals contribute to page authority and can help new content get discovered, but Microsoft explicitly states social placements alone do not directly impact ranking. The effect is indirect.

Myth RankNet is the algorithm Bing runs today.

Reality RankNet was used in Bing, but Microsoft says it shipped three generations of ranking algorithms culminating in boosted-tree LambdaMART ensembles. RankNet is the ancestor, not the current production system in full.

Myth Prometheus is just a ChatGPT wrapper.

Reality Prometheus uses GPT models but grounds them in fresh Bing index and ranking data via the Bing Orchestrator, which iteratively generates internal queries and cites sources - that grounding is the whole point and the differentiator.

Myth Bing and Google use the same ranking technology.

Reality They overlap conceptually (learning-to-rank, vector retrieval, RAG), but Bing's components are publicly named and partly open-sourced (RankNet, SPTAG, Prometheus), while Google's are not documented the same way.

Frequently asked questions

Bing uses a learning-to-rank stack descended from RankNet (2004-2005), evolving through LambdaRank into boosted-tree LambdaMART ensembles. Microsoft confirms RankNet was used in Bing and that it shipped three generations of ranking algorithms. SPTAG handles vector retrieval, and Prometheus grounds Copilot's AI answers.

SPTAG (Space Partition Tree And Graph) is Microsoft's open-source library for approximate nearest neighbor vector search, released in 2019. Bing uses it to match query meaning to documents across more than 150 billion vectorized data points, searching around 100 billion vectors in under 5 milliseconds.

Prometheus is Microsoft's named model that combines the fresh Bing index, ranking, and answers with OpenAI GPT models. A component called the Bing Orchestrator generates internal queries and feeds results to GPT, grounding Copilot's chat answers in fresh data and enabling inline source citations.

There is no official Microsoft statement that Clarity data feeds Bing ranking. Clarity is a free behavioral analytics tool (heatmaps, session recordings) for understanding your own users. The belief that it boosts rankings is practitioner inference, so treat Clarity as a UX research tool, not a ranking lever.

Partly and indirectly. Bing's guidelines say social signals, cited sources, name recognition, and author identity help establish page authority and can help new content get discovered. However, Microsoft explicitly states social placements alone do not directly impact ranking - user clicks and quality do.

Learning-to-rank (RankNet/LambdaMART) and vector retrieval (SPTAG) have conceptual Google equivalents in machine-learned ranking and neural matching. Prometheus parallels Google's AI Overviews grounding. The difference is that Bing's components are publicly named and partly open-sourced, while Google's are not documented the same way.

Per Bing's Webmaster Guidelines, Bing watches whether users click a result, whether they dwell on the page or quickly return to Bing (pogo-sticking), and whether they reformulate their query. These are measured on Bing's own search results, not via analytics installed on your website.

The bottom line

Bottom line

Bing's stack is rare in being mostly nameable: SPTAG retrieves by meaning, RankNet-derived LambdaMART ensembles order the results, and Prometheus grounds Copilot's answers in fresh index data. Clarity and social sit at the edges, useful but not confirmed ranking pipes. Optimize first where Microsoft's confirmed signals live - SERP engagement, semantic depth, snippable structure, and freshness - then use the deep-dive guides to go a layer deeper on each component.

About the author

Capconvert SEO Team

Search & AI Visibility, Capconvert

The Capconvert SEO Team researches how search engines and AI answer systems retrieve, rank, and cite content, translating primary-source documentation into practical guidance for brands optimizing across Google, Bing, and the AI engines.

References

  1. RankNet: A Ranking Retrospective - Microsoft Research
  2. From RankNet to LambdaRank to LambdaMART: An Overview - Microsoft Research
  3. microsoft/SPTAG - GitHub
  4. Microsoft Open-Sources Approximate Nearest Neighbor Search Algorithm Powering Bing - InfoQ
  5. Building the New Bing - Bing Search Quality Insights
  6. Optimizing Your Content for Inclusion in AI Search Answers - Microsoft Advertising
  7. Clarity Overview - Microsoft Learn
  8. Bing Webmaster Guidelines - Bing Webmaster Tools
  9. Bing's search ranking factors: relevance, quality and credibility, user engagement, freshness, location and page load time - Search Engine Land