R redhat0912 Newbie Joined Nov 9, 2022 Messages 5 Reaction score 1 Nov 29, 2022 #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 25.6 KB · Views: 97
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?
Task Eater Regular Member Joined Aug 2, 2018 Messages 323 Reaction score 79 Nov 29, 2022 #2 Do you have feature images loading on your homepage? If so then make the homepage single post page. This worked for me.
Do you have feature images loading on your homepage? If so then make the homepage single post page. This worked for me.
Roger Marquez Elite Member Joined Apr 17, 2017 Messages 5,126 Reaction score 7,816 Nov 29, 2022 #3 You´re calling the site´s logo twice in the HTML... 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.. Preload fonts loading above the fold (Open Sans) Delay the execution of the purechat scripts
You´re calling the site´s logo twice in the HTML... 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.. Preload fonts loading above the fold (Open Sans) Delay the execution of the purechat scripts
R redhat0912 Newbie Joined Nov 9, 2022 Messages 5 Reaction score 1 Nov 30, 2022 Thread Starter Thread Starter #4 Task Eater said: Do you have feature images loading on your homepage? If so then make the homepage single post page. This worked for me. Click to expand... Thanks for your suggestion. I will try it
Task Eater said: Do you have feature images loading on your homepage? If so then make the homepage single post page. This worked for me. Click to expand... Thanks for your suggestion. I will try it