<?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>Raised By Turtles&#187; clean urls</title>
	<atom:link href="http://raisedbyturtles.org/tag/clean-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://raisedbyturtles.org</link>
	<description>None of the News that's Fit to Print</description>
	<lastBuildDate>Thu, 15 Jul 2010 18:12:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making Your Wordpress URLs Work For You</title>
		<link>http://raisedbyturtles.org/friendly-urls-wordpress/</link>
		<comments>http://raisedbyturtles.org/friendly-urls-wordpress/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 18:00:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[canonical URLs]]></category>
		<category><![CDATA[clean urls]]></category>
		<category><![CDATA[permalins]]></category>
		<category><![CDATA[urls]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/friendly-urls-wordpress/</guid>
		<description><![CDATA[Wordpress URLs by default aren&#8217;t real helpful. They give your visitor no information about the page. They add nothing to the information in your search listings. And they tell the search engines nothing about your page. That&#8217;s three wasted opportunities and it&#8217;s dead simple to fix.

The Problem with the default Wordpress URLs
By default, every page [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress URLs by default aren&#8217;t real helpful. They give your visitor no information about the page. They add nothing to the information in your search listings. And they tell the search engines nothing about your page. That&#8217;s three wasted opportunities and it&#8217;s dead simple to fix.<br />
<span id="more-10"></span></p>
<h2>The Problem with the default Wordpress URLs</h2>
<p>By default, every page in Wordpress will have a URL like <em>http://site.com/?pid=31</em>. What you want is a URL like <em><a href="http://raisedbyturtles.org/elephant-jokes">http://raisedbyturtles.org/elephant-jokes</a></em> for your collection of <a href="http://raisedbyturtles.org/elephant-jokes">Elephant Jokes</a> because of course there is nothing funnier than elephant jokes and nobody who sees that URL will be able to resist the urge to click it. <em>Nobody</em>. Some Wordpress user add additional parameters (and I did so in the past), so that it looks like <em>http://site.com/2020/06/07/elephant-jokes</em> if it&#8217;s posted on June 7, 2020 (I predict a resurgence in the popularity of elephant jokes in the 2020s). That&#8217;s fine, but there is a drawback in  that you probably don&#8217;t want people navigating back up to <em>http://site.com/2020/06</em> by editing your URL because that URL may be a dead end or, at best, list the articles published on that date. So Google&#8217;s top &#8220;search quality&#8221; engineer, <a href="http://onemansblog.com/2007/08/04/matt-cutts-lecture-whitehat-seo-tips-for-bloggers/">Matt Cutts,  suggests simply using the post name</a>.  If you will have a carefully categorized, hierarchical site, where posts will  typically belong to just one category, it may make sense to have the  category in the URL (again, more information for your visitors and in your search results). Otherwise, probably not.</p>
<h2>Why Change Your URL Schema?</h2>
<p>Some people call these type of URLs &#8220;search-engine  friendly&#8221; but in reality, the search engines can handle a URL in the  default form just fine. However, this method lets you achieve a few  things:</p>
<ul>
<li>You give <strong>keywords and context to the search engines (SEs)</strong>. This  isn&#8217;t going to automatically rocket you to the top, but it will help  the SEs a lot in determining what the main point of the page is. I&#8217;m not smart enough to game the search engines and I also believe that long-term, it will just become harder and harder anyway. That said, like any writing, you don&#8217;t want to make it purposely difficult for the reader. So you use this to give one of your &#8220;readers&#8221;, aka Googlebot or the Yahoo! Slurp or the MSN engine, a little help in understanding your message.</li>
<li>You give <strong>keywords and context to your users</strong>. I often look at a URL before I click on a link. I use this information all the time and appreciate a well-chosen URL, whether displayed at the bottom of my browser or in search results. However, where this really helps your potiential audience is in the case where someone does something like paste a URL into an email or forum. Which of the following is more <em>useful</em> to you as a reader:
<ul>
<li>&#8220;Hey Bill, I thought you might appreciate this &#8211; http://example.com/?p=34&#8243;</li>
<li>&#8220;Hey Bill, I thought you might appreciate this &#8211; <a href="http://raisedbyturtles.org/elephant-jokes">http://raisedbyturtles.org/elephant-jokes</a>&#8220;</li>
</ul>
<p>Definitely the second one. It saves you time—if you don&#8217;t want to read elephant jokes (and why would you so hate elephants?), you don&#8217;t waste your time clicking.</li>
<li><strong>Easier to remember and to give out verbally</strong>.</li>
</ul>
<h2>How do your Change Your Default URL Schema in Wordpress?</h2>
<p>This is very simple. In your WP admin area, go to <em>Options » Permalinks</em> and choose <em>Custom</em>. Now for your custom structure, you can enter in the text box:</p>
<ul>
<li><em>/%postname%/</em> — This is the Matt Cutts style.</li>
<li><em>/%category%/%postname%/</em> — This is my preferred style for a  site that is meaningfully hierarchical and categorized (i.e. if you  expect people to use drill-down navigation).</li>
<li><em>/%year%/%monthnum%/%day%/%postname%/</em> — use this if you  really don&#8217;t want any duplicate paths, but realistically all you need  to do is add a number at the end of the post slug and you&#8217;ll get the  same effect.</li>
</ul>
<p>By default, Wordpress will just use your-very-long-post-title-with-little-words-included. Sometimes that&#8217;s okay, depending on the title, but as a general rule, write <strong>custom post-slug on every post</strong>. The other important thing to remember here is to <strong>write a custom post-slug on every post</strong>. In the post edit/creation area, there&#8217;s a box on the right called post-slug that determines the last element of your URL. By the way, if you don&#8217;t already, <strong>write a custom post-slug on every post</strong>. Did I mention that already?</p>
<h2>Recap</h2>
<p>Wordpress gives you a nice facility for creating intelligent and readable URLs for your site. Taking a bit of time to restructure the default URL and to write useful post-slugs on every post will be beneficial to your readers, will attract more readers and will help the search engines determine the focus of your page.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/friendly-urls-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
