'Speed Engine Optimization': The New SEO?

by 4 replies
5
*** Apologies, if you have seen this post in another section. I posted it in the SEO section before I realized this section was here. ***

Ok, so I know it is an overblown title. But Google is paying closer and closer attention to speed as a ranking factor. This summary form MOZ is a great round up for anyone who has not read up on it yet: Survey Results: 2013 Search Engine Ranking Factors - Moz

I've recently started a new blog after getting tired of re-optimizing my clunky affiliate sites and have just returned to the joy of blogging for bloggings sake.

I have decided to try and maintain my sites speed above 90% and have decided the best way to do this is methodologically checking and optimizing each change as I go forwards.

Perhaps I need to get out more I don't know? But right now I'm enjoying it. It's also nice being free from the constraints of trying to sell stuff.

Anyway, I figured this would be a good place to come and ask for advice, tips and recommendations on what people thought about the need for speed on their blogs.

Any special tips?
Any winning products?
Or, anything you would like to see but don't have the time to try out?

I'm game.

Once the blog is up and running with 'greasy fast speed' I'll let you all know my results and indeed what not to do!

Cheers all.
#website design #optimization #page speed #seo #speed #website optimization
  • Most of the basic things help.

    Google will help first off: https://developers.google.com/speed/pagespeed/insights/
    It'll tell you normally what to change - the normal js stuff etc

    Your provider is going to be a constraint - the location, bandwidth etc.
  • You are on target. Check this post for some specific tips to dramatically speed up your website:

    Boost Your Site Speed in 5 minutes


    The key step is to enable your site's htaccess with these speed optimization rules:
    PHP Code:
    AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xhtml+xml
    AddOutputFilterByType DEFLATE application
    /x-javascript application/javascript text/javascript text/css

    <FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
            
    ExpiresActive On
            ExpiresDefault 
    "access plus 1 year"
    </FilesMatch>

    Header unset ETag
    FileETag None 

    Also, for a benchmark, be sure to score your site with gtmetrix.com site speed analyzer.
    • [2] replies
    • That's a very well put together article and the code is great. Thanks for taking the time.

      LC
    • Thanks for this! I think it's just what the OP was talking about and exactly what I need. Really good code!

Next Topics on Trending Feed

  • 5

    *** Apologies, if you have seen this post in another section. I posted it in the SEO section before I realized this section was here. *** Ok, so I know it is an overblown title. But Google is paying closer and closer attention to speed as a ranking factor. This summary form MOZ is a great round up for anyone who has not read up on it yet: Survey Results: 2013 Search Engine Ranking Factors - Moz