<?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>Search Engine Optimization, Internet Marketing &#38; Website Design Blog From Mannix Marketing &#187; Google Caffeine</title>
	<atom:link href="http://blog.mannixmarketing.com/tag/google-caffeine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mannixmarketing.com</link>
	<description>Your Go-To Blog For SEO Strategies, Web Design &#38; Expert Internet Marketing Tips</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:47:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tracking Page Load Time With Google Analytics &#8211; The Importance Of Speed!</title>
		<link>http://blog.mannixmarketing.com/2011/06/google-analytics-page-load-time-tracking/</link>
		<comments>http://blog.mannixmarketing.com/2011/06/google-analytics-page-load-time-tracking/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 13:51:43 +0000</pubDate>
		<dc:creator>Bill Bouchard</dc:creator>
				<category><![CDATA[Google & Search]]></category>
		<category><![CDATA[SEO & Internet Marketing]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Google Caffeine]]></category>
		<category><![CDATA[matt cutts]]></category>
		<category><![CDATA[page load speed]]></category>
		<category><![CDATA[page load time]]></category>

		<guid isPermaLink="false">http://blog.mannixmarketing.com/?p=2224</guid>
		<description><![CDATA[When Google Caffeine was released, we rediscovered the importance of page load time &#8230;among other things. And maybe it&#8217;s not as important as content relevance, but Matt Cutts did say, “&#8230;Relevancy is the most important [ranking factor]. If you have two sites that are equally relevant&#8230; you’d probably prefer the one that’s a little bit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.mannixmarketing.com/wp-content/uploads/2011/06/ga-logo.png"></a><a href="http://blog.mannixmarketing.com/wp-content/uploads/2011/06/ga-logo.png"></a><a href="http://blog.mannixmarketing.com/wp-content/uploads/2011/06/google.jpg"></a></p>
<p><img class="alignright" title="Google Analytics" src="http://www.webenthu.com/wp-content/uploads/2011/04/google-analytics-logo.png" alt="Google Analytics" width="150" height="150" />When Google Caffeine was released, we rediscovered the importance of <strong>page load time </strong>&#8230;among other things. And maybe it&#8217;s not as important as content relevance, but Matt Cutts did say, “&#8230;Relevancy is the most important [ranking factor]. If you have two sites that are equally relevant&#8230; you’d probably prefer the one that’s a little bit faster, so page speed can be an interesting theory to try out for a factor in scoring different websites. But absolutely, relevance is the primary component&#8230; That’s not going to change.”</p>
<p>Okay, that much we could probably have figured out on our own, content trumps page speed&#8230; great.</p>
<p><span id="more-2224"></span></p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/muSIzHurn4U?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/muSIzHurn4U?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>While Matt Cutts didn&#8217;t elaborate on how important page load speed was compared to the more than 200 other page ranking factors, last month we may have seen a hint at its importance when <a href="http://goo.gl/XHq7P">a new feature was introduced on Google Analytics</a> allowing you to track page load speed right within your account. So obviously it&#8217;s important enough to extend tracking support.</p>
<p>Although page load speed is not automatically included, it is pretty easy to install. Just add <em>_gaq.push(['_trackPageLoadTime']);</em> to your Google Analytics script</p>
<p>LIKE THIS&#8230;</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>  var _gaq = _gaq || [];<br />
  _gaq.push(['_setAccount', 'UA-123456-1']);<br />
  _gaq.push(['_trackPageview']);<br />
  _gaq.push(['_trackPageLoadTime']);</p>
<p>  (function() {<br />
    var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;<br />
    ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;<br />
    var s = document.getElementsByTagName(&#8216;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);<br />
  })();</p>
<p>&lt;/script&gt; </p></blockquote>
<p>While we may not know just how important page speed is, we do know that it&#8217;s important not just to ranking well in the search engines, but also for an<strong> improved user experience</strong>. Start comparing bounce rates and average time on pages and conversion rates between two pages of greatly varying load times, what are you seeing&#8230; if the content is not worth the wait, your visitors will likely leave.</p>
<p>So get cracking! Start crunching and tracking your page speed and let <a href="http://twitter.com/yllib">me</a> know what you see for results!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.mannixmarketing.com%2F2011%2F06%2Fgoogle-analytics-page-load-time-tracking%2F&amp;title=Tracking%20Page%20Load%20Time%20With%20Google%20Analytics%20%26%238211%3B%20The%20Importance%20Of%20Speed%21" id="wpa2a_4"><img src="http://blog.mannixmarketing.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mannixmarketing.com/2011/06/google-analytics-page-load-time-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Caffeine Is Now Live</title>
		<link>http://blog.mannixmarketing.com/2010/06/google-caffeine-live/</link>
		<comments>http://blog.mannixmarketing.com/2010/06/google-caffeine-live/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 11:01:13 +0000</pubDate>
		<dc:creator>brian@mannixmarketing.com</dc:creator>
				<category><![CDATA[Google & Search]]></category>
		<category><![CDATA[SEO & Internet Marketing]]></category>
		<category><![CDATA[Google Caffeine]]></category>
		<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://blog.mannixmarketing.com/?p=1651</guid>
		<description><![CDATA[In case you missed it, Google officially announced that the long awaited Google Caffeine is now here. And rather than calling it an update to their search algorithm, they are calling it their &#8216;new web indexing system.&#8217; Caffeine had been live on a few data centers since the beginning of the year, but now it [...]]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, Google officially announced that the long awaited <strong>Google Caffeine</strong> is now here. And rather than calling it an update to their search algorithm, they are calling it their &#8216;new web indexing system.&#8217; Caffeine had been live on a few data centers since the beginning of the year, but now it is used for all search results that Google delivers. So what does this mean for you?</p>
<p>As a searcher it means that the results you receive from Google should be delivered quicker, and they should be more relevant to your search query. Very good things.</p>
<p>As a website owner, <span id="more-1651"></span>it means that your website updates should be seen by Google much faster than before, so your new products and services have the ability to show up on results pages much sooner. Hooray! But this also means that your competitors have that same ability as well. Ouch. And Google will be looking at more web pages than ever before, possibly increasing the competition. Double Ouch!</p>
<p>What should you do? Successful website owners and managers should continue to do what they have always done. Build a website with <strong>great content</strong>. Make it <strong>search engine friendly</strong> from development through <a href="http://www.mannixmarketing.com/website_design/">design</a> through <a href="http://blog.mannixmarketing.com/2008/10/website-redesign-content/">content</a>. Make it <strong>user friendly</strong>. Optimize it. These basics haven&#8217;t really changed. It&#8217;s the pace at which you may have to do some of these things that will change.</p>
<p>One element to keep in mind is page load speed. This has been a factor in search engine rankings in the past &#8211; it&#8217;s just that now the bar has been set a bit higher. The faster you can get your page to load the more highly Google will think of it (and your site visitors will be appreciative as well). Minimizing image size, removing unused elements from the code, combine external files (CSS and JavaScript) and streamlining code are just a few ways to decrease page load speed.</p>
<p>One piece of advice, at least for a while, would be to check your site analytics more frequently than you normally do, and check your rankings (manually of course) more often as well. The truth is that even though we have an idea of what Google Caffeine means to us, no one can really predict what exactly will happen to any particular website. If you stay on top of how your website and traffic changes with the update, you&#8217;ll be well ahead of the game.</p>
<p>So have you noticed any major changes to your website&#8217;s rankings or traffic over the past week? I know I&#8217;ve seen a handful of jumps, but considering we work with hundreds of sites and thousands of phrases, that doesn&#8217;t sound like too many. How about you?</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.mannixmarketing.com%2F2010%2F06%2Fgoogle-caffeine-live%2F&amp;title=Google%20Caffeine%20Is%20Now%20Live" id="wpa2a_8"><img src="http://blog.mannixmarketing.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mannixmarketing.com/2010/06/google-caffeine-live/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Twas the Night Before Caffeine</title>
		<link>http://blog.mannixmarketing.com/2009/12/twas-the-night-before-caffeine/</link>
		<comments>http://blog.mannixmarketing.com/2009/12/twas-the-night-before-caffeine/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 19:14:31 +0000</pubDate>
		<dc:creator>brian@mannixmarketing.com</dc:creator>
				<category><![CDATA[Google & Search]]></category>
		<category><![CDATA[SEO & Internet Marketing]]></category>
		<category><![CDATA[Google Caffeine]]></category>
		<category><![CDATA[SERPs]]></category>

		<guid isPermaLink="false">http://blog.mannixmarketing.com/?p=1401</guid>
		<description><![CDATA[Twas the night before Caffeine, when all through the net Billions of searches were happening, but nothing had changed yet. The SEOs were all staring at each ranking with care, In hopes that St Google would let them stay there. Those corporate site bigwigs were nestled all snug in their beds, While visions of dollar [...]]]></description>
			<content:encoded><![CDATA[<p>Twas the night before Caffeine, when all through the net<br />
Billions of searches were happening, but nothing had changed yet.<br />
The SEOs were all staring at each ranking with care,<br />
In hopes that St Google would let them stay there.</p>
<p>Those corporate site bigwigs were nestled all snug in their beds,<br />
While visions of dollar signs added up in their heads.<br />
But MaAndPa.com worried, that when Caffeine soon unwrapped,<br />
They&#8217;d be in for something colder than a long winter&#8217;s nap.<br />
<span id="more-1401"></span></p>
<p>When away from the PC, the screen did refresh,<br />
Pa sprang from the couch to see what was left.<br />
A look to the screen and nothing new yet,<br />
Time to open more tabs and surf on the net.</p>
<p>The moon on the breast of the new-fallen snow<br />
Gave the luster of midday to objects below.<br />
When, what to pa&#8217;s wondering eyes should appear,<br />
But a post from Matt Cutts, Oh dear, Oh dear.</p>
<p>With a little hesitation he decided to click play,<br />
The moment had arrived to hear what he had to say.<br />
Without hesitation, he got to the point,<br />
Without further delay it was time to anoint.</p>
<p>&#8220;Now faster! Now better! More user friendly for all!<br />
On my PC! On your Mac! They&#8217;ll be no slow crawl!<br />
To the top of the rankings go the relevant and fast!<br />
Now search away! Search away! Nonsense is a thing of the past!&#8221;</p>
<p>As fast as pa could he got ma from her tea,<br />
They&#8217;re going together to face off with Caffeine.<br />
So over to the PC they once again went,<br />
With knots in their stomach, and most of their energy spent.</p>
<p>And then, without warning, IE just shut down,<br />
They looked at each other and said not a sound.<br />
Double click on the Mozilla icon, it had to be done,<br />
For them to see tonight if they&#8217;re still #1.</p>
<p>It went to their home page, their business of course,<br />
Of which they were the only labor force.<br />
They got here quickly, as many others before,<br />
But with Caffeine now live, would it ever happen any more?</p>
<p>Google.com went into the address bar,<br />
As they made one final wish on a bright, twinkling star.<br />
Into the search box was typed their major keyword,<br />
Wishing that good things was what they were headed towards.</p>
<p>Pa clicked on &#8216;Search&#8217; as he had done many times in the past,<br />
They hoped that their site, would be looked on as one of the fast<br />
What will happen right now, we&#8217;re not quite sure,<br />
But come back in a few months and we’ll know a lot more.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.mannixmarketing.com%2F2009%2F12%2Ftwas-the-night-before-caffeine%2F&amp;title=Twas%20the%20Night%20Before%20Caffeine" id="wpa2a_12"><img src="http://blog.mannixmarketing.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mannixmarketing.com/2009/12/twas-the-night-before-caffeine/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

