What are Google Web Vitals?
Hello:) This is RC Town.
Today's technical review is Core Web Vitals.
Everyone visits the site once.
I'm sure you've often seen pages with slow access.

You created your first site.
too slow
If you are not sure what to optimize your site for,
I hope this post is helpful.

Core Web Vitals are web content users'
Refers to the various measures that affect the user experience.
Put simply,
Accessing, moving, and clicking on web pages
You can think of it as a measure of user behavior.
Google, in particular,
We value LCP / FID / CLS.

LCP is HTML, that is, on the browser screen.
This refers to the time it takes for the entire render to complete.
All the various elements such as images and text necessary for the homepage screen
This refers to the total exposure time.
In order to improve the LCP
Change the layout to a lightweight format
It should shorten the loading time of the whole.

FID refers to the interaction between a web page and a user.
Put simply,
when clicked in browser
How long does the page take an action
says
To improve FID
Send only the code you need to your users
by minimizing the code
The process should be kept simple.

CLS is an indicator of visual stability.
This part can be difficult
Situations that lead to unexpected pages
will be placed, for example
Because the button is asynchronous (you can do the following even if you can't load all of them)
I can't press the button I'm supposed to press
Have you ever had the experience of pressing a different button?
This experience can actually be irritating, but
Maybe lead to serious problems.
To improve CLS
Media size and video size
Beware of making the same loading longer
Avoid excessive animation.
These three metrics can have a significant impact on your SEO.

It is said that Web Vitals have a significant effect on Google SEO.
Although not directly mentioned,
The ranking algorithm itself is based on the consumer's page experience.
Because it affects SEO
Improving the consumer's page experience
Web Vitals can be said to have an important meaning for SEO.

It was RC Town. :)


댓글
댓글 쓰기