Page Speed and it's influence to page ranking

nil.ejman

Registered Member
Joined
Jan 14, 2011
Messages
85
Reaction score
11
Hello,

I'm wondering how important page speed is for SEO. I know that I've read about google including speed results to it's ranking algorithm, but I'm interested in your opinion.

I installed that speed plugin to firefox, enable gzip compression for my page and my ranking (according to plugin) is 91/100. There are few more steps where I could make things faster, but 91/100 sounds pretty good to me. If I got it on some exam, I know I wouldn't try to get better result afterwards :).

Cheers
 
Are you using a custom HTML page or wordpress?

There is a wordpress plugin called W3Cache that helps with load speeds.
 
well, it's php framework called YII. i started using it recently...
i know that wordpress is great for seo, but i'm trying to figure out what wp uses, and then implement same thing in my own custom CMS.
 
Some say that it is a factor and I believe the same. Google wouldn't want slow websites to rank as users will be having a bad time navigating those sites. Thus, if I would SEO a website, I'd also optimize its code.
 
Page Speed is a factor. How much of a factor is what is in dispute.

My personal beleif is that a REALLY slow site will receive a small penalty, however if your total load time is within 1-4 sec then its not really a problem.

This will become more and more important a factor in the future and Google will expect your load times to improve to ~2 sec.

Easiest methods to implement are combining CSS and JS files.

Putting JS in the footer and CSS in the head.

Loading ads on $(document).ready()

-aReJay
 
Back
Top