<?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: Search Engine Friendly URLs in Java</title>
	<atom:link href="http://gabrito.com/post/search-engine-friendly-urls-in-java/feed" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/search-engine-friendly-urls-in-java</link>
	<description>Anecdotes on Java, Ruby, Sysadmin, SEO, Design, and Management</description>
	<pubDate>Tue, 06 Jan 2009 04:54:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: robot</title>
		<link>http://gabrito.com/post/search-engine-friendly-urls-in-java/comment-page-1#comment-42445</link>
		<dc:creator>robot</dc:creator>
		<pubDate>Tue, 03 Jul 2007 21:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/33#comment-42445</guid>
		<description>I like Option 1 and I used it temporary to 301-redirect old URLs which could disappear in SE indexes...
Using query string as part of URL seems to be more natural. SE indexes such pages.
However, many SE use specific algos and analyze long-term links statistics. And static "path" plays significant role...
What to do?
?Computers is more natural for my site, and even better is
?c=12345
"?c=12345" can end up as long static path:
/Computer/Notebook/Lenovo/PROM/Microsoft/Office
(there are products in this category!)
and even much more longer.
I can't believe it can play a role for SEO in 2007. Anchor text and URL, but not "Path" inside URL. SE already know that URL path is not static, and URL query is not dynamic in so many cases.

Of course I can use /12345 instead of ?c=12345, but I simply don't have time... additionally to UrlRewrite I will have to modify a lot of tags generating anchors.
Thanks</description>
		<content:encoded><![CDATA[<p>I like Option 1 and I used it temporary to 301-redirect old URLs which could disappear in SE indexes&#8230;<br />
Using query string as part of URL seems to be more natural. SE indexes such pages.<br />
However, many SE use specific algos and analyze long-term links statistics. And static &#8220;path&#8221; plays significant role&#8230;<br />
What to do?<br />
?Computers is more natural for my site, and even better is<br />
?c=12345<br />
&#8220;?c=12345&#8243; can end up as long static path:<br />
/Computer/Notebook/Lenovo/PROM/Microsoft/Office<br />
(there are products in this category!)<br />
and even much more longer.<br />
I can&#8217;t believe it can play a role for SEO in 2007. Anchor text and URL, but not &#8220;Path&#8221; inside URL. SE already know that URL path is not static, and URL query is not dynamic in so many cases.</p>
<p>Of course I can use /12345 instead of ?c=12345, but I simply don&#8217;t have time&#8230; additionally to UrlRewrite I will have to modify a lot of tags generating anchors.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
