Description
CubeMage Smart Link Checker is a tool designed to help maintain site health by identifying broken links.
It aims to address common issues found in link checking tools, such as high server resource usage and false positives on external links.
Key Features:
- User-Agent Rotation: Simulates standard browser headers during HTTP requests to reduce “403 Forbidden” false positives often seen with links from Amazon or YouTube.
- Adjustable Check Interval: Allows administrators to set a specific delay (e.g., 0.5s) between link checks to manage server CPU load.
- Internal & External Detection: Scans Posts and Pages, categorizing links as Internal or External for easier management.
- Email Reporting: Sends a summary email upon scan completion.
- Direct Fix Links: Provides shortcuts to edit posts containing broken links.
Usage:
- Go to the “Link Checker” menu.
- Configure settings (optional).
- Click “Start Full Scan”.
- Review the results table.
Installation
- Upload the plugin files to the
/wp-content/plugins/cubemage-smart-link-checkerdirectory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the Link Checker menu to start scanning.
FAQ
-
How does the scan affect server performance?
-
The plugin processes links in batches via AJAX and includes a configurable “sleep” interval between requests to minimize server load.
-
Does it support Amazon affiliate links?
-
Yes. The plugin includes a User-Agent rotation feature intended to improve the accuracy of status checks for external services that block generic bot requests.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“CubeMage Smart Link Checker” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CubeMage Smart Link Checker” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.