Simplified
Suppose a small universe of four web pages: A, B, C and D. If all those pages link to A, then the PR (PageRank) of page A would be the sum of the PR of pages B, C and D.
-
But then suppose page B also has a link to page C, and page D has links to all three pages. One cannot vote twice, and for that reason it is considered that page B has given half a vote to each. In the same logic, only one third of D's vote is counted for A's PageRank.
In other words, divide the PR by the total Links that comes from the page.
Finally, all of this is reduced by a certain percentage by multiplying it by a factor q. For reasons explained below, no page can have a PageRank of 0. As such, Google performs a mathematical operation and gives everyone a minimum of . It means that if you reduced 15% everyone you give them back 0.15.
So one page's PageRank is calculated by the PageRank of other pages. Google is always recalculating the PageRanks. If you give all pages a PageRank of any number (except 0) and constantly recalculate everything all PageRanks will change and tend to stabilize at some point. It is at this point where the PageRank is used by the search engine.
Complex
The formula uses a model of a random surfer who gets bored after several clicks and switches to a random page. The PageRank value of a page reflects the frequency of hits on that page by the random surfer.
It can be understood as a Markov process in which the states are pages, and the transitions are all equally probable and are the links between pages.
If a page has no links to another pages, it becomes a sink and therefore makes this whole thing unusable, because the sink pages will trap the random visitors forever. However, the solution is quite simple. If the random surfer arrives to a sink page, it picks another URL at random and continues surfing again.
To be fair with pages that are not sinks, these random transitions are added to all nodes in the Web, with a residual probability of usually q=0.15, estimated from the frequency that an average surfer uses his or her browser's bookmark feature.
So, the equation is as follows:
where are the pages under consideration, is the set of pages that link to , and N is the total number of pages.
The PageRank values are the entries of the dominant eigenvector of the modified adjacency matrix. This makes PageRank a particularly elegant metric: the eigenvector is
-
where R is the solution of the equation
where the adjacency function is 0 if page does not link to , and normalised such that, for each i
The values of the PageRank eigenvector are fast to approximate (only a few iterations are needed) and in practice it gives good results.
As a result of Markov theory, it can be shown that the PageRank of a page is the probability of being at that page after lots of clicks. This happens to equal where is the expectation of the number of clicks (or random jumps) required to get from the page back to itself.
The main disadvantage is that it favors older pages, because a new page, even a very good one, will not have many links unless it is part of an existing site (a site being a densely connected set of pages).
That's why PageRank should be combined with textual analysis or other ranking methods. PageRank seems to favor Wikipedia pages, often putting them high or at the top of searches for several encyclopedic topics. A common theory is that this is because Wikipedia is very interconnected, with each article having many internal links from other articles, which in turn have links from many other sites on the Web pointing to them. Compared to Wikipedia, and similar high quality content-rich sites, the rest of the World Wide Web is relatively loosely connected.
However, Google is known to actively penalize link farms and other schemes to artificially inflate PageRank. How Google tells the difference between highly inter-linked web sites and link farms is not public knowledge.
List of websites with high PageRanks
The maximum PageRank attainable is 10. The minimum is 0.
The following websites have, at one point in time, been assigned below PageRanks as noted:
10/10
- Google.com - Search engine that uses PageRank
- php.net - Official website of the PHP programming language
- Microsoft.com - Official Microsoft product information/support site
- Apple.com - Official website of Apple Computer, Inc, which also houses the iTunes Music Store
- lcs.mit.edu - MIT Laboratory for Computer Science
- www.w3.org - The World Wide Web Consortium (W3C)
- www.nature.com - Nature Publishing Group (NPG)
- www.aaas.org - American Association for the Advancement of Science
9/10
See also
References
Source | Copyright
Related categories