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:
External Service: Crawl Hunt (https://www.crawlhunt.com)
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
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:
npm install in the plugin root directory.npm run build to generate production files in build/.The webpack.config.js at the plugin root contains the build configuration.