TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Tool to scan site for web guidelines/checklist?

2 pointsby logiblyabout 10 years ago
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 &lt;a&gt; tag has proper title, &lt;img&gt; 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?

2 comments

Lorenz-Kraftabout 10 years ago
Hi, i&#x27;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&#x2F;Mac&#x2F;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 &quot;Parts&quot; of the tool like &quot;SEO Check&quot;, &quot;Structure Check&quot;, &quot;W3C Check&quot;?
评论 #9664257 未加载
pkiabout 10 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;validator&#x2F;validator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;validator&#x2F;validator</a>, can probably be extended for things like 404 checking