Forwarding PR - PageRank

norway000x

Junior Member
Joined
Feb 5, 2008
Messages
199
Reaction score
206
Hi,

Lets say you put up a crapy site where something ...

Lets say this crapy site has a PR 0.

Lets say you get a link from a high PR 8 site.

1. How much PR is forwarded to the "crapy PR 0 site" ?

2. And if you would then make a link from the "crapy PR 0 site" to another one of your "crapy sites"... How much PR is now forwarded to this second "crapy site" ?

:toilet:

Thanks.
 
i dont think anyone really knows the answer to this right?
 
PageRank is defined as follows:

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. There are more details about d in the next section. Also C(A) is defined as the number of links going out of page A. The PageRank of a page A is given as follows:
PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn))

The Anatomy of a Large-Scale Hypertextual Web Search Engine
Sergey Brin and Lawrence Page
 
That equation is not accurate.

PR(Tn) is not divided by C(T1).

I don't say this because I am some kinda google phd expert freak, I know this because I have done this myself and seen the results with my own eyes.

I'm quoting "The Anatomy of a Large-Scale Hypertextual Web Search Engine" by Sergey Brin and Lawrence Page (the guy who invented the PageRank system).

Source:
http://infolab.stanford.edu/~backrub/google.html
 
Back
Top