<?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>Diarizing &#187; Google</title>
	<atom:link href="http://www.diarizing.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diarizing.com</link>
	<description>Some cool people kick ass. Chuck Norris roundhouse kick ass.</description>
	<lastBuildDate>Tue, 08 Jun 2010 07:13:34 +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>WordPress, Feedburner and sitemaps</title>
		<link>http://www.diarizing.com/wordpress-feedburner-and-sitemaps/</link>
		<comments>http://www.diarizing.com/wordpress-feedburner-and-sitemaps/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 07:13:34 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/?p=50</guid>
		<description><![CDATA[If you use Feedburner for your wordpress feed, you probably use the FD Feedburner plugin for WordPress . The plugin is cool because it redirects your users to your Feedburner while letting Feedburner itself accessing your wordpress feed; and it&#8217;s really simple to configure. But if you want to submit your feed to Google Webmaster [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <strong>Feedburner</strong> for your wordpress feed, you probably use the <a href="http://flagrantdisregard.com/feedburner/" class="liexternal">FD Feedburner plugin for WordPress</a> . The plugin is cool because it redirects your users to your Feedburner while letting Feedburner itself accessing your wordpress feed; and it&#8217;s really simple to configure.</p>
<p><strong>But if you want to submit your feed to Google Webmaster Tools</strong>, Google will be redirected to your Feedburner too. While you may expect it to work, in some case it won&#8217;t. If you track clicks on Feedburner in fact, your feed will have changed links in it. Feedburner changes the &lt;link&gt;URL&lt;/link&gt; to an internal URL that will redirect to your own URL after tracking stuff.</p>
<p>As a consequence, <strong>if you submit your feed as a sitemap on Google Webmaster Tools, Google will show you errors</strong> like this:</p>
<p><img class="alignnone size-full wp-image-51" title="Feedburner and Google sitemap" src="http://www.diarizing.com/wp-content/uploads/2010/06/feedburner-sitemap.png" alt="Feedburner and Google sitemap" width="479" height="236" /></p>
<p>This happens because the URLs in the Feedburner feed are not into your own domain but on http://feedproxy.google.com/</p>
<p>To fix this behaviour, easiest solution is <strong>having Google accessing your original feed</strong> (http://yourblog.tld/feed/) instead of being redirect to Feedburner. This can be easily done with a <strong>little</strong> change in the plugin.</p>
<p>Edit your plugin (with a text editor accessing the file via ftp, or just from the dashboard -&gt; Plugins -&gt; Editor, and select the FD Feedburner plugin) and look for this piece of code:</p>
<blockquote><p>function feedburner_redirect() {<br />
global $feed, $withcomments, $wp, $wpdb, $wp_version, $wp_db_version;</p>
<p>// Do nothing if not a feed<br />
if (!is_feed()) return;</p>
<p>// Do nothing if feedburner is the user-agent<br />
if (preg_match(&#8216;/feedburner/i&#8217;, $_SERVER['HTTP_USER_AGENT'])) return;</p>
<p>// Do nothing if not configured<br />
$options = get_option(&#8216;fd_feedburner&#8217;);<br />
if (!isset($options['feedburner_url'])) $options['feedburner_url'] = null;</p></blockquote>
<p>Just change the line</p>
<blockquote><p>if (preg_match(&#8216;/feedburner/i&#8217;, $_SERVER['HTTP_USER_AGENT'])) return;</p></blockquote>
<p>with:</p>
<blockquote><p>if (preg_match(&#8216;/(feedburner|google)/i&#8217;, $_SERVER['HTTP_USER_AGENT'])) return;</p></blockquote>
<p>and you are done. Google won&#8217;t be redirected to your Feedburner feed, and it will use your original feed as sitemap.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/wordpress-feedburner-and-sitemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does YouTube sell links?</title>
		<link>http://www.diarizing.com/does-youtube-sell-links/</link>
		<comments>http://www.diarizing.com/does-youtube-sell-links/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 18:57:00 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/does-youtube-sell-links/</guid>
		<description><![CDATA[YouTube has PageRank 3: maybe YouTube is selling links. But if this is the case, i can see, right now, just one potential buyer&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogoscoped.com/archive/2007-10-27-n54.html" class="liexternal">YouTube has PageRank 3:</a> maybe YouTube is selling links. But if this is the case, i can see, right now, just <a href="http://www.google.com" class="liexternal">one potential buyer</a>&#8230;<a href="http://blogoscoped.com/archive/2007-10-27-n54.html"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/does-youtube-sell-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doubts</title>
		<link>http://www.diarizing.com/doubts/</link>
		<comments>http://www.diarizing.com/doubts/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 20:30:32 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/doubts/</guid>
		<description><![CDATA[Should we report this as paid link or just sphinn it?]]></description>
			<content:encoded><![CDATA[<p>Should we report <a href="http://www.seobook.com/archives/002403.shtml" class="liexternal">this</a> as paid link or just <a href="http://sphinn.com/story/2464" class="liexternal">sphinn it</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/doubts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Universal Search</title>
		<link>http://www.diarizing.com/google-universal-search/</link>
		<comments>http://www.diarizing.com/google-universal-search/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 22:18:24 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/google-universal-search/</guid>
		<description><![CDATA[What&#8217;s that? A bug or a feature?]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s <a href="http://www.everfluxx.com/google-universal-search-makes-jack-an-angry-boy/" class="liexternal">that</a>? A bug or a feature?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/google-universal-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paid links already have less (if no) value</title>
		<link>http://www.diarizing.com/paid-links-already-have-less-if-no-value/</link>
		<comments>http://www.diarizing.com/paid-links-already-have-less-if-no-value/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 10:51:30 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Seo]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/paid-links-already-have-less-if-no-value/</guid>
		<description><![CDATA[The point about paid links and spam report is that Google is already able to understand which links are paid and which not. And Google is already devaluating paid links. Asking users to be a spy on paid links won&#8217;t work too much. Yes, ok, someone in the world knows for sure about a website [...]]]></description>
			<content:encoded><![CDATA[<p>The point about <a href="http://www.mattcutts.com/blog/how-to-report-paid-links/" title="How to report paid links" class="liexternal">paid links and spam report</a> is that Google is already able to understand which links are paid and which not. <strong>And Google is already devaluating paid links</strong>.</p>
<p>Asking users to be a spy on paid links won&#8217;t work too much. Yes, ok, someone in the world knows for sure about a website who&#8217;s buying/selling links, but most of them can know about links <strong>only</strong> if they are involved. They should <strong>admit</strong> &#8220;I buy links&#8221; or &#8220;I sell links&#8221;. It won&#8217;t happen, of course. And most of spam reports about paid links will be just <strong>undemonstrable</strong>.</p>
<p>Google won&#8217;t be able to know about tons of paid links. As long as you don&#8217;t use Google Checkout to pay/cash or Gmail to negotiate&#8230;</p>
<p>But they are pushing SEOs to <strong>most sophisticated paid links</strong>. For example, no links on footer anymore, but instead put a link with the right anchor <strong>in a paragraph that speaks about the right topic</strong>. They already work better today. And tomorrow we&#8217;ll see much more about this phenomenon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/paid-links-already-have-less-if-no-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experts</title>
		<link>http://www.diarizing.com/experts/</link>
		<comments>http://www.diarizing.com/experts/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 14:18:31 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/experts/</guid>
		<description><![CDATA[If they say that, it must be true.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iht.com/articles/2007/04/17/business/click.php" class="liexternal">If they say that</a>, it must be true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/experts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evil&#8217;s motto</title>
		<link>http://www.diarizing.com/evils-motto/</link>
		<comments>http://www.diarizing.com/evils-motto/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 19:48:48 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/evils-motto/</guid>
		<description><![CDATA[Don&#8217;t be Google.]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t be Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/evils-motto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fearless</title>
		<link>http://www.diarizing.com/fearless/</link>
		<comments>http://www.diarizing.com/fearless/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 15:09:08 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/fearless/</guid>
		<description><![CDATA[Friday the 13th: a good day to spend $3.1 Billion. Fearless.]]></description>
			<content:encoded><![CDATA[<p>Friday the 13th: a good day <a href="http://searchengineland.com/070413-173427.php" title="Google acquires Doubleclick" class="liexternal">to spend $3.1 Billion</a>. <a href="http://googleblog.blogspot.com/2007/04/next-step-in-google-advertising.html" title="Google acquires Doubleclick" class="liexternal">Fearless</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/fearless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
