# 구글, 검색결과 순위에 페이지 경험(Page Experience) 지표 도입

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2197](https://news.hada.io/topic?id=2197)
- GeekNews Markdown: [https://news.hada.io/topic/2197.md](https://news.hada.io/topic/2197.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-02T13:22:23+09:00
- Updated: 2020-06-02T13:22:23+09:00
- Original source: [webmasters.googleblog.com](https://webmasters.googleblog.com/2020/05/evaluating-page-experience.html)
- Points: 5
- Comments: 1

## Topic Body

사용자가 웹 페이지 이용시 느끼는 속도/보안 경험을 최우선으로 평가

- Core Web Vitals

ㅤ→ LCP : Largest Contentful Paint

ㅤ→ FID : First Input Delay

ㅤ→ CLS : Cumulative Layout Shift

- Mobile 친화적

- 안전한가 (멀웨어,피싱,각종 보안문제)

- HTTPS

- 콘텐츠에 쉬운 접근 ( 각종 광고로 콘텐츠 접근을 차단 하는지 )

* 모바일의 Top Stories 기능에서 AMP는 더 이상 필수가 아님

## Comments



### Comment 1944

- Author: xguru
- Created: 2020-06-02T13:22:35+09:00
- Points: 3

Web Vitals 와 Lightspeed 를 비롯해 지난 몇 개월간 계속 되어왔던 변경이 이제 검색결과에 도입되네요.

SEO 에 속도/안전성 관련 사항들이 더욱 크게 반영 되겠네요.

그리고 AMP가 필수가 아니게 바뀐 것도 대 환영!

Lighthouse 6.0 릴리즈 https://news.hada.io/topic?id=2122

ㅤ→ LCP,CLS,TBT 메트릭 추가

Cumulative Layout Shift (CLS) 란 무엇인가? https://news.hada.io/topic?id=1697

ㅤ→ 이미지/광고의 느린 로딩, 비동기 동작, 동적 DOM변경등으로 웹 페이지의 레이아웃이 얼마나 변하는 지를 측정

ㅤ→ 사용자가 잘못된 클릭을 유발하게 되는 시각적 불안정성을 체크하는 사용자 중심 성능 지표

크롬 83의 개발자 대상 변경사항 https://news.hada.io/topic?id=2123

ㅤ→ Core Web Vitals 적용

개발자가 알아야할 크롬 77 버전의 변경점 https://news.hada.io/topic?id=566

ㅤ→ Largest Contentful Paint (LCP) API 제공으로 가장 큰 엘리먼트의 렌더링 시간을 알수 있음.
