<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for SEO Scientist - Applying the scientific method to SEO</title>
	<atom:link href="http://www.seo-scientist.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seo-scientist.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 09:31:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Google counting only the first link to a domain &#8211; rebunked by Los Angeles Website Design</title>
		<link>http://www.seo-scientist.com/first-link-counted-rebunked.html/comment-page-3#comment-42100</link>
		<dc:creator>Los Angeles Website Design</dc:creator>
		<pubDate>Mon, 08 Mar 2010 09:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=18#comment-42100</guid>
		<description>Google algorithms are very updated and focuses on every aspect that help in giving good performance to the site. But they are according to worldwide standards.</description>
		<content:encoded><![CDATA[<p>Google algorithms are very updated and focuses on every aspect that help in giving good performance to the site. But they are according to worldwide standards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO is Dead by Haruki</title>
		<link>http://www.seo-scientist.com/seo-is-dead.html/comment-page-1#comment-42068</link>
		<dc:creator>Haruki</dc:creator>
		<pubDate>Sun, 07 Mar 2010 05:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=133#comment-42068</guid>
		<description>As long as there is way to get traffic from search engine it is not dead. Google hates SEO and wishes it dead.</description>
		<content:encoded><![CDATA[<p>As long as there is way to get traffic from search engine it is not dead. Google hates SEO and wishes it dead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Ranking and CTR &#8211; how clicks distribute over different rankings on Google by iben kramer</title>
		<link>http://www.seo-scientist.com/google-ranking-ctr-click-distribution-over-serps.html/comment-page-1#comment-41991</link>
		<dc:creator>iben kramer</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=76#comment-41991</guid>
		<description>nice visuals i must say for the SERP</description>
		<content:encoded><![CDATA[<p>nice visuals i must say for the SERP</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google counting only the first link to a domain &#8211; rebunked by fire cracker</title>
		<link>http://www.seo-scientist.com/first-link-counted-rebunked.html/comment-page-3#comment-41988</link>
		<dc:creator>fire cracker</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=18#comment-41988</guid>
		<description>Good piece of information for the new SEO professionals. It will help them to formulate new strategy for the same.</description>
		<content:encoded><![CDATA[<p>Good piece of information for the new SEO professionals. It will help them to formulate new strategy for the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress and Windows Live Writer XmlRpc server problem solutions by sylvain</title>
		<link>http://www.seo-scientist.com/wordpress-and-windows-live-writer-xmlrpc-server-problem-solutions.html/comment-page-1#comment-41982</link>
		<dc:creator>sylvain</dc:creator>
		<pubDate>Wed, 03 Mar 2010 22:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/wordpress-and-windows-live-writer-xmlrpc-server-problem-solutions.html#comment-41982</guid>
		<description>Well, it looks like that even in 2010, there are still a lot of potential communication problems between Windows Live Writer (WLW) and a XML-RPC blog server.

On my blog, I&#039;ve recently posted the first part of an article on how to solve many of these problems by first identifying them precisely using the log file of WLW and/or an HTML traffic capturing tool such as Fiddler:

http://coding-paparazzi.sylvainlafontaine.com/2010/02/solving-connection-problems-wlw.html

Beside the log file and Fiddler, this part one covers the specific problems of the presence of a an UTF-8 BOM at the beginning of one of the PHP script files (often, this will be the wp-config.php file in the case of WordPress) and of the presence of extraneous characters at either the beginning (before the opening tag  ) of one of the PHP script files.

In the second part (soon to be published), I will cover the problem of the presence of Warning and of Fatal PHP error messages in the XML-RPC  response file.  Fatal errors are usually the result of some kind of error in the PHP code but you can get a Warning error message simply by having a badly set php.ini file; so it&#039;s often simply a local configuration problem of PHP.</description>
		<content:encoded><![CDATA[<p>Well, it looks like that even in 2010, there are still a lot of potential communication problems between Windows Live Writer (WLW) and a XML-RPC blog server.</p>
<p>On my blog, I&#8217;ve recently posted the first part of an article on how to solve many of these problems by first identifying them precisely using the log file of WLW and/or an HTML traffic capturing tool such as Fiddler:</p>
<p><a href="http://coding-paparazzi.sylvainlafontaine.com/2010/02/solving-connection-problems-wlw.html">http://coding-paparazzi.sylvainlafontaine.com/2010/02/solving-connection-problems-wlw.html</a></p>
<p>Beside the log file and Fiddler, this part one covers the specific problems of the presence of a an UTF-8 BOM at the beginning of one of the PHP script files (often, this will be the wp-config.php file in the case of WordPress) and of the presence of extraneous characters at either the beginning (before the opening tag  ) of one of the PHP script files.</p>
<p>In the second part (soon to be published), I will cover the problem of the presence of Warning and of Fatal PHP error messages in the XML-RPC  response file.  Fatal errors are usually the result of some kind of error in the PHP code but you can get a Warning error message simply by having a badly set php.ini file; so it&#8217;s often simply a local configuration problem of PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Ranking and CTR &#8211; how clicks distribute over different rankings on Google by debt</title>
		<link>http://www.seo-scientist.com/google-ranking-ctr-click-distribution-over-serps.html/comment-page-1#comment-41933</link>
		<dc:creator>debt</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=76#comment-41933</guid>
		<description>Thank you for this informative read, I really appreciate sharing this great post. Keep up your work.</description>
		<content:encoded><![CDATA[<p>Thank you for this informative read, I really appreciate sharing this great post. Keep up your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google counting only the first link to a domain &#8211; rebunked by Exclusivitatea primului link in SEO &#124; Web Copywriter</title>
		<link>http://www.seo-scientist.com/first-link-counted-rebunked.html/comment-page-3#comment-41918</link>
		<dc:creator>Exclusivitatea primului link in SEO &#124; Web Copywriter</dc:creator>
		<pubDate>Sun, 28 Feb 2010 22:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=18#comment-41918</guid>
		<description>[...] E-commerce&#8220;) care trata o problemă mai puţin cunoscută la noi, dar intens dezbătută pe .com, .co.uk şi .de: Google ţine cont exclusiv de primul link din pagină (dintre link-uri multiple [...]</description>
		<content:encoded><![CDATA[<p>[...] E-commerce&#8220;) care trata o problemă mai puţin cunoscută la noi, dar intens dezbătută pe .com, .co.uk şi .de: Google ţine cont exclusiv de primul link din pagină (dintre link-uri multiple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google counting only the first link to a domain &#8211; rebunked by Paul Phifer</title>
		<link>http://www.seo-scientist.com/first-link-counted-rebunked.html/comment-page-3#comment-41916</link>
		<dc:creator>Paul Phifer</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=18#comment-41916</guid>
		<description>really nice post, thanks for taking the time to put that one together. adding this to my RSS!</description>
		<content:encoded><![CDATA[<p>really nice post, thanks for taking the time to put that one together. adding this to my RSS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google counting only the first link to a domain &#8211; rebunked by Wasted Links on Your Pages : Search Engine Seduction Strategies</title>
		<link>http://www.seo-scientist.com/first-link-counted-rebunked.html/comment-page-3#comment-41888</link>
		<dc:creator>Wasted Links on Your Pages : Search Engine Seduction Strategies</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=18#comment-41888</guid>
		<description>[...] and although it&#8217;s been widely publicized and it&#8217;s been that way for quite a while, and  testing has even been done, there are still a lot pf people getting it [...]</description>
		<content:encoded><![CDATA[<p>[...] and although it&#8217;s been widely publicized and it&#8217;s been that way for quite a while, and  testing has even been done, there are still a lot pf people getting it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO is Dead by Ecommerce help</title>
		<link>http://www.seo-scientist.com/seo-is-dead.html/comment-page-1#comment-41717</link>
		<dc:creator>Ecommerce help</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-scientist.com/?p=133#comment-41717</guid>
		<description>i think seo is sure changes, but dead. Never. i think fooling search engines is over. real good seo will be always alive and continuously shifting!</description>
		<content:encoded><![CDATA[<p>i think seo is sure changes, but dead. Never. i think fooling search engines is over. real good seo will be always alive and continuously shifting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
