 |
 |
In most cases, websites are hierachically
structured to a certain extend, as it is illustrated in our
example of a web site consisting of the pages A, B and C. Normally,
the root page is withal optimised for the most important search
phrase. In our example, the optimised page A has an external
inbound link from page X which has no other outbound links and
a PageRank of 10. The pages B and C each receive a link from
page A and link back to it. If we set the damping factor d to
0.5 the equations for the single pages' PageRank values are
given by |
 |
 |
PR(A) = 0.5 + 0.5 (10 + PR(B) + PR (C))
PR(B) = 0.5 + 0.5 (PR(A) / 2)
PR(C) = 0.5 + 0.5 (PR(A) / 2)
Solving the equations gives us the follwing PageRank values:
PR(A) = 8
PR(B) = 2.5
PR(C) = 2.5
It is generally not advisable to solely work on the root page of
a site for the purpose of search engine optimisation. Indeed, it
is, in most cases, more reasonable to optimise each page of a site
for different search phrases.
 |
 |
We now assume that the root page
of our example website provides satisfactory results for its
search phrase, but the other pages of the site do not, and therefore
we modify the linking structure of the website. We add links
from page B to page C and vice versa to our formerly hierarchically
structured example site. Again, page A has an external inbound
link from page X which has no other outbound links and a PageRank
of 10. At a damping factor d of 0.5, the equations for the single
pages' PageRank values are given by |
 |
 |
PR(A) = 0.5 + 0.5 (10 + PR(B) / 2 + PR(C) / 2)
PR(B) = 0.5 + 0.5 (PR(A) / 2 + PR(C) / 2)
PR(C) = 0.5 + 0.5 (PR(A) / 2 + PR(B) / 2)
Solving the equations gives us the follwing PageRank values:
PR(A) = 7
PR(B) = 3
PR(C) = 3
The result of adding internal links is an increase of the PageRank
values of pages B and C, so that they likely will rise in search
engine result pages for their targeted keywords. On the other hand,
of course, page A will likely rank lower because of its diminished
PageRank.
Generally spoken, PageRank will distribute for the purpose of search
engine optimisation more equally among the pages of a site, the
more the hierarchically lower pages are interlinked.
7.
The Distribution of PageRank Regarding SEO (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.
|