linkchecker_per_node
No security coverage
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