New On-page experience ranking factors - Core Web Vitals

Do not know if anyone here is interested because the website almost traffic comes from Google search?

Because in the past, people here were more interested in the content because it was a JS application.
But with the recent move from Google most recently Core Web Vitals I think we are more concerned about it than before.

Some new updates from Google:

On-page experience ranking factors

  1. Google announced that it would delay the time to mid-June instead of what was expected last year in May 2021
  2. Provide more information and analysis support tools (as below picture) included. You can go to SC and see.
  • Core Web Vitals
  • HTTPS / SSL
  • Mobile usability
  • Security Issues
  • Security Issues Experience

Will we improve it? Or is it really interested?

Currently I am using nginx to guide users to a site using PHP and the .json data of the presentation.

1 Like

I will discuss it here!
As we know discourse has a BOT detector so the interface when the BOT reads the website will be different from the real user. To optimize speed and bring out the most important content.

But if it is possible to optimize more, because perhaps a long time no change! As a showing of thumb (I see there) and src of 2x instead of present.

The score is probably no longer important. The important ones are LCP (Largest Contentful Paint) and CLS (Cumulative Layout Shift)

1 Like

Some solutions have just been added today.

<link rel = "alternate" media = "only screen and (max-width: 640px)" href = "http://m.example.com/page-1" />
<link rel = "alternate" media = "handheld" href = "http://phone.example.com/page-1" />

By declaring on the main domain I navigate the mobile site users through: Demo content json

Use nginx for navigation.