check_broken_links
Identify broken links and redirects on web pages to maintain website integrity and improve user experience.
Instructions
Check for broken links and redirects on web pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to check for broken links | |
| checkExternal | No | Whether to check external links (default: true) | |
| timeout | No | Timeout for link checks in seconds (default: 10) | |
| useCache | No | Whether to use cached content if available (default: true) |