SALSA and PageRank are algorithms that analyze the link structure of web pages to determine authoritative pages. SALSA performs random walks on graphs derived from links to find communities of authoritative and hub pages. It assigns two scores, a hub score and authority score, to each page. PageRank also performs a random walk on the link graph and defines page importance recursively based on the importance of backlinking pages to avoid sinks. Both leverage the graph structure and random walk concepts to determine important pages based on links.