<?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>840 Media &#187; SEO</title>
	<atom:link href="http://840media.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://840media.com</link>
	<description>SEO, Paid Search &#38; Digital Media Solutions</description>
	<lastBuildDate>Wed, 09 Jun 2010 19:31:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Speed Kills It When it comes to Rankings</title>
		<link>http://840media.com/blog/2010/06/09/speed-kills-it-when-it-comes-to-rankings/</link>
		<comments>http://840media.com/blog/2010/06/09/speed-kills-it-when-it-comes-to-rankings/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 17:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google speed test]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[page speed ranking factors]]></category>

		<guid isPermaLink="false">http://840media.com/?p=286</guid>
		<description><![CDATA[This is something that I have kept my eye on for a while. Over a year ago I started to pick up signals that Google was starting to test the value of adding page load speed to their ranking factors the signals were clear Matt Cutts principal engineer for Google was hinting about it. Then [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2F840media.com%2Fblog%2F2010%2F06%2F09%2Fspeed-kills-it-when-it-comes-to-rankings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2F840media.com%2Fblog%2F2010%2F06%2F09%2Fspeed-kills-it-when-it-comes-to-rankings%2F&amp;source=840media&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This is something that I have kept my eye on for a while. Over a year ago I started to pick up signals that Google was starting to test the value of adding page load speed to their ranking factors the signals were clear Matt Cutts principal engineer for Google was hinting about it. Then introduction of the speed test plug in for the firebug plug in and lastly seeing the data displayed in webmasters tools were all clear signs.</p>
<p><a href="http://840media.com/wp-content/uploads/2010/06/speed-racer.jpg"><img class="aligncenter size-medium wp-image-288" title="speed-racer" src="http://840media.com/wp-content/uploads/2010/06/speed-racer-300x234.jpg" alt="Google speed test" width="300" height="234" /></a></p>
<p>In April they had officially added load time to their ranking factors. What does it mean for you or your clients site? It means its time to speed it up. We will cover a few speed items that you should be considering. Some of these may be a simple code fix; the flip side is that after you run your speed test you may find that a complete site rebuild is in order.</p>
<p>First you need to download the speed tool. You can do this by either adding the plug in to you Firebug plug in for Firefox. Wait you don’t have the Firebug plug in you say ok here’s the link http://getfirebug.com/ now after you get that installed you will want to go here <a href="http://code.google.com/speed/page-speed/">http://code.google.com/speed/page-speed/</a> and install the speed tool.</p>
<p>There is another way to check the speed of your site. If you log into your Google webmaster account you will see site performance data there. Wait again you don’t have a webmasters account? OK OK go here <a href="http://www.google.com/webmasters/tool/">www.google.com/webmasters/tool/</a> sing in or create an account and follow the instructions.</p>
<p>Now let’s look at some of the speed ranking factors. The key to speeding up your site is to reduce the amount of data that is sent and requested. A few things come into play, the construction of your site the kind of CMS you are using and where it is hosted to touch on just a few.</p>
<p><strong><span style="text-decoration: underline;">Image optimization</span></strong></p>
<p>Images are known for slowing down sites. There are a few things you can do to optimize your images. The first tactic you can use is to optimize the size of the image in an image editing application. The second tactic is to use your CSS for design elements that do not have a layout.</p>
<p><strong><span style="text-decoration: underline;">Gzip compression</span></strong></p>
<p>This is a recommendation that I see from the Google speed test on almost every site. Gzip compression is simply sending a zip file instead of send the index.html file. Why do this? Sending a zip file can say on download time and bandwidth. Plus most modern browsers support this so let them unzip it for you and show the unzipped file to the users.</p>
<p><strong><span style="text-decoration: underline;">Minimize DNS lookups</span></strong></p>
<p>DNS look-ups can add up very fast. A DNS look-up happens when any object on a website is not hosted on the main server. If a site is using multiple 3rd party advertising platforms or widgets it can slow things down. In the eyes of the spiders, if they have to make several DNS look-ups this can tell them that the site speed is slow. One solution is to only use one advertising solution on your site and host additional ads locally.</p>
<p><strong><span style="text-decoration: underline;">Google Analytics</span></strong></p>
<p>Google has been working on this issue for sometime now. There analytics code can be potential cause for your site to run slower. They have made some changes to their code and how it communicates with the server.</p>
<p><strong><span style="text-decoration: underline;">Cache </span></strong></p>
<p>Cache is basically making a static copy of your site which the engines will display. This is increase the speed of the loading of your site. If you use a CMS platform like WordPress you will see that you site is dynamically generates which mean that every time there is a request for a page the platform needs to communicate with the database before it can fully load the page. This can take time and slow the site down. The same goes for a search engine when they hit your site; they have to wait for it to load but having a Cached version can help this issue.</p>
<p><strong><span style="text-decoration: underline;">Eliminate some of the crap </span></strong></p>
<p>The more videos, images, logos and all the other crap you put on your web page can have a negative effect on performance. Sure it looks nice but search engines are not looking at how pretty your site is they want to see your content and they want to see it fast they are very busy bots and have places to go. This should be a big consideration when designing your site. If you’re going to sell advertising try only having a few ads instead of 20, and if you want to host a ton of video and images it might be wise to take a look at a content delivery network to host your video and images.</p>
<p>I hope you can use some of these suggestions to help improve the performance of your site and I hope it sparked a different mindset of how you look at your site.</p>
<p>&copy;2010 <a href="http://840media.com">840 Media</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://840media.com/blog/2010/06/09/speed-kills-it-when-it-comes-to-rankings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One Size Fits All SEO</title>
		<link>http://840media.com/blog/2009/09/29/one-size-fits-all-seo/</link>
		<comments>http://840media.com/blog/2009/09/29/one-size-fits-all-seo/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:39:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tactics]]></category>

		<guid isPermaLink="false">http://840media.com/?p=195</guid>
		<description><![CDATA[I see it all the time among the less scrupulous &#8220;SEO&#8221; providers. They promise to achieve rankings for your top keywords using their &#8220;proprietary&#8221; formula or one size fits all tools for search engine optimization. They claim to have used the same strategy and tactics for all of their clients who all sing their praises. [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2F840media.com%2Fblog%2F2009%2F09%2F29%2Fone-size-fits-all-seo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2F840media.com%2Fblog%2F2009%2F09%2F29%2Fone-size-fits-all-seo%2F&amp;source=840media&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-medium wp-image-200" style="margin-left: 5px; margin-right: 5px;" title="One Size Fits All" src="http://840media.com/wp-content/uploads/2009/09/one-size-fits-all-176x300.jpg" alt="One Size Fits All" width="141" height="240" />I see it all the time among the less scrupulous &#8220;SEO&#8221; providers. They promise to achieve rankings for your top keywords using their &#8220;proprietary&#8221; formula or one size fits all tools for search engine optimization. They claim to have used the same strategy and tactics for all of their clients who all sing their praises. First of all, I doubt the validity of most of their &#8220;client testimonials&#8221; but a few may actually be truthful. The real point is that using the same strategy for all websites doesn&#8217;t work. Just because a certain strategy worked for a body shop website doesn&#8217;t mean that it will work for a brand new &#8220;adult&#8221; site. Attempting to make SEO into a one size fits all service is going to guarantee limited success and in some cases outright <a title="SEO Fail" href="http://www.seofailblog.com/" target="_self">failure</a>.</p>
<h2><strong>Don&#8217;t Strive for Mediocrity</strong></h2>
<p>At best one size fits all SEO will lead to mediocre results and at worst it will lead to complete and utter failure. The reason is each market or industry is different. The level of competition is different and the immersion into the Internet is different. While it may be easy to get a few links and put together a simple site and perform well for one market it will require a much more monumental effort for something that is exceedingly competitive. <a title="SEO Services" href="http://840media.com/seo/" target="_self">Quality SEO</a> depends on extensive competitive research to understand how competitive a market is. Using that competitive research along with knowledge of the business itself should allow for an SEO plan to develop. Relying on what was done in the past simply will not work.</p>
<h2><strong>Achieve Success with an Original Plan</strong></h2>
<p>Take that competitive research and the knowledge of the business and develop a comprehensive strategy utilizing tactics that will achieve the results desired. Now I&#8217;m not saying that the basic SEO framework must be different for every website. Keyword research, link development, content development, technical analysis, and all that good stuff is still necessary. The strategy, tactics, resources, and effort are what&#8217;s going to vary. The more competitive a market the more its going to take to succeed. Forget the one size fits all SEO and start developing unique strategies with specialized tactics that are going to work in the particular market or industry you are attempting to enter. Otherwise it simply won&#8217;t work.</p>
<p>&copy;2010 <a href="http://840media.com">840 Media</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://840media.com/blog/2009/09/29/one-size-fits-all-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
