internal_link_graph
Audit a folder of HTML pages to analyze internal link structure. Identify orphans, dead-ends, top hubs, and dangling internal hrefs.
Instructions
Audit a folder of HTML pages as a directed internal-link graph.
Returns counts of files/edges, the orphans (no inbound links), dead-ends (no outbound links), top hub pages, and a list of dangling internal hrefs that don't resolve to any file.
Pass site_host (e.g. "example.com") if pages link to
themselves with absolute URLs — those will then count as internal
edges. Files are also matched by URL slug, so /blog/foo
resolves to foo.html even when paths don't match exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| pattern | No | *.html | |
| limit | No | ||
| site_host | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||