Page Speed is key

Azareal

Paragon
Joined
Dec 18, 2010
Messages
1,680
Reaction score
353
FP$
4,498
I'm going to mention the importance of page load times since almost SEO topic boils down to traditional methods, "Content is king", and so forth.

What happens if a site is slow or not fast enough for Google's liking? The rankings will likely drop.
Page Speed is one aspect which can surpass the importance of the actual content, if it's bad enough and it can sometimes be the difference between someone using your site or a competitor.

One aspect includes the browser waiting to download the CSS / JS after having phpBB / MyBB / Wordpress / whatever backend serving the main content. While you can do some tricks like async, this doesn't eliminate the fundamental issue that the browser has to wait for that content to arrive otherwise, the page may look very broken without it's CSS.

One trick to deal with this includes serving the head block of the HTML in advance before the script has finished processing / rendering the main content as the script will often have an idea of what it wants the head block to look like long in advance and so, the browser will start loading the CSS / JS sooner.
 
Yeah, I agree with your suggestions. From on-site SEO point of view having low bounce is the good sign for optimized websites. Bounce rate depends on many factors including Page speed factors and user experience. If you want to set page speed of your website then follow the instructions in Google Page Speed tool and W3C standards.
 
I think this is very good advice, and in a lot of cases, the solution is just to have a better server if possible 😛
 
Back
Top Bottom