joshbeard/Link Validator

Check for broken links (4xx, 5xx) on a website using sitemap or crawling

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sitemap-urlURL to sitemap.xml to check links fromno
base-urlBase URL to crawl for links (used if sitemap-url not provided)no
max-depthMaximum crawl depth when using base-urlno3
timeoutRequest timeout in secondsno30
user-agentUser agent string for requestsnoLink-Validator/1.0
exclude-patternsComma-separated list of URL patterns to exclude (regex supported)no
fail-on-errorWhether to fail the action if broken links are foundnotrue
max-concurrentMaximum number of concurrent requestsno10
verboseShow detailed output for each link checkednofalse
namedescription
broken-links-countNumber of broken links found
broken-linksJSON array of broken links with details
total-links-checkedTotal number of links checked