A web standards checklist
1. Quality of code
- Does the site use a correct Doctype?
http://www.w3.org/QA/2002/04/valid-dtd-list.html - Does the site use a Character set?
http://www.w3.org/International/O-charset.html - Does the site use Valid (X)HTML?
http://validator.w3.org/ - Does the site use Valid CSS?
http://jigsaw.w3.org/css-validator/ - Does the site use any CSS hacks?
- Does the site use unnecessary classes or ids?
- Is the code well structured?
http://www.w3.org/2003/12/semantic-extractor.html - Does the site have any broken links?
http://validator.w3.org/checklink - How does the site perform in terms of speed/page size?
http://www.websiteoptimization.com/services/analyze/ - Does the site have JavaScript errors?