Dead-End Pages
Pages with no outgoing internal links, potentially trapping users
Pages with no outgoing internal links, potentially trapping users
| Rule ID | links/dead-end-pages |
| Category | Links |
| Scope | Per-page |
| Severity | warning |
| Weight | 3/10 |
Solution
Add navigation links or related content links to help users continue browsing. Internal links improve user experience and help search engines discover content.
Options
This rule supports the following configuration options:
| Option | Type | Default | Description |
|---|---|---|---|
excludePatterns |
unknown | undefined |
|
minLinks |
unknown | undefined |
|
countAnchorLinks |
unknown | undefined |
Count anchor links (#section) as valid internal links (useful for single-page apps) |
Configuration Example
[rules."links/dead-end-pages"]
excludePatterns = undefined
minLinks = undefined
countAnchorLinks = undefined
Enable / Disable
Disable this rule
[rules]
disable = ["links/dead-end-pages"]
Disable all Links rules
[rules]
disable = ["links/*"]
Enable only this rule
[rules]
enable = ["links/dead-end-pages"]
disable = ["*"]