<?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"
	>
<channel>
	<title>Comments on: The importance of a semantic URL</title>
	<atom:link href="http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Mon, 08 Sep 2008 07:30:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Stevie D</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-188176</link>
		<dc:creator>Stevie D</dc:creator>
		<pubDate>Fri, 18 Jan 2008 13:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-188176</guid>
		<description>&lt;blockquote cite="http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-148565"&gt;I don’t think that people even look at URLs anymore. It’s information that is only for the computer. So it is not so important to be semantic.&lt;/blockquote&gt;
What I find useful/frustrating is going back to a website that I visit from time to time - if the site has human-friendly URLs and I've been to the page before, I can pick it out of the auto-completing list - but if it's got random IDs, I have to go to the homepage and navigate through the site, which is annoying.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-148565"><p>I don’t think that people even look at URLs anymore. It’s information that is only for the computer. So it is not so important to be semantic.</p></blockquote>
<p>What I find useful/frustrating is going back to a website that I visit from time to time - if the site has human-friendly URLs and I&#8217;ve been to the page before, I can pick it out of the auto-completing list - but if it&#8217;s got random IDs, I have to go to the homepage and navigate through the site, which is annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-150198</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 26 Nov 2007 12:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-150198</guid>
		<description>Except that it's a bad thing assuming how every person in the world, search engines do very much look at URL:s, so it is very important that they're semantic.</description>
		<content:encoded><![CDATA[<p>Except that it&#8217;s a bad thing assuming how every person in the world, search engines do very much look at URL:s, so it is very important that they&#8217;re semantic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What is a URL?people</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-148565</link>
		<dc:creator>What is a URL?people</dc:creator>
		<pubDate>Fri, 23 Nov 2007 23:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-148565</guid>
		<description>I don't think that people even look at URLs anymore. It's information that is only for the computer. So it is not so important to be semantic.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that people even look at URLs anymore. It&#8217;s information that is only for the computer. So it is not so important to be semantic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apsquared.net &#187; Blog Archive &#187; Cleaning up your sites URLs with the URL Rewrite Filter</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-45872</link>
		<dc:creator>apsquared.net &#187; Blog Archive &#187; Cleaning up your sites URLs with the URL Rewrite Filter</dc:creator>
		<pubDate>Sat, 31 Mar 2007 19:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-45872</guid>
		<description>[...] the GoogleBot crawling our site just fine, so we ignored it.Â  After reading articles like &#8220;The Importance of a Semantic URL&#8221; we&#8217;ve decided to start the process of cleaning up our sites URLs.Â  Instead of using [...]</description>
		<content:encoded><![CDATA[<p>[...] the GoogleBot crawling our site just fine, so we ignored it.Â  After reading articles like &#8220;The Importance of a Semantic <acronym title="Uniform Resource Locator">URL</acronym>&#8221; we&#8217;ve decided to start the process of cleaning up our sites URLs.Â  Instead of using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Clifton</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-45482</link>
		<dc:creator>Douglas Clifton</dc:creator>
		<pubDate>Fri, 30 Mar 2007 10:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-45482</guid>
		<description>An alternative to using mod_rewrite: Say you're coding in PHP, first use ForceType on a script with no extension, usually in a Directory context in your .conf file (I personally loath .htacces files for performance reasons) so mod_php picks it up. Next,  parse everything to the right of the script, like so:

$args = explode('/',trim($_SERVER['PATH_INFO'],'/'));

Say products is your script and the URL looks like:

products/handtools/screwdrivers/phillips

The $args array will contain:

$args[0] = handtools
$args[1] = screwdrivers
$args[2] = phillips

Then you can build an SQL query (or whatever) to fetch the matching products.

Incidentally, the trim() in the parse line is there to remove any leading or trailing slashes, otherwise you'll end up with empty array items in your list.</description>
		<content:encoded><![CDATA[<p>An alternative to using mod_rewrite: Say you&#8217;re coding in <acronym title="Hypertext PreProcessing">PHP</acronym>, first use ForceType on a script with no extension, usually in a Directory context in your .conf file (I personally loath .htacces files for performance reasons) so mod_php picks it up. Next,  parse everything to the right of the script, like so:</p>
<p>$args = explode(&#8217;/',trim($_SERVER['PATH_INFO'],&#8217;/'));</p>
<p>Say products is your script and the <acronym title="Uniform Resource Locator">URL</acronym> looks like:</p>
<p>products/handtools/screwdrivers/phillips</p>
<p>The $args array will contain:</p>
<p>$args[0] = handtools<br />
$args[1] = screwdrivers<br />
$args[2] = phillips</p>
<p>Then you can build an <acronym title="Structured Query Language (a database standard)">SQL</acronym> query (or whatever) to fetch the matching products.</p>
<p>Incidentally, the trim() in the parse line is there to remove any leading or trailing slashes, otherwise you&#8217;ll end up with empty array items in your list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-44580</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 26 Mar 2007 12:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-44580</guid>
		<description>William,

I guess the road to go is definining some major keywords, and also misspellings, to re-direct them to a helpful page.

Nate,

My personal take is that a hyphen (-) is the best way to replace spaces. Without a separator, as you say, long names are bound to become illegible.</description>
		<content:encoded><![CDATA[<p>William,</p>
<p>I guess the road to go is definining some major keywords, and also misspellings, to re-direct them to a helpful page.</p>
<p>Nate,</p>
<p>My personal take is that a hyphen (-) is the best way to replace spaces. Without a separator, as you say, long names are bound to become illegible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Baxley</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-44577</link>
		<dc:creator>Nate Baxley</dc:creator>
		<pubDate>Mon, 26 Mar 2007 12:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-44577</guid>
		<description>We recently created a wiki like application for posting articles and used the title of the post as the URL.  It works technically, but get's a but strange when you have long titles.  Another issue we've struggled with is spaces.  Do we leave the spaces in the title, or should we replace them with _ or something?  I can't give out the URL as it's not released yet, but I'd love to hear any thoughts you have.</description>
		<content:encoded><![CDATA[<p>We recently created a wiki like application for posting articles and used the title of the post as the <acronym title="Uniform Resource Locator">URL</acronym>.  It works technically, but get&#8217;s a but strange when you have long titles.  Another issue we&#8217;ve struggled with is spaces.  Do we leave the spaces in the title, or should we replace them with _ or something?  I can&#8217;t give out the <acronym title="Uniform Resource Locator">URL</acronym> as it&#8217;s not released yet, but I&#8217;d love to hear any thoughts you have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-44214</link>
		<dc:creator>William</dc:creator>
		<pubDate>Sat, 24 Mar 2007 14:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-44214</guid>
		<description>Going back to Stijn remark on wikipedia following this rule, what I love about wikipedia is if you type in: http://www.wikipedia.org/urls it will ask you do you mean http://www.wikipedia.org/wiki/urls, how would one go about implementing this into their website?</description>
		<content:encoded><![CDATA[<p>Going back to Stijn remark on wikipedia following this rule, what I love about wikipedia is if you type in: <a href="http://www.wikipedia.org/urls" rel="nofollow">http://www.wikipedia.org/urls</a> it will ask you do you mean <a href="http://www.wikipedia.org/wiki/urls" rel="nofollow">http://www.wikipedia.org/wiki/urls</a>, how would one go about implementing this into their website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why would anyone use Internet Explorer? - Robert&#8217;s talk</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43987</link>
		<dc:creator>Why would anyone use Internet Explorer? - Robert&#8217;s talk</dc:creator>
		<pubDate>Fri, 23 Mar 2007 09:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43987</guid>
		<description>[...] a little sidetrack (please forgive me for this), but with my post about semantic URLs the other day close in mind, compare the URLs for IE&#8217;s add-ons to the Firefox and Opera [...]</description>
		<content:encoded><![CDATA[<p>[...] a little sidetrack (please forgive me for this), but with my post about semantic URLs the other day close in mind, compare the URLs for <acronym title="Internet Explorer">IE</acronym>&#8217;s add-ons to the Firefox and Opera [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-03-23 - mattherzberger.com</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43985</link>
		<dc:creator>links for 2007-03-23 - mattherzberger.com</dc:creator>
		<pubDate>Fri, 23 Mar 2007 08:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43985</guid>
		<description>[...] The importance of a semantic URL - Robertâ€™s talk (tags: usability url SEO semantic friendlyurl) [...]</description>
		<content:encoded><![CDATA[<p>[...] The importance of a semantic <acronym title="Uniform Resource Locator">URL</acronym> - Robertâ€™s talk (tags: usability <acronym title="Uniform Resource Locator">URL</acronym> SEO semantic friendlyurl) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43857</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 22 Mar 2007 12:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43857</guid>
		<description>Mountain/\Ash,

Absolutely! :-)</description>
		<content:encoded><![CDATA[<p>Mountain/\Ash,</p>
<p>Absolutely! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mountain/\Ash</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43850</link>
		<dc:creator>Mountain/\Ash</dc:creator>
		<pubDate>Thu, 22 Mar 2007 11:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43850</guid>
		<description>Another great reason for using "plain english" URL's is when you speak a domain. I've worked with large companies that have large call centres. Try speaking a "bad" domain. It's even worse when people have trouble  "I'll put down the phone as I need two hands to do a question mark" *phone back to ear* some more words, *phoe down* two hands for an equals sign, then an ampersand "what's that?". Bahhh. You've just wasted 10 minutes on the phone to convey a URL. Up goes the call queues, need more staff, costs more money. All on something basic that a free websever can do out of the box.

I guess if your using IIS then you can afford to waste peoples time with a complex URL.</description>
		<content:encoded><![CDATA[<p>Another great reason for using &#8220;plain english&#8221; <acronym title="Uniform Resource Locator">URL</acronym>&#8217;s is when you speak a domain. I&#8217;ve worked with large companies that have large call centres. Try speaking a &#8220;bad&#8221; domain. It&#8217;s even worse when people have trouble  &#8220;I&#8217;ll put down the phone as I need two hands to do a question mark&#8221; *phone back to ear* some more words, *phoe down* two hands for an equals sign, then an ampersand &#8220;what&#8217;s that?&#8221;. Bahhh. You&#8217;ve just wasted 10 minutes on the phone to convey a <acronym title="Uniform Resource Locator">URL</acronym>. Up goes the call queues, need more staff, costs more money. All on something basic that a free websever can do out of the box.</p>
<p>I guess if your using <acronym title="Internet Infomation Server">IIS</acronym> then you can afford to waste peoples time with a complex <acronym title="Uniform Resource Locator">URL</acronym>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43707</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 21 Mar 2007 09:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43707</guid>
		<description>Joakim,

Absolutely, good point!</description>
		<content:encoded><![CDATA[<p>Joakim,</p>
<p>Absolutely, good point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joakim</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43698</link>
		<dc:creator>Joakim</dc:creator>
		<pubDate>Wed, 21 Mar 2007 08:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43698</guid>
		<description>Another thing to have in your mind if you have a lot of languages at your site and donÂ´t use different domains for each language. DonÂ´t use just cookie based (or parameter based urls) pages for multi languages sites, each language need to have a unique url.

For example (bad):
www.example.com/products/?lang=en
www.example.com/products/?lang=sv

Instead  you can do like this:
www.example.com/en/products/
www.example.com/sv/products/

A little SEO tip ;)</description>
		<content:encoded><![CDATA[<p>Another thing to have in your mind if you have a lot of languages at your site and donÂ´t use different domains for each language. DonÂ´t use just cookie based (or parameter based urls) pages for multi languages sites, each language need to have a unique <acronym title="Uniform Resource Locator">URL</acronym>.</p>
<p>For example (bad):<br />
<a href="http://www.example.com/products/?lang=en" rel="nofollow">http://www.example.com/products/?lang=en</a><br />
<a href="http://www.example.com/products/?lang=sv" rel="nofollow">http://www.example.com/products/?lang=sv</a></p>
<p>Instead  you can do like this:<br />
<a href="http://www.example.com/en/products/" rel="nofollow">http://www.example.com/en/products/</a><br />
<a href="http://www.example.com/sv/products/" rel="nofollow">http://www.example.com/sv/products/</a></p>
<p>A little SEO tip <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43554</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 20 Mar 2007 13:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43554</guid>
		<description>PÃ¤r,

Thanks!
The term semantic has a far broader term than in just web developing. It is about conveying meaning. Please read more in &lt;a href="http://en.wikipedia.org/wiki/Semantics" rel="nofollow"&gt;Wikipedia's Semantics&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>PÃ¤r,</p>
<p>Thanks!<br />
The term semantic has a far broader term than in just web developing. It is about conveying meaning. Please read more in <a href="http://en.wikipedia.org/wiki/Semantics" rel="nofollow">Wikipedia&#8217;s Semantics</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PÃ¤r Axelsson</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43523</link>
		<dc:creator>PÃ¤r Axelsson</dc:creator>
		<pubDate>Tue, 20 Mar 2007 10:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43523</guid>
		<description>Hi, Great article and great links in the comments. But why is it calld semantic url? For me...
...for me, semantic is not for urls, for me semantic is the relation signs or elements has to an object. 
Say web sematics,  p for paragraphs or h for headers.

Urls? its just like stating this clause is semantic; "Im a citizen in world, europe, sweden."

Am I all wrong here?

Thats why i suggest we skip using the term "semantic url" and instead use: "usable url", "simple url", "friendly url" or maybe "proper url"

Or?...</description>
		<content:encoded><![CDATA[<p>Hi, Great article and great links in the comments. But why is it calld semantic <acronym title="Uniform Resource Locator">URL</acronym>? For me&#8230;<br />
&#8230;for me, semantic is not for urls, for me semantic is the relation signs or elements has to an object.<br />
Say web sematics,  p for paragraphs or h for headers.</p>
<p>Urls? its just like stating this clause is semantic; &#8220;<acronym title="Instant Message">IM</acronym> a citizen in world, europe, sweden.&#8221;</p>
<p>Am I all wrong here?</p>
<p>Thats why i suggest we skip using the term &#8220;semantic <acronym title="Uniform Resource Locator">URL</acronym>&#8221; and instead use: &#8220;usable <acronym title="Uniform Resource Locator">URL</acronym>&#8221;, &#8220;simple <acronym title="Uniform Resource Locator">URL</acronym>&#8221;, &#8220;friendly <acronym title="Uniform Resource Locator">URL</acronym>&#8221; or maybe &#8220;proper <acronym title="Uniform Resource Locator">URL</acronym>&#8221;</p>
<p>Or?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43513</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 20 Mar 2007 07:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43513</guid>
		<description>Jason, Andreas,

Personally, I'm no expert in apache_mod_rewrite, but I hope the articles linked to in the blog or the comments can help you out, and show options.

Mike,

Thanks for clarifying that!

Jermayn,

No, no, that's good input. I think it makes sense for a blog (just as Kiper says), to immediately being able to see how old the post is. What's good about it, too, is that you can for instance take away the name of the post to get a listing of all posts that day, remove 16 to get all posts in March etc.</description>
		<content:encoded><![CDATA[<p>Jason, Andreas,</p>
<p>Personally, I&#8217;m no expert in apache_mod_rewrite, but I hope the articles linked to in the blog or the comments can help you out, and show options.</p>
<p>Mike,</p>
<p>Thanks for clarifying that!</p>
<p>Jermayn,</p>
<p>No, no, that&#8217;s good input. I think it makes sense for a blog (just as Kiper says), to immediately being able to see how old the post is. What&#8217;s good about it, too, is that you can for instance take away the name of the post to get a listing of all posts that day, remove 16 to get all posts in March etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiper</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43501</link>
		<dc:creator>Kiper</dc:creator>
		<pubDate>Tue, 20 Mar 2007 06:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43501</guid>
		<description>But the date is semantic in a way. If you want to see which post is the most recent, then it is the best way. You get both a date stamp and the heading of the article. Not too bad, or?
I've skipped day on my blog but still use year and month.</description>
		<content:encoded><![CDATA[<p>But the date is semantic in a way. If you want to see which post is the most recent, then it is the best way. You get both a date stamp and the heading of the article. Not too bad, or?<br />
I&#8217;ve skipped day on my blog but still use year and month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43483</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Tue, 20 Mar 2007 04:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43483</guid>
		<description>I totally agree with what you wrote. A question though in looking at your own link for this article. &lt;code&gt;http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/ &lt;/code&gt; is this semantic URL?? I do not want to seem like a wise bum but it would almost seem simpler to have it without the date...

btw just for the record I have the set up with the date with my blog ;P</description>
		<content:encoded><![CDATA[<p>I totally agree with what you wrote. A question though in looking at your own link for this article. <code><a href="http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/" rel="nofollow">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-<acronym title="Uniform Resource Locator">URL</acronym>/</a> </code> is this semantic <acronym title="Uniform Resource Locator">URL</acronym>?? I do not want to seem like a wise bum but it would almost seem simpler to have it without the date&#8230;</p>
<p><acronym title="By The Way">BTW</acronym> just for the record I have the set up with the date with my blog ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Linksvayer</title>
		<link>http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43449</link>
		<dc:creator>Mike Linksvayer</dc:creator>
		<pubDate>Mon, 19 Mar 2007 22:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/16/the-importance-of-a-semantic-url/#comment-43449</guid>
		<description>Mateusz and Robert,

RDFa is not (yet) a W3C recommendation, but is completely orthogonal to this discussion in any case.

Pretty URIs are nice, so is the ability to embed data in web pages; choose one, or both.</description>
		<content:encoded><![CDATA[<p>Mateusz and Robert,</p>
<p>RDFa is not (yet) a <acronym title="World Wide Web Consortium">W3C</acronym> recommendation, but is completely orthogonal to this discussion in any case.</p>
<p>Pretty URIs are nice, so is the ability to embed data in web pages; choose one, or both.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
