CLS problem on my website > 0.25 (group CLS 0.95)

redhat0912

Newbie
Joined
Nov 9, 2022
Messages
5
Reaction score
1
I have an issue with only URLs that are not well rated and CLS Issues > 025. Will this affect my google search results? And how can I improve this?
 

Attachments

  • Capture.PNG
    Capture.PNG
    25.6 KB · Views: 97
Do you have feature images loading on your homepage? If so then make the homepage single post page. This worked for me.
 
  • You´re calling the site´s logo twice in the HTML...
2b4f79d8ad61696856b953fb6ebe8211.gif

6fb94f1038abdf382ad0a6918b9d26a7.gif

  • Remove the display:none attribute from the class
  • Preload the site´s logo
  • Download and host Google fonts locally
  • Add the "swap" attribute to the stylesheet serving the fonts - This will prevent any FOIT issues..
b37b0d63d6ec24a2af614265be2f30b8.gif

  • Preload fonts loading above the fold (Open Sans)
  • Delay the execution of the purechat scripts
 
Back
Top