Module

cli.commands.graph.pagerank

PageRank analysis command for identifying important pages.

Functions

pagerank
🏆 Analyze page importance using PageRank algorithm. Computes PageRank scores for all pages based o…
5 None
def pagerank(top_n: int, damping: float, format: str, config: str, source: str) -> None

🏆 Analyze page importance using PageRank algorithm.

Computes PageRank scores for all pages based on their link structure. Pages that are linked to by many important pages receive high scores.

Use PageRank to:

  • Identify your most important content
  • Prioritize content updates
  • Guide navigation and sitemap design
  • Find underlinked valuable content

Parameters 5

Name Type Default Description
top_n int
damping float
format str
config str
source str