PageRank(myPage): | rank=0 | for each page in the Web do | | if linkExists(page,myPage) then | | rank=rank+1 | | end if | end for
Note: requires inbound link check