WP Manifestindependent plugin directory
manifest / seo / simple-broken-link-highlighter

Simple Broken Link Highlighter

Simple Broken Link Highlighter

by BlueSuiter's · github.com/bluesuiter/simple-broken-link-highlighter · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bluesuiter/simple-broken-link-highlighter/archive/refs/heads/main.zip

Readme

Simple Broken Link Highlighter Scan post content on save, detect broken external links, and highlight them in the editor UI.

Features:

  1. On post update, crawl only external a[href] in the content.
  2. Store failed URLs (HTTP 4xx/5xx or timeout) in post meta.
  3. Meta box listing broken links with status codes.
  4. Dismiss button per URL to ignore in future scans.
  5. Admin Screen: Tools → Broken Links. Select by post title.
  6. Supports only post-type post.

Read the full README on GitHub →