Module

cli.commands.graph.suggest

Smart link suggestion command for improving internal linking.

Functions

suggest 5 None
Generate smart link suggestions to improve internal linking. **Analyzes your c…
def suggest(top_n: int, min_score: float, format: str, config: str, source: str) -> None

Generate smart link suggestions to improve internal linking.

Analyzes your content to recommend links based on:

  • Topic similarity (shared tags/categories)
  • Page importance (PageRank scores)
  • Navigation value (bridge pages)
  • Link gaps (underlinked content)

Use link suggestions to:

  • Improve internal linking structure
  • Boost SEO through better connectivity
  • Increase content discoverability
  • Fill navigation gaps
Parameters
Name Type Description
top_n int
min_score float
format str
config str
source str