Hi,<p>We are thinking of implementing a checklist for all our pages. We want to go through each page of the site and check if they confirm to our standards. For eg, if each <a> tag has proper title, <img> src is not broken; meta tags are proper, no 404 issues with page dependencies etc.<p>Is there such a tool that does all this automatically?
Hi, i'm currently developing such a tool in my spare time for quality check automation for my own projects. Currently its a desktop app build onto nw.js. So Linux/Mac/Win are supported. Right now i drifted away for further checks like SEO. I wonder if there is a market for such a tool. Would you buy such a tool? Maybe "Parts" of the tool like "SEO Check", "Structure Check", "W3C Check"?
<a href="https://github.com/validator/validator" rel="nofollow">https://github.com/validator/validator</a>, can probably be extended for things like 404 checking