<?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>The Zoltan Blog &#187; magentocommerce</title>
	<atom:link href="http://www.zoltanfagyal.com/blog/category/magentocommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoltanfagyal.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 24 Nov 2010 20:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add rel=&#8221;nofollow&#8221; to the top links in Magento</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/</link>
		<comments>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:25:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[magentocommerce]]></category>
		<category><![CDATA[nofollow]]></category>

		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/</guid>
		<description><![CDATA[<p></p>
]]></description>
			<content:encoded><![CDATA[<p>It is a good practice to add nofollow attribute to the links that are not important from SEO perspective, so link juice is not trickled down to these pages.</p>
<p>These links are on the top of the Magento pages: </p>
<p>My Account | My Wishlist | My Cart | Checkout | Log In</p>
<p><strong>Here is what you have to do:</strong></p>
<p>1. Open the following file:<br />
app/design/frontend/default/[*yourTheme*]/template/page/template/links.phtml<br />
&#8211; Replace [*yourTheme*] with whatever the name of your theme is. Replace it with &#8216;default&#8217; if you are using the default theme.</p>
<p>2. Add rel=&#8221;nofollow&#8221; to the code on line 37</p>
<p>3. Test your pages</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoltanfagyal.com/blog/2009/05/13/how-to-add-relnofollow-to-the-top-links-in-magento/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Where can I add a rel=&#8221;nofollow” to “View as: Grid List” and “Sort By” in Magento Commerce</title>
		<link>http://www.zoltanfagyal.com/blog/2009/05/13/where-can-i-add-a-relnofollow%e2%80%9d-to-%e2%80%9cview-as-grid-list%e2%80%9d-and-%e2%80%9csort-by%e2%80%9d-in-magento-commerce/</link>
		<comments>http://www.zoltanfagyal.com/blog/2009/05/13/where-can-i-add-a-relnofollow%e2%80%9d-to-%e2%80%9cview-as-grid-list%e2%80%9d-and-%e2%80%9csort-by%e2%80%9d-in-magento-commerce/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:01:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[magentocommerce]]></category>
		<category><![CDATA[nofollow]]></category>

		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/05/13/where-can-i-add-a-relnofollow%e2%80%9d-to-%e2%80%9cview-as-grid-list%e2%80%9d-and-%e2%80%9csort-by%e2%80%9d-in-magento-commerce/</guid>
		<description><![CDATA[</p>
]]></description>
			<content:encoded><![CDATA[<p>If you are wondering where in the code you can add rel=&#8221;nofollow’ to the top bits (view as Grid, sort by etc) of the category and search pages in Magento you came to the right place.</p>
<p>To clarify these links are are</p>
<p>http://www.domain.com/category?mode=list</p>
<p>http://www.domain.com/category?mode=grid</p>
<p>http://www.domain.com/category?mode=grid&limit;=9&#038;p;=2</p>
<p>http://www.domain.com/category?mode=grid&limit;=15</p>
<p>etc.</p>
<p><strong>Open the following file:</strong><br />
/app/design/frontend/default/[*your skin name*]/template/catalog/product/list/toolbar.phtml    </p>
<p>&#8211; replace [*your skin name*] with the skin name you setup if you use a different design than the default. </p>
<p>If you are using the default design, replace it with &#8216;default&#8217;. In this case the file is here:<br />
/app/design/frontend/default/default/template/catalog/product/list/toolbar.phtml </p>
<p>Add rel=&#8221;nofollow” to line 87, 102 and 104.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoltanfagyal.com/blog/2009/05/13/where-can-i-add-a-relnofollow%e2%80%9d-to-%e2%80%9cview-as-grid-list%e2%80%9d-and-%e2%80%9csort-by%e2%80%9d-in-magento-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

