<?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: Use Categories in Product URLs for Magento SEO without Duplicate Content</title>
	<atom:link href="http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/</link>
	<description>Personal Blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 02:52:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shaun O'Hagan</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-33008</link>
		<dc:creator>Shaun O'Hagan</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-33008</guid>
		<description>Hi Mike,
I&#039;ve found an answer to my own question. I tested that before the fix doing a search on my store always brought back products with simple product urls. After applying the fix the results come back as full category based urls.  Cool.  
Nice work
Shaun.</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
I&#8217;ve found an answer to my own question. I tested that before the fix doing a search on my store always brought back products with simple product urls. After applying the fix the results come back as full category based urls.  Cool.<br />
Nice work<br />
Shaun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento SEO</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-24298</link>
		<dc:creator>Magento SEO</dc:creator>
		<pubDate>Sat, 23 May 2009 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-24298</guid>
		<description>[...] Mike Smullin has already taken care of this with his easy tweak. Visit Mike&#8217;s post about this here. This requires one small modification to Magneto core, so hopefully someone will write an extension [...]</description>
		<content:encoded><![CDATA[<p>[...] Mike Smullin has already taken care of this with his easy tweak. Visit Mike&#8217;s post about this here. This requires one small modification to Magneto core, so hopefully someone will write an extension [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost de Valk</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-16844</link>
		<dc:creator>Joost de Valk</dc:creator>
		<pubDate>Wed, 18 Mar 2009 14:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-16844</guid>
		<description>We&#039;ve developed a full guide to &lt;a href=&quot;http://yoast.com/articles/magento-seo/&quot; rel=&quot;nofollow&quot;&gt;Magento SEO&lt;/a&gt; at Yoast.com, hope you like it!</description>
		<content:encoded><![CDATA[<p>We&#8217;ve developed a full guide to <a href="http://yoast.com/articles/magento-seo/" rel="nofollow">Magento SEO</a> at Yoast.com, hope you like it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-16823</link>
		<dc:creator>René</dc:creator>
		<pubDate>Wed, 18 Mar 2009 11:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-16823</guid>
		<description>Thanks for sharing this solution, Mike. It worked out pretty good for all the links on my shop - except for the products in the my block &quot;new products&quot;.  The URL is untouched and this in the form root/product.html.

I check my template and it calls the product link via echo $_product-&gt;getProductUrl() and returns the &quot;faulty&quot; URL. Could you give me a hint how to change these as well into SEO friedly links without losing link juice? ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this solution, Mike. It worked out pretty good for all the links on my shop &#8211; except for the products in the my block &#8220;new products&#8221;.  The <acronym title="Uniform Resource Locator">URL</acronym> is untouched and this in the form root/product.html.</p>
<p>I check my template and it calls the product link via echo $_product-&gt;getProductUrl() and returns the &#8220;faulty&#8221; <acronym title="Uniform Resource Locator">URL</acronym>. Could you give me a hint how to change these as well into SEO friedly links without losing link juice? <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Smullin</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-16339</link>
		<dc:creator>Mike Smullin</dc:creator>
		<pubDate>Sat, 14 Mar 2009 23:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-16339</guid>
		<description>@matt: Yep, you&#039;ve correctly identified it is because you&#039;ve got products in multiple categories. My setup has only one category per product, so that&#039;s as far as I wanted to develop the patch. 

If you end up taking it further to where it can work with multiple categories, please feel free to post your link here and let me know.</description>
		<content:encoded><![CDATA[<p>@matt: Yep, you&#8217;ve correctly identified it is because you&#8217;ve got products in multiple categories. My setup has only one category per product, so that&#8217;s as far as I wanted to develop the patch. </p>
<p>If you end up taking it further to where it can work with multiple categories, please feel free to post your link here and let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-16291</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-16291</guid>
		<description>hm, this code fix isn&#039;t doing it for me.  I&#039;ve got products in multiple categories, and if I arrive at each product through a different category, then the URL ends up being unique for that category assignment ...</description>
		<content:encoded><![CDATA[<p>hm, this code fix isn&#8217;t doing it for me.  I&#8217;ve got products in multiple categories, and if I arrive at each product through a different category, then the <acronym title="Uniform Resource Locator">URL</acronym> ends up being unique for that category assignment &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-16289</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-16289</guid>
		<description>Stephan - nofollow would only work for the bots and spiders.  but if a user comes along and finds a product they like and links to it on their blog, and another user links the same product under a different category URL, then you&#039;ve essentially 1/2&#039;d the link-juice between those two links.  So there needs to be a way to &quot;physically&quot; restrict product URLs to just one.

Thanks for sharing the diff, Mike.  Gonna give it a shot and see how it works on our setup which we&#039;re launching ... tomorrow! :)</description>
		<content:encoded><![CDATA[<p>Stephan &#8211; nofollow would only work for the bots and spiders.  but if a user comes along and finds a product they like and links to it on their blog, and another user links the same product under a different category <acronym title="Uniform Resource Locator">URL</acronym>, then you&#8217;ve essentially 1/2&#8242;d the link-juice between those two links.  So there needs to be a way to &#8220;physically&#8221; restrict product URLs to just one.</p>
<p>Thanks for sharing the diff, Mike.  Gonna give it a shot and see how it works on our setup which we&#8217;re launching &#8230; tomorrow! <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Miller</title>
		<link>http://www.mikesmullin.com/development/use-categories-product-urls-magento-seo-without-duplicate-content/comment-page-1/#comment-15087</link>
		<dc:creator>Stephan Miller</dc:creator>
		<pubDate>Sun, 08 Mar 2009 05:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesmullin.com/?p=319#comment-15087</guid>
		<description>Great post. I have been wondering about this lately. I have been watching sites with 1000 products have over 14,000 urls indexed in Google. That&#039;s a lot of PageRank leakage. It&#039;s one thing to have a big site, but another one altogether to create it from duplicate content. This post will help that a bit.

They need the ability to add nofollow to specific links in Magento, especially empty review pages and the layered attribute navigation. I will be experimenting with nofollowing some of these links in the future to see what&#039;s happens.</description>
		<content:encoded><![CDATA[<p>Great post. I have been wondering about this lately. I have been watching sites with 1000 products have over 14,000 urls indexed in Google. That&#8217;s a lot of PageRank leakage. It&#8217;s one thing to have a big site, but another one altogether to create it from duplicate content. This post will help that a bit.</p>
<p>They need the ability to add nofollow to specific links in Magento, especially empty review pages and the layered attribute navigation. I will be experimenting with nofollowing some of these links in the future to see what&#8217;s happens.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
