Analyze your site's structure to improve navigation and discoverability.
Do I Need This?
Note
Skip this if: Your site has under 50 pages.
Read this if: You have a large site and want to optimize internal linking and find orphan pages.
Analysis Tools
flowchart LR
A[Your Site] --> B[Analysis Engine]
subgraph Outputs
C[Graph Visualization]
D[Link Suggestions]
E[Page Rankings]
end
B --> C
B --> D
B --> E
Quick Start
bengal utils graph analyze --output graph.html
Visualizes:
- Page connections
- Orphan pages (no incoming links)
- Hub pages (many connections)
- Content clusters
bengal utils graph suggest --min-score 0.5 --top-n 50
Suggests links based on:
- Content similarity
- Taxonomy overlap
- Structural proximity
bengal utils graph pagerank --top-n 20
Identifies:
- Most important pages
- Underlinked valuable content
- Navigation priorities
Use Cases
| Goal | Command | Output |
|---|---|---|
| Find orphan pages | bengal utils graph analyze |
Pages with no incoming links |
| Improve internal linking | bengal utils graph suggest |
Suggested link additions |
| Identify key content | bengal utils graph pagerank |
Pages ranked by importance |
Tip
Start with graph analysis to visualize your site structure. The visual output often reveals issues that metrics alone miss.
In This Section
Graph Analysis
Analyze your site's structure, improve internal linking, and optimize navigation