This document compares and contrasts three popular web page ranking algorithms: PageRank, Weighted PageRank, and HITS.
PageRank is the original algorithm used by Google that ranks pages based on the number and quality of inbound links. Weighted PageRank improves on PageRank by assigning different weights to outbound links based on their importance. HITS ranks pages based on whether they serve as hubs that link to many authoritative pages or as authorities that are linked to by many hubs. Each algorithm has advantages like relevance to queries, but also disadvantages like favoring older pages.