# 프론트엔드 체크리스트

> Clean Markdown view of GeekNews topic #3336. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3336](https://news.hada.io/topic?id=3336)
- GeekNews Markdown: [https://news.hada.io/topic/3336.md](https://news.hada.io/topic/3336.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-08T10:41:58+09:00
- Updated: 2020-12-08T10:41:58+09:00
- Original source: [frontendchecklist.io](https://frontendchecklist.io/)
- Points: 27
- Comments: 2

## Topic Body

- 웹 개발자가 서비스 런칭 전에 체크할 것들 정리

- HEAD,HTML,웹폰트,CSS,JavaScript,이미지,접근성,성능,SEO 각 분야별 체크 항목

ㅤ→ High 47개 : 꼭 해야하는 것

ㅤ→ Medium 25개 : 안하면 SEO 나 성능에 안 좋은 영향

ㅤ→ Low 16개 : 가능하면 넣을 것

- 각 항목에 대한 설명 및 해결방법은 깃헙 Repo에서 확인 가능 :

ㅤ→ https://github.com/thedaviddias/Front-End-Checklist

## Comments



### Comment 3754

- Author: benjamin
- Created: 2020-12-08T11:21:11+09:00
- Points: 1

감사합니다. 제 웹페이지들에서도 이것 저것 체크해보고 있습니다!

그런데 hada.io 의 메타 태그 중

<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1" />

content 부분에서 세미콜론을 구분자로 사용하는 것이 브라우저에 잘 인식될지 모르겠습니다. 저는 콤마로 구분시켜서 코딩했습니다. chrome 을 넣어주는 것은 좋은 것 같습니다! 모르고 있었는데 hada.io 에서 보고 알았네요.

https://www.w3schools.com/tags/tag_meta.asp

https://stackoverflow.com/a/8942455/252047

### Comment 3755

- Author: xguru
- Created: 2020-12-08T11:32:23+09:00
- Points: 1
- Parent comment: 3754
- Depth: 1

아 정작 저도 쓰던대로 가져다 쓰고 있어서 신경을 안쓴 부분이네요. 저도 콤마로 변경을 ㅎㅎ
