Page Ranking Techniques: Eminar
Page Ranking Techniques: Eminar
on
PageRank
e.g. Google.
Definition – PageRank.
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 .……. C(A) is defined as the number of links
going out of page A. The PageRank of a page A is given
as follows:
A B
Start with PR(A) = PR(B) =1
PR(A) = (1-d) + d ( 0)
A B = 0.15
PR(B) = (1-d) + d (0)
= 0.15
Dangling links are links that go to pages that don't have any outbound links.
Orphan pages are those, which don’t have any inbound link.
Example 3
From here onwards I’ll represent final PR values after sufficient no. of
iterations inside page.
B B
1.0 1.0
A A
1.0 1.0
C C
1.0
1.0
Example 4
B
0.575
A
1.85
C
0.575
B
External Site1 0.575
1.0 A
1.0
C External Site 2
0.638
0.575
External Site 1 B
1.0 1.255
A
2.6
C External Site 2
1.255 1.215
B
1.549
External Site 1 A
1.0 2.146
C External Site 2
1.720 1.215
How to increase PR?
B
281.6
Spam 1
0.39
A
331.0
Spam 2
0.39
Spam
1000
0.39
Conclusion.
Even though formula for calculating PageRank seems to be
difficult, it is easy to understand. But when a simple calculation is
applied hundreds of times, the results can seem complicated. And we
can not predict the result of these iterations. Surely, more practice can
yield more observations.
PageRank is important factor considered in Google ranking, but
it is only one of the important factors considered. e.g. now a days
Google is paying a lot of attention to the link’s anchor text while
deciding relevancy of target page.
But as Page Rank is also one of the important factor, one should
be well aware of PageRank while designing the website.
References.
http://www.webworkshop.net/pagerank.html
http://www.iprcom.com/papers/pagerank/
http://www-db.stanford.edu/~backrub/google.html
http://www.google.com/intl/en/technology/
http://www.google-watch.org/pagerank.html
?
Thanks