Hi, Academic citation literature has been applied to the web, largely by counting citations or backlinks to a given page. This gives some approximation of a page's importance or quality. PageRank extends this idea by not counting links from all pages equally, and by normalizing by the number of links on a page. PageRank is defined as follows: We assume page A has pages T1...Tn which point to it (i.e., are citations). The parameter d is a damping factor which can be set between 0 and 1. We usually set d to 0.85. There are more details about d in the next section. Also C(A) is defined as the number of links going out of page A. The PageRank of a page A is given as follows: PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn)) Note that the PageRanks form a probability distribution over web pages, so the sum of all web pages' PageRanks will be one. PageRank or PR(A) can be calculated using a simple iterative algorithm, and corresponds to the principal eigenvector of the normalized link matrix of the web. Also, a PageRank for 26 million web pages can be computed in a few hours on a medium size workstation. You can see: http://infolab.stanford.edu/~backrub/google.html Thanks
it is very nice.. can you prove it with some examples... I have one suggestion to you, if you are posting this type of Informative threads. please provide some examples..
For practical use - why dn't you make a list of the things that actually influence the PR - than we could discuss how important this or that factor. Your citation is smth everybody comes across one day...
try this online calculator http://www.check-rank.com s based on http://infolab.stanford.edu/~backrub/google.html
you shouldn't worry about page rank too much, it will come all by itself if you just focus on building back links to your site. If we all spent as much time building backlinks as we did worrying about page rank, we would have some kick ass sites
Pffttt... First, this isn't original and it's far from new. Second, if you really believe that's all that goes into calculating PR these days, you're going to be severely disappointed.