1. Make and set up a 404 error page
2. Install a favicon.
3. Install a robots.txt file
4. When setting up the DNS, check it to see that there are no errors.
5. Set up the email server correctly.
6. Domain forwarding and email addresses.
7. Metadata
8. Validate the whole site (a bit obvious?).
9. Document your code if appropriate, at least indent it clearly.
10. Statistics
웹 개발자가 클라이언트를 위해 체크해둬야 될 사항들이군요. 1번과 2번은 적용된 상태고, 3번 같은 경우에는 모든 검색엔진을 허용한다고 하더라도 서버에 robots.txt 파일을 올려두는 것이 좋다는 것은 몰랐네요. Robots.txt Validator 도 참고하시길...