<?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>Chris Sandberg &#187; Google</title>
	<atom:link href="http://chrissandberg.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrissandberg.com</link>
	<description>Internet Marketer</description>
	<lastBuildDate>Sat, 14 Apr 2012 23:41:10 +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 Google Ranking Position From Parameter in Refferal URL</title>
		<link>http://chrissandberg.com/google-rank-url-parameter/</link>
		<comments>http://chrissandberg.com/google-rank-url-parameter/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:15:14 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[url parameters]]></category>

		<guid isPermaLink="false">http://chrissandberg.com/?p=256</guid>
		<description><![CDATA[Over the last several months I&#8217;ve become somewhat obsessed with collecting SEO related data in an automated fashion. I&#8217;ve taught myself some PHP [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last several months I&#8217;ve become somewhat obsessed with collecting SEO related data in an automated fashion. I&#8217;ve taught myself some PHP to accomplish what I want to achieve, and am actively working on several scripts that will gather and analyze all kinds of data. One things I wanted to do was track over time the change in rankings for keywords I was already receiving  traffic for so I could measure what effect a change in SERP rank position would have on the amount of traffic I received for that keyword, and get a better idea as a whole what effect ranking positions have on traffic levels. I wanted to go beyond just regular rank checkers like <a href="http://claimoffer.com/RankChecker/">SEO Book&#8217;s RankChecker</a> and make the process entirely automated. My plan was that when a visitor came to one of my sites from a search engine a script would automatically execute that would check the rank position of my website for the keyword they used to come to my site, or at least add the keyword to a queue. I assumed that I would have to scrape this information from Google because I knew they didn&#8217;t offer an API anymore and from my initial research I couldn&#8217;t find the information in the referral URL from Google.</p>
<p>I was very excited to find out, however, that Google actually <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">started to pass along this information in their referral URL parameters</a> a little over a year ago. The URL format they said they would start using in <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">their post</a> announcing the change looks like this:</p>
<p>http://www.google.com/url?sa=t&#038;source=web&#038;ct=res&#038;cd=7&#038;url=http%3A%2F%2Fwww.example.com%2Fmypage.htm&#038;ei=0SjdSa-1N5O8M_qW8dQN&#038;rct=j&#038;q=flowers&#038;usg=AFQjCNHJXSUh7Vw7oubPaO3tZOzz-F-u_w&#038;sig2=X8uCFh6IoPtnwmvGMULQfw</p>
<p>so each of the URL parameters are:</p>
<p>sa=t<br />
source=web<br />
ct=res<br />
cd=7<br />
url=http%3A%2F%2Fwww.example.com%2Fmypage.htm<br />
ei=0SjdSa-1N5O8M_qW8dQN<br />
rct=j<br />
q=flowers<br />
usg=AFQjCNHJXSUh7Vw7oubPaO3tZOzz-F-u_w<br />
sig2=X8uCFh6IoPtnwmvGMULQfw</p>
<p>The &#8220;cd&#8221; parameter is the one that shows the rank position of the link the visitor used to get to your site.</p>
<p>This information is very useful not only because it saves time in having to check rankings yourself, but it actually tells you the exact position that the given visitor saw. One drawback to rank checkers or just manually checking a rank is that you can never be completely sure if the rank you get reported back is what actual visitors to your site experienced because different data centers could be presenting different results and with Google personalized search any given searcher&#8217;s SERPs could look different as well. So not only is the process simplified by getting this piece of information from the refferer URL, but the data you are getting is much more accurate than from scraping or manually checking.</p>
<p>Alas, it appears that Google doesn&#8217;t provide this information for every visitor. Shortly after Google&#8217;s post on the subject <a href="http://blogs.omniture.com/2009/05/08/tracking-organic-keyword-rankings-in-google/">Omniture reported</a> that this data was only shown for US searches and was currently impacting only about 10% of all searches. I think now, a year later, Google may be showing it more often but from my experience it is still a minority of searches.</p>
<p>Once I start to look closer to the data I&#8217;m receiving I&#8217;ll be posting more exact numbers on this along with other interesting data I&#8217;ve been collecting.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/google-rank-url-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s New Acquisition: Jaiku</title>
		<link>http://chrissandberg.com/googles-new-acquisition-jaiku/</link>
		<comments>http://chrissandberg.com/googles-new-acquisition-jaiku/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 08:05:49 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/googles-new-acquisition-jaiku/</guid>
		<description><![CDATA[Google&#8217;s latest acquisition is the popular twitter-like site Jaiku. I am a user of both Twitter and Jaiku and have enjoyed participating on [...]]]></description>
			<content:encoded><![CDATA[<p style="float: right"><img src="http://www.chrissandberg.com/wp-content/uploads/2007/10/gj.png" alt="gj.png" /></p>
<p><a href="http://googleblog.blogspot.com/2007/10/reach-out-and-message-someone.html">Google&#8217;s latest acquisition</a> is the popular <a href="http://www.twitter.com">twitter</a>-like site <a href="http://www.jaiku.com">Jaiku</a>. I am a user of both Twitter and Jaiku and have enjoyed participating on both sites. Although Twitter has been the most popular micro-blogging site, this news from Google may eventually change that, or at least  bring greater growth to Jaiku and put it in the limelight for the moment. I thought the following quote from the Google Blog regarding the acquisition was pretty interesting&#8230;</p>
<blockquote><p>Technology has made staying in touch with your friends and family both easier and harder: living a fast-paced, on-the-go lifestyle is easier (and a lot of fun), but it&#8217;s more difficult to keep track of everyone when they&#8217;re running around at warp speed. That&#8217;s why we&#8217;re excited to announce that we&#8217;ve acquired Jaiku, a company that&#8217;s been hard at work developing useful and innovative applications for staying in touch with the people you care about most &#8212; regardless of whether you&#8217;re at a computer or on a mobile phone.</p></blockquote>
<p>Micro-blogging helps us make up for that loss of contact and communication we may experience due to technology making our lives more fast paced. In a way it helps us better keep tabs on what all our family, friends, and contacts are up to, but since it is voluntary and permission based only people who want to share will be tracked, so there is no invasion of privacy. Helping us better stay connected is why Google has acquired Jaiku. Personally, I think they could go a whole giant step further in that goal if they were to acquire <a href="http://www.facebook.com">Facebook</a> also.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/googles-new-acquisition-jaiku/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feedburner&#8217;s Premium Services Now Free</title>
		<link>http://chrissandberg.com/feedburners-premium-services-now-free/</link>
		<comments>http://chrissandberg.com/feedburners-premium-services-now-free/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 10:42:12 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/feedburners-premium-services-now-free/</guid>
		<description><![CDATA[Via Pronet Advertising I found out that Google is now offering Feedburner&#8217;s premium services, MyBrand and Stats PRO, for free. This is great [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://www.pronetadvertising.com/articles/google-frees-up-feedburner34380.html">Pronet Advertising</a> I found out that Google is now offering Feedburner&#8217;s <a href="http://blogs.feedburner.com/feedburner/archives/2007/07/freeburner_for_everyone.php">premium services,  MyBrand and Stats PRO, for free</a>. This is great news for all Feedburner users, including myself. I guess this was to be expected since Google has become so successful by offering so many great services in the past for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/feedburners-premium-services-now-free/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What I Read</title>
		<link>http://chrissandberg.com/what-i-read/</link>
		<comments>http://chrissandberg.com/what-i-read/#comments</comments>
		<pubDate>Thu, 31 May 2007 12:33:35 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/blog/2007/05/31/what-i-read/</guid>
		<description><![CDATA[I love Google Reader&#8217;s trends feature, which allows you to see statistics about your reading habits. Here is a list of the top [...]]]></description>
			<content:encoded><![CDATA[<p>I love Google Reader&#8217;s trends feature, which allows you to see statistics about your reading habits. Here is a list of the top 20 blogs I have been reading over the past 30 days. The numbers are the total amount of posts I read and the percentage of all posts I read.</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FJohnChowDotCom">John Chow dot Com</a>  <a href="http://www.johnchow.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics1" align="bottom" border="1" height="12" width="12" /></font></a> 35 33%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2Fmarketing-pilgrim">Andy Beal&#8217;s Marketing Pilgrim &#8211; Internet Marketing Blog &amp; Consultant</a> <a href="http://www.marketingpilgrim.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics3" align="bottom" border="1" height="12" width="12" /></font></a> 26 13%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2Fseomoz">SEOmoz Daily SEO Blog</a>  <a href="http://www.seomoz.org/blog" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics5" align="bottom" border="1" height="12" width="12" /></font></a> 19 41%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fwww.seobook.com%2Findex.rdf">SEO Book.com</a>  <a href="http://www.seobook.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics7" align="bottom" border="1" height="12" width="12" /></font></a> 19 32%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FPronetAdvertising">Pronet Advertising</a>  <a href="http://www.pronetadvertising.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics9" align="bottom" border="1" height="12" width="12" /></font></a> 18 32%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FProbloggerHelpingBloggersEarnMoney">ProBlogger Blog Tips</a>  <a href="http://www.problogger.net/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics11" align="bottom" border="1" height="12" width="12" /></font></a> 17 23%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fwww.chrisknudsen.biz%2F%3Ffeed%3Drss2">Chris Knudsen on life, business, and entrepreneurship</a>  <a href="http://www.chrisknudsen.biz/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics13" align="bottom" border="1" height="12" width="12" /></font></a> 9 47%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fwww.calacanis.com%2Frss.xml">The Jason Calacanis Weblog</a>  <a href="http://www.calacanis.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics15" align="bottom" border="1" height="12" width="12" /></font></a> 9 20%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FShoeMoney">Shoemoney &#8211; Skills to pay the bills</a>  <a href="http://www.shoemoney.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics17" align="bottom" border="1" height="12" width="12" /></font></a> 9 14%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fwww.russpage.net%2Ffeed%2Fatom%2F">Russell Page</a>  <a href="http://www.russpage.net/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics19" align="bottom" border="1" height="12" width="12" /></font></a> 8 40%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.copyblogger.com%2FCopyblogger">Copyblogger</a> <a href="http://www.copyblogger.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics21" align="bottom" border="1" height="12" width="12" /></font></a> 8 38%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fsethgodin.typepad.com%2Fseths_blog%2Fatom.xml">Seth&#8217;s Blog</a>  <a href="http://sethgodin.typepad.com/seths_blog/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics23" align="bottom" border="1" height="12" width="12" /></font></a> 8 17%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fwww.smoothharold.com%2Fatom.xml">Smooth Harold | The Blog of Blake Snow</a>  <a href="http://www.smoothharold.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics25" align="bottom" border="1" height="12" width="12" /></font></a> 7 37%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2Fnewspapergrl">NewspaperGrl</a> <a href="http://www.newspapergrl.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics27" align="bottom" border="1" height="12" width="12" /></font></a> 7 35%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FWolf-howl">Graywolf&#8217;s SEO Blog</a>  <a href="http://www.wolf-howl.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics29" align="bottom" border="1" height="12" width="12" /></font></a> 7 25%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FOnlineMarketingSEOBlog">Online Marketing Blog</a>  <a href="http://www.toprankblog.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics31" align="bottom" border="1" height="12" width="12" /></font></a> 7 18%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FMacalua">Macalua.com</a> <a href="http://www.macalua.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics33" align="bottom" border="1" height="12" width="12" /></font></a> 6 43%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Ftropicalseo.com%2Ffeed%2F">Tropical SEO</a>  <a href="http://tropicalseo.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics35" align="bottom" border="1" height="12" width="12" /></font></a> 6 40%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fseoblackhat.com%2Ffeed%2F">SEO BlackHat: Black Hat SEO Blog</a>  <a href="http://seoblackhat.com/" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics37" align="bottom" border="1" height="12" width="12" /></font></a> 5 83%</p>
<p style="margin-bottom: 0in"><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fwww.connorboyack.com%2Fblog%2Ffeed%2Fatom%2F">Connor&#8217;s Conundrums</a>  <a href="http://www.connorboyack.com/blog" target="_blank"><font color="#000080"><img src="http://www.google.com/reader/ui/2246532035-go-to-mini.gif" alt="Go to homepage" name="graphics39" align="bottom" border="1" height="12" width="12" /></font></a> 5 26%</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/what-i-read/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Efficiency of RSS Technology</title>
		<link>http://chrissandberg.com/the-efficiency-of-rss-technology/</link>
		<comments>http://chrissandberg.com/the-efficiency-of-rss-technology/#comments</comments>
		<pubDate>Fri, 25 May 2007 11:01:01 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/blog/2007/05/25/the-efficiency-of-rss-technology/</guid>
		<description><![CDATA[I love RSS technology because it empowers its users to consume content in a much more efficient manner. Instead of having to go [...]]]></description>
			<content:encoded><![CDATA[<p>I love RSS technology because it empowers its users to consume content in a much more efficient manner. Instead of having to go to each individual one of our favorite websites or blogs to see any new content, and run the risk of wasting our time if there is no knew content, we can be notified of any new updates and consume it all in one place. To celebrate the power of feeds I have created this little video of of a typical day of going through my feed reader condensed into 30 seconds. The actual time I spent reading this content was a little over 20 minutes. I hope you like it.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Xw3RE7mX04E&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Xw3RE7mX04E&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/the-efficiency-of-rss-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Google Reader Feeds</title>
		<link>http://chrissandberg.com/my-google-reader-feeds/</link>
		<comments>http://chrissandberg.com/my-google-reader-feeds/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 08:11:42 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/blog/2007/04/21/my-google-reader-feeds/</guid>
		<description><![CDATA[A couple months ago I noticed that I had subscribed to almost 200 feeds on bloglines. Although they were all good blogs I [...]]]></description>
			<content:encoded><![CDATA[<p>A couple months ago I noticed that I had subscribed to almost 200 feeds on <a href="http://www.bloglines.com">bloglines</a>. Although they were all good blogs I realized that I had been avoiding checking up on them simply because it seemed a bit daunting to login to bloglines and see that I had hundreds of unread items. As a result of my reluctance to check my bloglines account on a consistent basis I was missing a lot of good posts, so I decided that I would narrow down my choice of subscriptions to maybe only 20-30 blogs that I really felt were the most important. At the same time I decided I would also like to try out a new feed reader to see if they offered better features than bloglines.</p>
<p>A few weeks ago I heard from <a href="http://www.paulallen.net">Paul Allen</a> that <a href="http://www.google/reader">Google Reader</a> tracked your reading habits and would generate reports of what you have been reading over time. I thought this was a cool feature that may help me prioritize which blogs I should stay subscribed to and which blogs I should drop in case my list got too big again. So I left bloglines and have been using Google Reader ever since. I decided I wanted to start off from scratch and only initially subscribe to the blogs that I could think of off the top of my head. Over the last few weeks I added a few more, but have still managed to keep the list down to a size where I could reasonably read every post if I wanted to (usually I just a select a few that seem the most interesting) even if I have been gone for a few days. I wanted to share my list of the blogs I have decided to subscribe to. Don&#8217;t feel bad if your blog is not on the list, it may have been on my old bloglines list, and may show up in the future on my new Google reader list (Google reader seems to help me organize my feeds a lot better than bloglines so I may be subscribing to a lot more feeds in the future). Here is the current list:</p>
<p><a href="http://www.chadblodgett.com">Chad Blodgett</a> | <a href="http://www.chadblodgett.com/feed/">feed</a><br />
<a href="http://www.chrisknudsen.biz">Chris Knudsen</a> | <a href="http://www.chrisknudsen.biz/?feed=rss2">feed</a><br />
<a href="http://www.connorboyack.com/blog">Connor&#8217;s Conundrums</a> | <a href="http://www.connorboyack.com/blog/feed/atom/">feed</a><br />
<a href="http://www.donloper.com/">Don Loper</a> | <a href="http://feeds.feedburner.com/donloper">feed</a><br />
<a href="http://www.jonasblog.com">John Jonas Blog</a> | <a href="http://www.jonasblog.com/feed/">feed</a><br />
<a href="http://www.paulallen.net">Paul Allen: Internet Entrepreneur</a> | <a href="http://www.infobaseventures.com/blog/rss.xml">feed</a><br />
<a href="http://www.russpage.net">Russell Page</a> | <a href="http://www.russpage.net/feed/atom/">feed</a><br />
<a href="http://www.searchtrends.org/index.html">Search Trends &#8211; Search Engine Marketing</a> | <a href="http://feeds.feedburner.com/SearchTrends">feed</a><br />
<a href="http://www.carolynnduncan.com">The Carolynn Blog</a> | <a href="http://www.carolynnduncan.com/feed/atom/">feed</a><br />
<a href="http://www.macalua.com">Macalua.com</a> | <a href="http://feeds.feedburner.com/Macalua">feed</a><br />
<a href="http://www.mattcutts.com/blog">Matt Cutts: Gadgets, Google, and SEO</a> | <a href="http://feeds.feedburner.com/mattcutts/uJBW">feed</a><br />
<a href="http://www.pronetadvertising.com/">Pronet Advertising</a> | <a href="http://feeds.feedburner.com/PronetAdvertising">feed</a><br />
<a href="http://www.seobook.com/index.rdf">feed</a> <a href="http://www.seobook.com/">SEO Book.com<br />
</a><a href="http://www.seomoz.org/blog">SEOmoz Daily SEO Blog</a> | <a href="http://feeds.feedburner.com/seomoz">feed</a><br />
<a href="http://blog.guykawasaki.com">How to Change the World</a> | <a href="http://feeds.feedburner.com/guykawasaki/Gypm">feed</a><br />
<a href="http://www.copyblogger.com">Copyblogger</a> | <a href="http://feeds.copyblogger.com/Copyblogger">feed</a><br />
<a href="http://www.marketingvox.com">MarketingVOX &#8211; The Voice of Online Marketing</a> | <a href="http://feeds.marketingvox.com/marketingvox/rss">feed</a><br />
<a href="http://sethgodin.typepad.com/seths_blog/">Seth&#8217;s Blog</a> | <a href="http://sethgodin.typepad.com/seths_blog/atom.xml">feed</a><br />
<a href="http://www.shoemoney.com">Shoemoney &#8211; Skills to pay the bills</a> | <a href="http://feeds.feedburner.com/ShoeMoney">feed</a><br />
<a href="http://www.marketingpilgrim.com">Andy Beal&#8217;s Marketing Pilgrim</a> | <a href="http://feeds.feedburner.com/marketing-pilgrim">feed</a><br />
<a href="http://www.johnchow.com">John Chow dot Com</a> | <a href="http://feeds.feedburner.com/JohnChowDotCom">feed</a><br />
<a href="http://www.problogger.net">ProBlogger Blog Tips</a> | <a href="http://feeds.feedburner.com/ProbloggerHelpingBloggersEarnMoney">feed</a></p>
<p>In a few weeks once I have collected more data on my reading habits I will posting a ranked list of the blogs I read the most.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/my-google-reader-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death of the Google Bomb</title>
		<link>http://chrissandberg.com/the-death-of-the-google-bomb/</link>
		<comments>http://chrissandberg.com/the-death-of-the-google-bomb/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 03:59:02 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.sandbergventures.com/blog/2007/02/11/the-death-of-the-google-bomb/</guid>
		<description><![CDATA[This is probably old news to those of you that keep up on search related news, but I thought it was worth mentioning [...]]]></description>
			<content:encoded><![CDATA[<p>This is probably old news to those of you that keep up on search related news, but I thought it was worth mentioning for those who haven&#8217;t heard yet. Google has finally made an algorithm change that has essentially killed the <a href="http://en.wikipedia.org/wiki/Google_bomb">Google Bomb</a>. For those who don&#8217;t know, Google Bombing is a tactic used to get a certain page ranked for given keyword in Google by linking to that page with several links with the anchor text being that of the desired keyword. Some examples of Google Bombs are listed <a href="http://blog.outer-court.com/googlebomb/">here</a>. Danny Sullivan of Search Engine Land goes into <a href="http://searchengineland.com/070125-230048.php">more detail on Google Bombs and the algorithm change</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/the-death-of-the-google-bomb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Headlines of 2007</title>
		<link>http://chrissandberg.com/internet-headlines-of-2007-2/</link>
		<comments>http://chrissandberg.com/internet-headlines-of-2007-2/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 06:54:10 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Digg]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.sandbergventures.com/blog/2006/12/21/internet-headlines-of-2007-2/</guid>
		<description><![CDATA[What lies ahead in the Internet World in 2007? Below are my three predictions of Headlines we will see during the coming year [...]]]></description>
			<content:encoded><![CDATA[<p>What lies ahead in the Internet World in 2007? Below are my three predictions of Headlines we will see during the coming year along with my justification for such predictions.</p>
<p><strong>Google Buys Digg for $200 Million</strong><br />
Despite <a href="http://cre8pc.com/blog/archives/178">much</a> <a href="http://www.toprankblog.com/2006/12/the-hypocrisy-of-digg-and-spam/#comments">criticism </a><a href="http://www.toprankblog.com/2006/12/the-hypocrisy-of-digg-and-spam/">recently</a>, <a href="http://www.digg.com">Digg</a> <a href="http://www.alexa.com/data/details/traffic_details?url=www.digg.com">continues to grow</a>. Google does not currently own a site like Digg, so Digg would fit nicely into their portfolio. Digg doesn&#8217;t receive quite the amount of traffic as <a href="http://www.youtube.com">YouTube</a>, which <a href="http://news.bbc.co.uk/2/hi/business/6034577.stm">Google paid $1.65 billion for</a> earlier this year, so it doesn&#8217;t merit such a large price tag, but I think that within the next year Google will be willing to pay at least as much as <a href="http://blog.searchenginewatch.com/blog/061025-084736">Digg is asking for</a>.</p>
<p><strong>Wikipedia article count reaches 6 million</strong><br />
With a count currently just above 4 million and growing steadily, <a href="http://stats.wikimedia.org/EN/TablesArticlesTotal.htm">Wikipedia&#8217;s article count</a> should reach 6 million by years end.</p>
<p><strong>Firefox Surpasses Internet Explorer&#8217;s Market Share</strong><br />
Okay, I don&#8217;t really think this will happen especially considering <a href="http://www.microsoft.com/windows/ie/default.mspx">IE</a> will be the default browser on many computers which will operate on Microsoft&#8217;s new <a href="http://www.microsoft.com/Windowsvista/">Windows Vista</a>, but I think it would be cool. Even though it is not likely, it is possible. The <a href="http://www.readwriteweb.com/archives/browser_war_2007.php">browser wars in 2007</a> will be interesting either way.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/internet-headlines-of-2007-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Death of Adsense Blog Post</title>
		<link>http://chrissandberg.com/the-death-of-adsense-blog-post/</link>
		<comments>http://chrissandberg.com/the-death-of-adsense-blog-post/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 10:12:50 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.sandbergventures.com/blog/2006/10/05/the-death-of-adsense-blog-post/</guid>
		<description><![CDATA[In my last post I blogged about a new report out called The Death of Adsense. I anticipated that it would become fairly [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post I blogged about a new report out called The Death of Adsense. I anticipated that it would become fairly popular so I set out to get my blog post ranked in Google for the term &#8220;The Death of Adsense&#8221; and added an affiliate link to the post so that I would have some incentive to get my post to rank high. I was pleasantly suprised to see that a week after I blogged about the report my blog post was in the top ten in Google for the terms &#8220;The Death of Adsense&#8221;, &#8220;Death of Adsense&#8221;, and &#8220;Adsense Dead&#8221; for which I currently rank 3rd, 2nd, and 1st respectively. I have been getting quite a bit of traffic from the ranking and have gotten several referals because of it. It&#8217;s too bad I only got $0.50 per referral. However, it was kind of fun to be able to just say &#8220;I want to rank high for this&#8221; and then just go out and do it. Sorry, if it sounds like I am bragging too much.</p>
<p>Anyway, In the follow up to The Death of Adsense entitled Life After Adsense, Scott Boulch reveals his system for making money without Adsense, Click Flipping, where one simply signs up for affiliate programs and send traffic through optimized Adwords campaigns. The key to making money doing this to track each individual keywords conversion and only run with keywords that are turning a profit.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/the-death-of-adsense-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Death of Adsense</title>
		<link>http://chrissandberg.com/the-death-of-adsense/</link>
		<comments>http://chrissandberg.com/the-death-of-adsense/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 18:48:19 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.sandbergventures.com/blog/2006/09/13/the-death-of-adsense/</guid>
		<description><![CDATA[Is Adsense dead? I just read a free report called The Death of Adsense. The author explains why adsense is no longer as [...]]]></description>
			<content:encoded><![CDATA[<p><em><!--adsense-->Is Adsense dead?</em> I just read a free report called <strong><a href="http://www.thedeathofadsense.com/cgi-bin/go.cgi/4261">The Death of Adsense</a></strong>. The author explains why adsense is no longer as big of a money maker as it used to be. He then goes on to give some background information about himself to show why he is an authority on the subject and why you should listen to him.The author is going to come out with a second eBook later this month that explains how you can make a lot of money from your internet traffic without Adsense. He claims he knows a way to sell clicks for $5, $10 or even more. If you are interested <a href="http://www.thedeathofadsense.com/cgi-bin/go.cgi/4261">check out the site to learn more</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/the-death-of-adsense/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

