Archive for November, 2007
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 […]
No Comments » - Posted in Google Page Rank by admin
Sunday, November 11th, 2007
What is PageRank?
PageRank is a numeric value that represents how important a page is on the web. Google figures that when one page links to another page, it is effectively casting a vote for the other page. The more votes that are cast for a page, the more important the page must be. Also, […]