Crawl Hunt – Advanced SEO Optimization Tool
Crawl Hunt is a comprehensive WordPress plugin that helps you monitor and track website changes through automated crawling. Perfect for SEO monitoring, content tracking, and staying updated with your website’s status.
This plugin connects to the Crawl Hunt service. You must opt in by clicking “Connect Crawl Hunt” inside the plugin before any data is sent to the service.
Features:
- Automated website crawling
- Track URL status and changes
- REST API integration for external crawlers
- Simple and intuitive admin interface
- Detailed crawl logs and history
- Secure account connection to Crawl Hunt
- Lightweight and performant
External Service: Crawl Hunt
Data sent to the service:
- WordPress site URL during connection
- Account authentication token for API access
- Dashboard data requests initiated by the user
Terms of Use: https://www.crawlhunt.com/terms-and-conditions Privacy Policy: https://www.crawlhunt.com/privacy-policy
Source Code & Build Instructions
The unminified source code for all JavaScript and CSS in this plugin is included in the src/ directory of the plugin package.
The compiled files in build/ are generated from the source files in src/ using webpack via @wordpress/scripts.
To build from source:
- Install Node.js (v18 or later recommended).
- Run
npm installin the plugin root directory. - Run
npm run buildto generate production files inbuild/.
The webpack.config.js at the plugin root contains the build configuration.
