Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Node Link Report

323 sites Security covered
View on drupal.org

This module provides a block that checks all the links within a content node, displaying a report of any broken links. It can be configured to show the report on the node's view, edit, or preview pages.

Node Link Checker

Links within content can take many forms in WYSIWYG, link fields, free text, entity reference fields and many others. Making sure that links are not broken in your content can be difficult to achieve. This module provides a block that displays a link report including all links in the rendered node. It can be set to display on node view, node edit, and or node preview. It is a link checker on a node-by-node basis.

Setup

  1. Enable Node Link Report module.
  2. Set permissions to determine which roles can view the link node report block

    /admin/people/permissions#module-node_link_report
  3. Place the "Node Link Report" block in whichever region you want it to appear.

    /admin/structure/block
  4. Configure the settings to meet your needs.

    /admin/config/content/node_link_report

Requirements

phpDom - PHP must have phpDom installed. https://www.php.net/manual/en/book.dom.php

How does it work?

It renders the node without a page template and then curls every unique anchor href in the content. External URLs can be excluded if desired. If broken internal hrefs are found, it looks to see if they point to an unpublished node.

The report output is cached on node save for 24 hours so that the number of repeated curl requests is kept to a minimum.

Caveats

  • Some links won't be tested correctly:
    1. Anchor hrefs created directly on the page template will not be processed since the standard page template is not used.
    2. The links are tested as an anonymous user. Links to any content that are not exposed to anonymous users will be listed as broken.
    3. malito, sms, and tel links are not fully tested. The link checker will not call phone numbers or send email.
    4. 6. The node link report can take a while to render due to all the curls. It is recommended to enable the block to use the BigPipe module.

Activity

Total releases
8
First release
Jul 2025
Latest release
3 months ago
Releases (12 mo)
7 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Release date
8.x-1.26 Stable Apr 4, 2026
8.x-1.25 Stable Feb 27, 2026
8.x-1.24 Stable Nov 25, 2025
8.x-1.23 Stable Sep 30, 2025
8.x-1.22 Stable Aug 9, 2025
8.x-1.21 Stable Jul 30, 2025
8.x-1.20 Stable Jul 29, 2025
8.x-1.19 Stable Jul 11, 2025