Functions
orphans
🔍 List pages by connectivity level.
Shows pages grouped by how well they're connected:
- 🔴 isolate…
orphans
def orphans(level: str, format: str, limit: int | None, sort: str, config: str, source: str) -> None
🔍 List pages by connectivity level.
Shows pages grouped by how well they're connected:
- 🔴 isolated: No meaningful connections (score < 0.25)
- 🟠 lightly: Only structural links (score 0.25-1.0)
- 🟡 adequately: Some connections (score 1.0-2.0)
- 🟢 well: Well connected (score >= 2.0)
Use this command to:
- Find truly isolated pages that need attention
- Identify pages relying only on structural links
- Prioritize internal linking improvements
Parameters 6
| Name | Type | Default | Description |
|---|---|---|---|
level |
str |
— | |
format |
str |
— | |
limit |
int | None |
— | |
sort |
str |
— | |
config |
str |
— | |
source |
str |
— |