<?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>Pear Analytics &#187; page load times</title>
	<atom:link href="http://www.pearanalytics.com/blog/tag/page-load-times/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pearanalytics.com/blog</link>
	<description>Marketing intelligence through data analysis you can understand</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:40:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>4 Signs Your Website Is All F@!#ed Up</title>
		<link>http://www.pearanalytics.com/blog/2010/4-signs-your-website-is-all-f-ed-up/</link>
		<comments>http://www.pearanalytics.com/blog/2010/4-signs-your-website-is-all-f-ed-up/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:00:06 +0000</pubDate>
		<dc:creator>Ryan Kelly</dc:creator>
				<category><![CDATA[SEO Tip Tuesday]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[404 errors]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[page load times]]></category>

		<guid isPermaLink="false">http://www.pearanalytics.com/blog/?p=1656</guid>
		<description><![CDATA[This is a lengthy, instructional post outlining typical SEO problems and solutions with sites that have gone through several re-designs. OK, now that I&#8217;ve got your attention, let&#8217;s get down to business.  If your site is more than a few years old, chances are it&#8217;s been through a fair share of changes.  You&#8217;ve probably had [...]<p><a href="http://www.pearanalytics.com/blog/2010/4-signs-your-website-is-all-f-ed-up/">4 Signs Your Website Is All F@!#ed Up</a> is a post from Pear Analytics, an <a href="http://www.pearanalytics.com/blog">SEO tools ad software</a> company.</p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pearanalytics.com%2Fblog%2F2010%2F4-signs-your-website-is-all-f-ed-up%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pearanalytics.com%2Fblog%2F2010%2F4-signs-your-website-is-all-f-ed-up%2F&amp;source=pearanalytics&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><em>This is a lengthy, instructional post outlining typical SEO problems and solutions with sites that have gone through several re-designs. </em> OK, now that I&#8217;ve got your attention, let&#8217;s get down to business.  If your site is more than a few years old, chances are it&#8217;s been through a fair share of changes.  You&#8217;ve probably had three different designs, multiple programmers or web shops working on it.  You probably went from PHP to .NET, and back to PHP again, and you added a blog from WordPress and migrated all of the static content there too.  You added a boatload of pages, and got rid of just as many after marketing went through their nineteenth change in messaging.  Sound familiar?  Right &#8211; that&#8217;s why your site is&#8230;well&#8230;.not showing up in Google as frequently as it should be.</p>
<p><span id="more-1656"></span></p>
<p>Don&#8217;t worry &#8211; we all go through it &#8211; even us.  The good news is that it&#8217;s all fixable.  And believe me when I say that<strong> if you fix these issues, your rankings will improve.</strong> (We&#8217;ve seen it happen).<a href="http://www.pearanalytics.com/blog/wp-content/uploads/2010/08/SS-Guage.jpg"><img class="alignright size-full wp-image-1689" title="SS Guage" src="http://www.pearanalytics.com/blog/wp-content/uploads/2010/08/SS-Guage.jpg" alt="" width="320" height="226" /></a></p>
<p><strong>Sign #1 &#8211; You have 404 pages everywhere.</strong></p>
<p>These pesky pages are usually a result of people adding pages, changing them, deleting them, and changing your mind.  What you didn&#8217;t know was that through all of this ADD, Google went ahead and indexed all any any pages it could find and loaded them up in their index, and you forgot to tell them you&#8217;ve changed some things around.</p>
<p><span style="text-decoration: underline;">How to detect:</span> run your site through Google Webmaster Tools and see if they find any crawl errors.  Pay attention to the last time it was detected since they do tend to keep a running log, meaning you could have fixed the problem, and it will still show in the list.</p>
<p><span style="text-decoration: underline;">How to fix:</span> if you are using WordPress, you can use the Redirection plugin to 301 these pages to where you want them to go.  For everyone else, you&#8217;ll have to add the redirect to your .htaccess file.  Here is an example of how we wrote one for Pear, but be warned that these are different for every site and server configuration:</p>
<p>RewriteRule ^(\d{4})/(.*)$ /blog/$1/$2 [R=301,L]</p>
<p>Be sure to read <a href="http://www.pearanalytics.com/blog/2010/the-relevance-of-404-errors-in-seo/" target="_blank">The Relevance of 404 Errors in SEO</a>.</p>
<p><strong>Sign #2 &#8211; You&#8217;re temporarily redirecting pages (using a 302) when you should be permanently redirecting them (using a 301).</strong></p>
<p>You may have fat-fingered the rewrite rule above, and instead of using a 301, you used a 302.  Hey, it happens.  This is also a bigger problem in WordPress, where all trackback pages are 302&#8242;d.  The problem with a 302 redirect is that is does not pass any of that wonderful link juice to the &#8220;new address&#8221;, and is all kept back at the source because they think the move is temporary.  Bummer, because this really sucks if you have some great sites linking back to you.</p>
<p><span style="text-decoration: underline;">How to detect: </span>this one is tough, but if you are a Pro member at SEOmoz, you can get this done over there.  Hopefully we will be adding this to SiteJuice in the future.</p>
<p><span style="text-decoration: underline;">How to fix:</span> In WordPress, you&#8217;re going to have to modify the wp-trackback.php file.  Find the line that has &#8220;<em>wp-redirect(get_permalink($tb_id));</em>&#8221; and change it to &#8220;<em>wp-redirect(get_permalink($tb_id),301);</em>&#8220;, and all of your trackbacks will pass the almighty link juice.</p>
<p><strong>Sign #3 &#8211; You&#8217;re loaded with duplicate content.</strong></p>
<p>Duplicate content is common if you are running affiliate pages, or you are indexing category and tags as pages from your blog.  Duplicate content, or having the same content on multiple pages (either on-site of off) can cause the pages to unnecessarily compete with each other for rankings, and now the better page will ultimately perform worse.</p>
<p><span style="text-decoration: underline;">How to detect:</span> you can uncover duplicate content in Google Webmaster Tools because they will detect duplicate title tags, so you can start there. SiteJuice looks for the www redirect only.  We will be adding a more  comprehensive duplicate content checker, so for now you can try the  SEOmoz Pro tools to detect this. (It&#8217;s what we used for Pear).  Check for duplicate titles and other SEO tags while you&#8217;re at it.</p>
<p><span style="text-decoration: underline;">How to fix:</span> first, you&#8217;re going to need to tell the search engine which URL you prefer, and so you can <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" target="_blank">use the rel=canonical tag</a> on the preferred page.  There is a Yoast plugin for WordPress that accomplishes the same thing.  Make sure each page has a unique title and description.</p>
<p><strong>Sign #4 &#8211; Your pages are so slow that I&#8217;ve grown a beard waiting for them to load.</strong></p>
<p>Over the years you&#8217;ve added every single script and add-on you could think of.  You added three different visitor trackers, live chat, Tweetmeme and Facebook Share buttons, and a bunch more.  The footer is now bigger than the main body section of the page.  Whoops.  Even though most scripts load pretty fast, it does add up.  You want to make sure your page load time doesn&#8217;t exceed 2 seconds, because it can <a href="http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/" target="_blank">contribute to visitor loss</a>.</p>
<p><span style="text-decoration: underline;">How to detect:</span> load your page into SiteJuice and let &#8216;er rip.  We&#8217;ll measure the load time, plus give you pointers on how to fix it.  For you more fancy pants users, you can also use YSlow for FireFox.</p>
<p><span style="text-decoration: underline;">How to fix:</span> You can start by using asyncronous tracking scripts where ever you can (Google Analytics is now async, and so is Clicky).  This means the script loads in parallel to the page, and does not affect content load time.  You can also minify your HTML and CSS, and use a CDN for your images.  We find for most sites that either scripts or images are the culprit.</p>
<p>OK, so I&#8217;m sure you have plenty to fix &#8211; even we did.  Happy fixing!</p>
<p><a href="http://www.pearanalytics.com/blog/2010/4-signs-your-website-is-all-f-ed-up/">4 Signs Your Website Is All F@!#ed Up</a> is a post from Pear Analytics, an <a href="http://www.pearanalytics.com/blog">SEO tools ad software</a> company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pearanalytics.com/blog/2010/4-signs-your-website-is-all-f-ed-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Webpage Load Times Can Affect Your Google Rankings</title>
		<link>http://www.pearanalytics.com/blog/2009/how-webpage-load-times-can-affect-your-google-rankings/</link>
		<comments>http://www.pearanalytics.com/blog/2009/how-webpage-load-times-can-affect-your-google-rankings/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 05:33:54 +0000</pubDate>
		<dc:creator>Ryan Kelly</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Sitejuice]]></category>
		<category><![CDATA[google rankings]]></category>
		<category><![CDATA[page load times]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.pearanalytics.com/blog/?p=1046</guid>
		<description><![CDATA[New data is out to show that visitors want sites to load in 2 seconds or less, and Google says fast sites may get slight preference in rankings. A new study by Akamai confirms that Internet users are as fickle as ever.  Their new study released in September this year shows that 47% of consumers [...]<p><a href="http://www.pearanalytics.com/blog/2009/how-webpage-load-times-can-affect-your-google-rankings/">How Webpage Load Times Can Affect Your Google Rankings</a> is a post from Pear Analytics, an <a href="http://www.pearanalytics.com/blog">SEO tools ad software</a> company.</p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pearanalytics.com%2Fblog%2F2009%2Fhow-webpage-load-times-can-affect-your-google-rankings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pearanalytics.com%2Fblog%2F2009%2Fhow-webpage-load-times-can-affect-your-google-rankings%2F&amp;source=pearanalytics&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><em>New data is out to show that visitors want sites to load in 2 seconds or less, and Google says fast sites may get slight preference in rankings.</em></p>
<p>A new study by Akamai confirms that Internet users are as fickle as ever.  Their <a title="Akamai visitor abandonment study" href="http://www.akamai.com/html/about/press/releases/2009/press_091409.html" target="_blank">new study</a> released in September this year shows that 47% of consumers expect an e-commerce website to load in <strong>2 seconds or less</strong>.  While the study focuses on e-commerce, I can&#8217;t imagine the behavior is much different on a non-e-commerce website.</p>
<p>You might remember the <a title="how load time relates to visitor loss study" href="http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/" target="_self">study we did several months ago</a> where we took the Akamai study from 2006 and developed a visitor loss curve from 0 to 30 seconds using some fancy math.  We use this data in our SiteJuice product to tell site owners how much potential visitors they could be losing based on how long their page is taking to load.  If you&#8217;re not using SiteJuice, <a title="SiteJuice signup" href="https://apps.pearanalytics.com/" target="_blank">sign up for free</a>.  Our curve is based on a visitor patience of up to 4 seconds.</p>
<p><strong>How this affects your Google rankings<br />
</strong></p>
<p>Google search engineer, Matt Cutts, has mentioned twice now that Google may be giving a slight advantage to pages that load quickly, while slow loaders won&#8217;t receive a penalty on their rankings.  Rand Fishkin from SEOmoz writes about in their blog post yesterday, where &#8220;<a title="web page load times influence rankings" href="http://www.seomoz.org/blog/new-interesting-insights-into-google-rankings-spam-from-pubcon?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+seomoz+%28SEOmoz+Daily+Blog%29" target="_blank">web page load times can positively influence rankings.</a>&#8220;</p>
<p><a href="http://www.pearanalytics.com/blog/2009/how-webpage-load-times-can-affect-your-google-rankings/">How Webpage Load Times Can Affect Your Google Rankings</a> is a post from Pear Analytics, an <a href="http://www.pearanalytics.com/blog">SEO tools ad software</a> company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pearanalytics.com/blog/2009/how-webpage-load-times-can-affect-your-google-rankings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Webpage Load Time Is Related to Visitor Loss</title>
		<link>http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/</link>
		<comments>http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 04:34:54 +0000</pubDate>
		<dc:creator>Ryan Kelly</dc:creator>
				<category><![CDATA[Results-Based Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[page load times]]></category>
		<category><![CDATA[visitor loss]]></category>

		<guid isPermaLink="false">http://www.pearanalytics.com/?p=829</guid>
		<description><![CDATA[Have you ever been to a website that takes forever to load?  What do you do? We&#8217;ve taken some past research and developed a way to determine how many visitors you could potentially be losing based on how long your website takes to load from 0-30 seconds.  This was not easy &#8211; only a couple [...]<p><a href="http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/">How Webpage Load Time Is Related to Visitor Loss</a> is a post from Pear Analytics, an <a href="http://www.pearanalytics.com/blog">SEO tools ad software</a> company.</p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pearanalytics.com%2Fblog%2F2009%2Fhow-webpage-load-time-related-to-visitor-loss%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pearanalytics.com%2Fblog%2F2009%2Fhow-webpage-load-time-related-to-visitor-loss%2F&amp;source=pearanalytics&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Have you ever been to a website that takes forever to load?  What do you do?</p>
<p>We&#8217;ve taken some past research and developed a way to determine how many visitors you could potentially be losing based on how long your website takes to load from 0-30 seconds.  This was not easy &#8211; only a couple of studies have actually been done, and not only are they &#8220;aging&#8221;, but they have also been controversial and only up to around the first 4 seconds of load time data.  Obviously, there are many factors involved in determining how long you are willing to wait for a page to load, but with tabbed browsing, faster connections speeds, and more, maybe this is why a real study has not been done since 2006.</p>
<p><strong>Here are some key takeaway points from the research we were able to come up with:</strong></p>
<p>- Zona research said in 1999 that you could lose up to 33% of your visitors if you page took more than 8 seconds to load.<br />
- Akamai said in 2006 that you could lose up to 33% of your visitors if your page took more than 4 seconds to load on a broadband connection.<br />
- Tests done at Amazon in 2007 revealed that for every 100ms increase in load time, sales would decrease 1%.<br />
- Tests done at Google in 2006 revealed that going from 10 to 30 results per page increased load time by a mere 0.5 seconds, but resulted in a 20% drop in traffic.</p>
<p>Wow.  A half of a second?  Is that even enough time to take a breath? Yet, when browsing, most people will lose patience and leave your website before they even have time to breathe.   How this relates to e-commerce sites is pretty important. If your website is selling a fairly generic item, your site had better load pretty damn fast or you just lost your sale to some other guy. At Christmas, when every parent is looking for this seasons must have toy, better hope your website loads in under 2 seconds. When a husband forgets his anniversary and is quickly looking for a flower delivery place while the boss isn&#8217;t looking, your pictures better not be too big and take forever to load.</p>
<p><strong>So how long does your webpage take to load? </strong> Check out Pingdom.com/Tools, and then come back here and approximate your potential visitor loss:</p>
<p><img src="file:///C:/DOCUME%7E1/Melissa/LOCALS%7E1/Temp/moz-screenshot-8.jpg" alt="" /></p>
<p><a href="http://www.pearanalytics.com/blog/wp-content/uploads/2009/08/visitor-loss-graph.png"><img class="aligncenter size-full wp-image-1359" title="visitor-loss-graph" src="http://www.pearanalytics.com/blog/wp-content/uploads/2009/08/visitor-loss-graph.png" alt="" width="764" height="474" /></a></p>
<p>If you prefer to &#8220;geek out&#8221; and read our entire white paper, you can <a href="http://www.pearanalytics.com/blog/wp-content/uploads/2010/05/Load-time-relates-to-visitor-loss.pdf">download it here</a>.  (I will warn you that it does mention words like &#8220;mathematical model&#8221;, &#8220;radioactive first oder decay&#8221; and &#8220;non-linear regression&#8221;.)</p>
<p><a href="http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/">How Webpage Load Time Is Related to Visitor Loss</a> is a post from Pear Analytics, an <a href="http://www.pearanalytics.com/blog">SEO tools ad software</a> company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pearanalytics.com/blog/2009/how-webpage-load-time-related-to-visitor-loss/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
