<?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: How to add rel=&#8221;nofollow&#8221; to the top links in Magento</title>
	<atom:link href="http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/</link>
	<description></description>
	<lastBuildDate>Sat, 23 Oct 2010 15:21:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: screambuy</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-162</link>
		<dc:creator>screambuy</dc:creator>
		<pubDate>Wed, 13 Oct 2010 09:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-162</guid>
		<description>Thanks your post ! i got it too.</description>
		<content:encoded><![CDATA[<p>Thanks your post ! i got it too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikl</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-147</link>
		<dc:creator>nikl</dc:creator>
		<pubDate>Thu, 06 May 2010 12:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-147</guid>
		<description>It needs to go into the big &#039;a&#039; chunk, anywhere in there just like class, title, etc are defined:
&lt;a href=&quot;blabla&quot; title=&quot;blabla&quot; rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>It needs to go into the big &#8216;a&#8217; chunk, anywhere in there just like class, title, etc are defined:<br />
<a href="blabla" title="blabla" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-144</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Apr 2010 04:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-144</guid>
		<description>app/design/frontend/default/[*yourTheme*]/template/page/template/links.phtml

on line 37</description>
		<content:encoded><![CDATA[<p>app/design/frontend/default/[*yourTheme*]/template/page/template/links.phtml</p>
<p>on line 37</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moshe Klein</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-143</link>
		<dc:creator>Moshe Klein</dc:creator>
		<pubDate>Tue, 27 Apr 2010 01:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-143</guid>
		<description>can you tell me more specific where i would add the no follow</description>
		<content:encoded><![CDATA[<p>can you tell me more specific where i would add the no follow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-139</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-139</guid>
		<description>I&#039;m a moron. Can you tell me where in this line of code to add it?


  &lt;li getIsFirst()): ?&gt; class=&quot;first&quot;getIsLast()): ?&gt; class=&quot;last&quot;getLiParams() ?&gt;&gt;getBeforeText() ?&gt;&lt;a href=&quot;getUrl() ?&gt;&quot; title=&quot;getTitle() ?&gt;&quot; getAParams() ?&gt;&gt;getLabel() ?&gt;&lt;/a&gt;getAfterText() ?&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m a moron. Can you tell me where in this line of code to add it?</p>
<p>  &lt;li getIsFirst()): ?&gt; class=&#8221;first&#8221;getIsLast()): ?&gt; class=&#8221;last&#8221;getLiParams() ?&gt;&gt;getBeforeText() ?&gt;&lt;a href=&quot;getUrl() ?&gt;&#8221; title=&#8221;getTitle() ?&gt;&#8221; getAParams() ?&gt;&gt;getLabel() ?&gt;getAfterText() ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-115</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Mon, 24 Aug 2009 04:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-115</guid>
		<description>This is not good since you are also adding the nofollow to the bottom links (like sitemap).

Do you know how to add the nofollow only to the toplinks?

I can&#039;t find a way to do it</description>
		<content:encoded><![CDATA[<p>This is not good since you are also adding the nofollow to the bottom links (like sitemap).</p>
<p>Do you know how to add the nofollow only to the toplinks?</p>
<p>I can&#8217;t find a way to do it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagicCardz</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-112</link>
		<dc:creator>MagicCardz</dc:creator>
		<pubDate>Fri, 07 Aug 2009 21:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-112</guid>
		<description>Youhou!! It works!
Much eseayer than going in all the .xml file.</description>
		<content:encoded><![CDATA[<p>Youhou!! It works!<br />
Much eseayer than going in all the .xml file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/comment-page-1/#comment-111</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Tue, 28 Jul 2009 20:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comment-111</guid>
		<description>I was trying to modify the top.links.phtml file with no success until I found your article.  Thanks a Bunch!</description>
		<content:encoded><![CDATA[<p>I was trying to modify the top.links.phtml file with no success until I found your article.  Thanks a Bunch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

