Seam the web with confidence
Muffy, the static website validator.
Muffy
The static website validator.
Features
- Recursive link checking of all documents and stylesheets in websites
- Markup validation of HTML, SVG, and MathML documents
- Checks of multiple websites with a single configuration file
- Persistent response caching with configurable cache ages and stale-while-revalidate periods
- Concurrency and rate limits, and retries with exponential backoff
robots.txtand sitemap support
Install
cargo install muffyUsage
For the full usage, see muffy --help.
Check a set of websites
muffyor
muffy checkCheck a website
muffy check-site https://example.comGitHub Action
job: steps: # After building and/or deploying your website. - uses: raviqqe/muffy@v0.5.0See action.yaml for more details.