1. The document proposes a new method called AggregateRank to effectively rank websites. AggregateRank is based on the theory of stochastic complement and can approximate the sum of PageRank values of pages within a website to determine the website's rank.
2. Previous methods used random walk models on a HostGraph to rank websites, but this was not reasonable as it did not reflect actual web surfer behavior. The HostGraph represented websites as nodes and links between websites as edges.
3. AggregateRank was developed as an improvement over previous methods. Both theoretical analysis and experiments showed it performs better than existing website ranking approaches.