d × PR(X) / C(X)
where PR(X) is the PageRank of page X and C(X) is the total number
of its outbound links. But page A usually links to other pages itself.
Thus, these pages get a PageRank benefit also. If these pages link
back to page A, page A will have an even higher PageRank benefit
from its additional inbound link.
The single effects of additional inbound links shall be illustrated
by an example.
 |
 |
We regard a website consisting
of four pages A, B, C and D which are linked to each other in
circle. Without external inbound links to one of these pages,
each of them obviously has a PageRank of 1. We now add a page
X to our example, for which we presume a constant Pagerank PR(X)
of 10. |
 |
 |
Further, page X links to page A by its only outbound link. Setting
the damping factor d to 0.5, we get the following equations for the
PageRank values of the single pages of our site:
PR(A) = 0.5 + 0.5 (PR(X) + PR(D)) = 5.5 + 0.5 PR(D)
PR(B) = 0.5 + 0.5 PR(A)
PR(C) = 0.5 + 0.5 PR(B)
PR(D) = 0.5 + 0.5 PR(C)
Since the total number of outbound links for each page is one,
the outbound links do not need to be considered in the equations.
Solving them gives us the following PageRank values:
PR(A) = 19/3 = 6.33
PR(B) = 11/3 = 3.67
PR(C) = 7/3 = 2.33
PR(D) = 5/3 = 1.67
We see that the initial effect of the additional inbound link of
page A, which was given by
d × PR(X) / C(X) = 0,5 × 10 / 1 = 5
is passed on by the links on our site.
4.
The Effect of Inbound Links (continued)
This article reproduced with permission of eFactory.
© 2002 eFactory Internet-Agentur KG Online-Marketing - written
by Markus Sobek
PageRank and Google are trademarks of Google Inc., Mountain ViewCA,
USA.
PageRank is protected by US Patent 6,285,999.
|