<?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 on: Decoding SEO Meta Tags</title>
	<atom:link href="http://arindamchakraborty.com/decoding-seo-meta-tags/feed" rel="self" type="application/rss+xml" />
	<link>http://arindamchakraborty.com/decoding-seo-meta-tags</link>
	<description>Where Arindam Chakraborty Makes His Most Personal, Secret Posts!</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:32:48 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Arindam</title>
		<link>http://arindamchakraborty.com/decoding-seo-meta-tags#comment-6530</link>
		<dc:creator>Arindam</dc:creator>
		<pubDate>Sun, 21 Jun 2009 10:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://arindamchakraborty.com/?p=359#comment-6530</guid>
		<description>That is a good tip indeed. Less code on page that way! ;)

You won&#039;t believe 90% of my pages are built that way (out of ignorance), and it is only recently that I have started implementing the &quot;one line&quot; meta tag! ;)</description>
		<content:encoded><![CDATA[<p>That is a good tip indeed. Less code on page that way! <img src='http://arindamchakraborty.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>You won't believe 90% of my pages are built that way (out of ignorance), and it is only recently that I have started implementing the "one line" meta tag! <img src='http://arindamchakraborty.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emma</title>
		<link>http://arindamchakraborty.com/decoding-seo-meta-tags#comment-6529</link>
		<dc:creator>Emma</dc:creator>
		<pubDate>Sun, 21 Jun 2009 10:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://arindamchakraborty.com/?p=359#comment-6529</guid>
		<description>Hi Arindam,

Another simple yet effective post! I think in some of your examples, you could make the code slightly more efficient i.e. reduce the code to content ratio, which is better for search engine rankings.

For example, you gave:
&lt;meta name=&quot;ROBOTS&quot; content=&quot;noindex&quot;&gt;
&lt;meta name=&quot;ROBOTS&quot; content=&quot;nofollow&quot;&gt;

But this can actually be:
&lt;meta name=&quot;ROBOTS&quot; content=&quot;noindex,nofollow&quot;&gt;

Not forgetting a forward slash before the closing bracket if you code in XHTML of course :)

It is good to be reminded of some of the page tweaks from time to time though - it&#039;s so easy to get hung up on the content and forget about how your site appears in the search engines.

Thanks,
Emma</description>
		<content:encoded><![CDATA[<p>Hi Arindam,</p>
<p>Another simple yet effective post! I think in some of your examples, you could make the code slightly more efficient i.e. reduce the code to content ratio, which is better for search engine rankings.</p>
<p>For example, you gave:<br />
&lt;meta name="ROBOTS" content="noindex"&gt;<br />
&lt;meta name="ROBOTS" content="nofollow"&gt;</p>
<p>But this can actually be:<br />
&lt;meta name="ROBOTS" content="noindex,nofollow"&gt;</p>
<p>Not forgetting a forward slash before the closing bracket if you code in XHTML of course <img src='http://arindamchakraborty.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It is good to be reminded of some of the page tweaks from time to time though - it's so easy to get hung up on the content and forget about how your site appears in the search engines.</p>
<p>Thanks,<br />
Emma</p>
]]></content:encoded>
	</item>
</channel>
</rss>
