<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AUKSEO - Blog from a Search Engine Optimiser based the UK &#187; faster site</title>
	<atom:link href="http://www.aukseo.co.uk/tag/faster-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aukseo.co.uk</link>
	<description>The views of a UK SEO</description>
	<lastBuildDate>Thu, 21 Apr 2011 21:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>5 Easy Ways to Speed Up Your Website</title>
		<link>http://www.aukseo.co.uk/5-easy-ways-to-speed-up-your-website-798/</link>
		<comments>http://www.aukseo.co.uk/5-easy-ways-to-speed-up-your-website-798/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 07:27:23 +0000</pubDate>
		<dc:creator>aukseo</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[faster site]]></category>
		<category><![CDATA[site speed]]></category>

		<guid isPermaLink="false">http://www.aukseo.co.uk/?p=798</guid>
		<description><![CDATA[This week Matt Cutts confirmed that natural search will start to look at the speed of your site as ranking factor. It&#8217;s something thats been in the pipeline, and an obvious change if you&#8217;ve been following the &#8220;let&#8217;s make the web faster&#8221; drive from Google. I think it&#8217;s a great move, there&#8217;s nothing more frustrating [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.aukseo.co.uk%2F5-easy-ways-to-speed-up-your-website-798%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.aukseo.co.uk%2F5-easy-ways-to-speed-up-your-website-798%2F&amp;source=johnpcampbell&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This week <a href="http://videos.webpronews.com/2009/11/13/matt-cutts-interview/" target="nofollow">Matt Cutts confirmed</a> that natural search will start to look at the speed of your site as ranking factor. It&#8217;s something thats been in the pipeline, and an obvious change if you&#8217;ve been following the <a href="http://code.google.com/speed/" target="_blank">&#8220;let&#8217;s make the web faster&#8221;</a> drive from Google. </p>
<p><a href="http://www.aukseo.co.uk/wp-content/uploads/2009/11/fast-bolt.jpg"><img src="http://www.aukseo.co.uk/wp-content/uploads/2009/11/fast-bolt.jpg" alt="fast-bolt" title="fast-bolt" width="560" height="344" class="aligncenter size-full wp-image-802" /></a></p>
<p>I think it&#8217;s a great move, there&#8217;s nothing more frustrating than a slow Internet connection or a slow site. If you head over to the &#8220;let make the web faster&#8221; from Google there are instructions to how to make your site faster some are a little complicated such as compressing JavaScript and CSS, HTTP caching, minimizing browser reflow etc. </p>
<p>If you know what your doing then thats great but if your an average webmaster here are five simple tips to speed your site up for Google and users. </p>
<h3>1. Optimizing Images</h3>
<p>Optimizing images is a simple process, there are two methods. Reduce white space, rather than giving your image a boarder or space crop the image tight and then use CSS to create boarder and positioning. </p>
<p>Save in the correct format, rather than using JPG&#8217;s GIF&#8217;s can be sometimes reduce file sizes for logo and simple images. Using &#8220;save for web&#8221; setting on programs such as Paint Shop Pro or Photoshop will enable you get the best size while not compromising on quality.  To get old images into a compressed format use a bulk process, remember to keep the file names the same and if changing extensions add re-directs to preserve image rankings. </p>
<h3>2. Don&#8217;t use tables</h3>
<p>When making the HTML output of pages don&#8217;t be tempted into using tables to display data. With a bit of skill you can recreate the same thing in CSS. A great article gives <a href="http://www.chromaticsites.com/blog/13-reasons-why-css-is-superior-to-tables-in-website-design/" target="_blank">13 reasons</a> why CSS is better than table the number 1 being faster load times. </p>
<h3>3. Navigation</h3>
<p>Two points with navigation, a) how many items in the navigation can effect load time. Listing every single category and subcategory in some sites would create a huge navigation over 100+ items. Only link to the top levels on every page and other relevant pages, a good example of this in action is the BBC site, go into the sport sections to see.. </p>
<p>b) Coding of the navigation is also important. Using Flash or JavaScript (all the code) is a no go, using css with a little JavaScript can create efficient drops downs, even better don&#8217;t use drop downs just a plain navigation will keep load times down. Remember that navigation is on every page so improving navigation improves load time on every page in the site.</p>
<h3>3. Reduce loads form external sites</h3>
<p>Each http request adds time to the load of your site, this includes loading items from a different site. Where possible host images on your own site, don&#8217;t have multiple tracking codes, try not to pull twitter / RSS feeds into every page. </p>
<h3>4. Move External JavaScript and CSS to external files</h3>
<p>By placing the JavaScript and CSS in an external file users and search engines don&#8217;t have to load it on each page load. You place the code in a file either .js or .css and link to in the head of the page e.g. </p>
<link type="text/css" rel="stylesheet" media="all" href="http://www.domain.com/css/main.css" />
<h3>5. Get a decent server</h3>
<p>Yes it costs money but if you&#8217;ve spent time on the last 4 points they might have no effect if your server is slow. To get a good indication of speed ask the company for some high traffic example site and go on them at peak traffic times. Ask if any are &#8220;digg proof&#8221; and the specifications of the server. </p>
<p>Over all these 5 points might make a difference but the objective is to make improvements to lots of different areas, added together they will make a difference to the speed of your site. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.aukseo.co.uk/5-easy-ways-to-speed-up-your-website-798/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

