The Algorithm

What Is PageRank?

PageRank is an algorithm for measuring the importance of web pages based on the links between them. It was the original idea at the heart of Google Search, and although the public score is gone, the concept still shapes how every major search engine ranks results.

Diagram of link authority flowing through a graph of pages, with important pages drawn larger

A link is a vote

The core insight is beautifully simple. When one page links to another, it is casting a kind of vote of confidence. A page that many other pages link to is probably useful, so it should rank higher. PageRank took that everyday intuition and turned it into math that a computer could apply to billions of pages.

But not all votes are equal. A link from a widely respected, heavily linked page carries far more weight than a link from an obscure page nobody references. That is the second half of the idea: importance flows through the network. A vote from an important page is worth more than a vote from an unimportant one — and because importance itself depends on incoming links, the definition is recursive.

Where the name comes from

PageRank was developed by Larry Page and Sergey Brin at Stanford University in 1996, as part of a research project originally nicknamed "BackRub" because it studied the web's back-links. The name is a pun: it ranks web pages, and it is named after Larry Page. The work was published in 1998 and the method was patented by Stanford, which licensed it to the newly founded Google. You can read a concise overview on Wikipedia's PageRank article.

The random surfer model

One elegant way to picture PageRank is the "random surfer." Imagine someone browsing the web forever, clicking links completely at random. The PageRank of a page is essentially the probability that this endless clicker lands on it at any given moment. Pages that sit at the end of many popular link paths get visited more often, so they score higher.

There is one twist. A pure random clicker would sometimes get stuck in loops or dead ends, so the model includes a damping factor — usually set around 0.85. Roughly 85% of the time our imaginary surfer follows a link on the current page; the other 15% of the time they get bored and jump to a completely random page. That small "teleport" probability keeps the math stable and stops a handful of pages from hoarding all the importance.

What the 0 to 10 number meant

Internally, PageRank is a fine-grained probability — a long decimal. The famous green bar you saw in the Google Toolbar compressed that into a single whole number from 0 to 10, on a logarithmic scale. That logarithmic squashing is why climbing the ladder got dramatically harder near the top. Moving from PageRank 2 to 3 might take a handful of decent links; moving from 6 to 7 could take an enormous amount of high-quality linking. A PageRank of 8, 9, or 10 was reserved for the most linked-to destinations on the entire web, such as major universities, governments, and household-name brands.

What PageRank did not measure

It is just as important to understand what the score ignored. PageRank was purely about links. It said nothing about whether your content was good, whether your page matched a searcher's intent, how fast your site loaded, or whether the information was accurate. A page could have a high PageRank and still rank poorly for a specific query, because relevance and dozens of other factors also feed into search results. Treating PageRank as a grade for your whole website was always a misunderstanding — it was one ingredient, not the finished dish.

Why it still matters

Google has confirmed over the years that a form of PageRank-style link analysis remains part of its internal ranking systems, even though the public number is gone. More broadly, every serious authority metric in use today — from third-party "domain rating" scores to academic citation analysis — is a descendant of the same idea Page and Brin formalized. Once you understand PageRank, the modern metrics that replaced it make a lot more sense. To see how the idea grew up alongside the company, read the history of PageRank.