The PageRank Algorithm
The original PageRank algorithm was described by Lawrence Page and Sergey Brin in several publications. It is given by
PR(A) = (1-d) + d (PR(T1)/C(T1) + … + PR(Tn)/C(Tn))
where
PR(A) is the PageRank of page A, PR(Ti) is the PageRank of pages Ti which link to page A, C(Ti) is the number of outbound links on page Ti and d is a damping factor which can be set between 0 and 1.
Translate it to human language : PR of page A come from, Probability of user to leave from page (1-d) plus sum of probability of user to click link from each page to A [d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn))]
.png)
Ok let's say :
SEO = Power of Hentai multiply with sum of miyabi and aoi.
