网站质量检查清单开源规范
为什么值得看
一份覆盖10大领域的网站技术规范,从HTML基础到llms.txt,定义了现代网站应具备的完整标准。对AI工程师而言,这是构建agent友好型网站和评估第三方服务质量的实用参考。
编辑判断
这个规范的真正价值在于它把AI时代的新需求(llms.txt、agent可解析性)和传统Web标准并置处理,填补了两者之间的空白。目前大多数团队要么只关心SEO和性能(Lighthouse那一套),要么只关心LLM对接,很少有人把这两张清单合并。
如果你在做AI产品落地页、文档站或API服务,建议直接拿这个规范当checklist跑一遍。特别是llms.txt和/.well-known/security.txt这两个,前者正在被OpenAI、Claude等主流bot采纳,后者是安全审计的硬门槛。对于需要被AI agent调用的B2B服务,这份规范比传统的OWASP或W3C标准更贴合实际落地场景。
社区反馈
意见分歧 130 条评论
核心争论:llms.txt等agent标准是否有实际价值,还是仅为临时补丁甚至有害
Looks interesting, can you convert it to a skill with bunch of scripts to validate those guidelines and use it to build the websites?
Maybe these are what you mean? https://github.com/jdevalk/specification.website/blob/main/p... https://github.com/jdevalk/specification.website/blob/main/m...
This is pretty cool, didnt even know of half the options under well-known urls. Thanks!