Archive for November 18th, 2007
Daily Archive
Sunday, November 18th, 2007
How is PageRank calculated?
To calculate the PageRank for a page, all of its inbound links are taken into account. These are links from within the site and links from outside the site.
PR(A) = (1-d) + d(PR(t1)/C(t1) + … + PR(tn)/C(tn))
That’s the equation that calculates a page’s PageRank. It’s the original one [...]