Link Checker Per Node
This module adds a "Broken Links" tab to individual node pages, allowing editors and administrators to easily see a report of broken links specifically within that content item. This report is powered by the Link Checker module and displays details about each broken link.
Adds a per-node broken-links report tab for editors and site administrators.
What this module does
- Depends on the Link Checker module.
- Installs a View named
broken_links_per_node_report. - Adds a local task tab titled Broken Links on node pages.
- Shows broken link records for the current node at:
node/%node/broken-links
Requirements
- Drupal 10 or Drupal 11
- Contrib module:
linkchecker
Installation
- Ensure the Link Checker module is installed.
- Enable this module:
drush en linkchecker_per_node -y
- Rebuild caches:
drush cr
Usage
- Open any node page.
- Click the Broken Links local task.
- Review the report table (status code, URL, and check timestamps).
Permissions
- Grant the permission View broken links per node to roles that should access the node tab report.
Configuration
The report is provided by the View config:
views.view.broken_links_per_node_report
You can adjust fields, filters, and display settings in the Views UI.
Uninstall behavior
On uninstall, the module removes its installed View configuration:
views.view.broken_links_per_node_report
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta1 | Pre-release | 10–11 | Jun 7, 2026 | ||
| 1.0.0-alpha2 | Pre-release | 10–11 | Apr 29, 2026 | ||
| 1.0.0-alpha1 | Pre-release | 10–11 | Apr 28, 2026 | ||
| 1.x-dev | Dev | 10–11 | Apr 28, 2026 |