How PageRank Works:
- 1. Initialize all pages with equal PageRank (1/N)
- 2. For each iteration:
- a. Each page distributes its PageRank equally among its outlinks
- b. Pages with no outlinks distribute to all pages
- 3. Repeat until convergence
Formula:
PR(A) = Σ(PR(T)/C(T))
Where N=total pages, T=pages linking to A, C(T)=outlinks from T