Google Core Web Vitals are three metrics that track speed, interactivity, and visual stability on a web page. Core Web Vitals include:
- Largest Contentful Paint (LCP), measuring how long it takes for the largest content element on a page to load.
- Cumulative Layout Shift (CLS), measuring how a page’s layout shifts or changes unexpectedly when loading, which can frustrate users.
- Interaction to Next Paint (INP), measuring the longest duration of a response from interaction until paint in a page’s lifespan.
- First Input Delay (FID), measuring how long it takes for a browser to respond to the user’s first click or tap on a page.
Together, these metrics are considered to be the most important factors in improving user experiences and optimizing pages for search engine rankings.