<?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>Tech Tips, News and Tribal Knowledge &#187; Wordpress</title>
	<atom:link href="http://www.os.com/blog/category/blogging/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.os.com</link>
	<description>A technology blog about news, systems, gadgets, websites, software and productivity tools</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:29:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Maybe Pretty Permalinks Are Better After All</title>
		<link>http://www.os.com/blog/maybe-pretty-permalinks-are-better-after-all/</link>
		<comments>http://www.os.com/blog/maybe-pretty-permalinks-are-better-after-all/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 19:45:53 +0000</pubDate>
		<dc:creator>Craig Shrimpton</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.os.com/?p=21</guid>
		<description><![CDATA[After previously deriding the pretty permalinks mantra, I have finally decided to drink the &#8220;Kool-Aid.&#8221;  Although I&#8217;m still not convinced it will make any difference in search engine rankings, I do see the value of pretty permalinks in overall site design and organization.  There are two primary reasons I&#8217;ve decided to change the default permalink [...]]]></description>
			<content:encoded><![CDATA[<p>After previously <a title="Are pretty permalinks really better than ugly permalinks?" href="http://www.os.com/?p=11">deriding the pretty permalinks mantra</a>, I have finally decided to drink the &#8220;Kool-Aid.&#8221;  Although I&#8217;m still not convinced it will make any difference in search engine rankings, I do see the value of pretty permalinks in overall site design and organization.  There are two primary reasons I&#8217;ve decided to change the default permalink structure, neither of which have anything to do with search engine optimization (SEO).  The first, and most important, concerns how manually entered links back to my blog appear to potential readers.  The second involves the limitations imposed on site hierarchy when using the default permalink structure.</p>
<p><span id="more-21"></span></p>
<p>Recently I received a burst of traffic from a reference citation on the popular tech site, <a title="Experts Exchange" href="http://www.experts-exchange.com">Experts Exchange</a>.  When I went to the source to check on what it was all about, the referenced link back to my site was not very pretty; in fact it was downright ugly!  The link supplied by the poster at Experts Exchange was in response to a previous question asked by a user.  It was simply -</p>
<p>also here:<br />
<a href="http://www.os.com/?p=9" target="_blank">http://www.os.com/?p=9</a></p>
<p>For a search engine result, this link isn&#8217;t an issue, as the results page will include the post title and a brief content snippet.  But for a manually entered link, the reader&#8217;s experience isn&#8217;t quite the same.  The default permalink doesn&#8217;t provide the potential reader with any incentive to click through to the article.  The URL is totally generic and non-descriptive and for all they know, it could be a spam link.  This was something I hadn&#8217;t considered.  In the past I was only looking at how search engines would view the URLs, not people.  Unless all one is interested in is ad clicks, a blog should be written for people, not computers.  This alone was enough to convince me to change the permalinks.</p>
<p>The other reason has more to do with overall design considerations than anything else.  I&#8217;ve been thinking of expanding the site with additional content and was contemplating moving the blog one level lower in the site hierarchy.  While I could easily re-install WordPress in a sub-directory, doing so would require an additional content management system for the non-blog portion of the site.  I like WordPress and it works fairly well as a CMS.  I have no desire to add yet another management layer to the site.  With WordPress, simply changing the permalink structure is an easy and effective way to push the blog content down a level without the need for a major re-design.  So now that I&#8217;ve decided the ugly permalinks needed to go, all that is left is to decide on the optimal permalink format.</p>
<p>There are literally hundreds of posts detailing the ongoing debate over the best permalink structure.  Most of these debates revolve around search engine optimization.  As I have stated before, I don&#8217;t believe SEO considerations are germane to a URL formatting decision.  Your permalink structure decision should be based on how people interact with your site, not search engines.  Although there are several popular formats that are sound from a design standpoint, in practice they could be technically troublesome.</p>
<p>One popular format is the /%category%/%postname%/ structure.  While this method looks good at first, it suffers from two potential problems.  First, if you ever decide to change your category structure, or move your posts between categories, it will cause havoc with both links on search engines and referring sites.  Second, if your categories contain sub-categories, or your posts are listed in multiple categories, you may experience unpredictable URL paths.  The category WordPress will use is not necessarily the category you want.  WordPress will select the category with the lowest category ID.  Remember, pretty permalinks are the result of the rewrite engine.  WordPress still uses the ugly permalinks internally.</p>
<p>The other method, and I believe the most popular one, is simply using /%postname%/.  From a people standpoint this is the simplest and most descriptive URL.  It does, however, lock your blog at the root of the site.  In my previous post I stated this was good thing, but that was before I decided I wanted to add additional non-blog content to the site.  My preference now is for flexibility as well as readability.  So long as your posts aren&#8217;t buried in what looks like a long directory path, having your blog at the second level of your site shouldn&#8217;t be a problem for search engines or people.</p>
<p>There is also one other format that I have recently seen that is based on /%post_id%/%postname%/.  I&#8217;m not sure what to make of this design.  Creating a URL that contains a unique post ID as a path element doesn&#8217;t seem to serve any practical purpose.  It can also hinder user interaction with the site.  How often have you been on a site and manually edited the URL in the browser bar to navigate back to a previous directory?  Using /%post_id%/ in the path makes this type of navigation impossible.</p>
<p>After debating the pros and cons of the various link formats, it came down to either /articles/%postname%/ or /blog/%postname%/.  I decided on /blog/%postname%/ for a couple of reasons.  Having the word &#8220;articles&#8221; in the URL path is descriptive, but not necessarily accurate.  An article is really something different than a blog post.  Articles are generally longer and more formal.  I felt the posts here, although some are long, are not technically articles.  Blog is a much better description.</p>
<p>Readers identify blogs with dynamic Web 2.0 content.  Articles are static in nature, more like reference material.  Selecting /blog/%postname%/ seemed like it fits both my structure and design requirements.  Now the only thing left to do is to make sure I haven&#8217;t created lots of duplicate content.  One of the major advantages of the default structure is that it helps reduce duplicate content which will definitely affect SEO.  Now that I&#8217;ve changed link structure, I need to be more aware of the potential for duplicates.</p>
<p>As the content is now available through multiple URLs, I needed a way to control how search bots indexed the site.  I decided on using the <a title="Meta Robots Plugin" href="http://yoast.com/wordpress/meta-robots-wordpress-plugin/">Robots Meta</a> plugin from <em>Joost de Valk</em> as it provides granular control over what and how the site is indexed.  This seems a little less ham-handed than messing with the traditional robots.txt.</p>
<p>So now, after eating crow, I&#8217;m ready to implement the new structure.  I hope I will not feel the need to switch it back because that will make a real mess with search engines, RSS feeds and manually entered links.  Changing your permalink structure from the default is something you only want to do once.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.os.com/blog/maybe-pretty-permalinks-are-better-after-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are pretty permalinks really better than ugly permalinks?</title>
		<link>http://www.os.com/blog/are-pretty-permalinks-really-better-than-ugly-permalinks/</link>
		<comments>http://www.os.com/blog/are-pretty-permalinks-really-better-than-ugly-permalinks/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 02:18:34 +0000</pubDate>
		<dc:creator>Craig Shrimpton</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.os.com/?p=11</guid>
		<description><![CDATA[There seems to be near universal agreement among bloggers and search engine optimization (SEO) experts that the default permalink structure in WordPress is not optimal for SEO.  While I don&#8217;t know where this belief originated, I do know that a presentation by Matt Cutts at WordCamp 2007 lent further support to this notion.  Matt is [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be near universal agreement among bloggers and search engine optimization (SEO) experts that the default permalink structure in WordPress is not optimal for SEO.  While I don&#8217;t know where this belief originated, I do know that a presentation by Matt Cutts at WordCamp 2007 lent further support to this notion.  Matt is on the Google search team and his opinion carries a lot of weight.  Being the suspicious curmudgeon I am, my stated position is: &#8220;saying it doesn&#8217;t make it so.&#8221;</p>
<p><span id="more-11"></span></p>
<p>I have yet to see anything other than anecdotal evidence that changing your &#8220;ugly&#8221; permalinks to &#8220;pretty&#8221; permalinks has any significant positive effect on page ranking.  In fact, the reverse may be true, especially for established blogs with many indexed posts.</p>
<p>I have searched the web high and low and have yet to find any credible empirical study on the SEO effects of  permalink structure.   Most of the information I have garnered is purely opinion without much evidence to back it up.  It&#8217;s basically an &#8220;everyone&#8217;s doing it, so it must be right&#8221; attitude.  So, always rooting for the underdog, I&#8217;d like to put up a short defense of ugly permalinks.</p>
<p><strong>1) Ugly permalinks are short and based at the root of the domain.</strong></p>
<p>Custom permalinks are available in many formats, however, some defaults are offered.  Of the defaults, one of the more popular ones is the &#8220;Day and Name&#8221; permalink format: http://www.yourdomain.com/2008/07/04/sample-post/.  This URL is built using the <tt>/%year%/%monthnum%/%day%/%postname%/</tt> tags.  Unlike the ugly permalink, this URL is three levels down from the root.  It is a bit long and it contains numbers that have no real meaning in relation to the post&#8217;s content.</p>
<p>Long URLs can appear as random keywords to the Google search bot unless the post title is very carefully crafted.  Google will penalize you for excessively long and random appearing URLs.  Don&#8217;t let your URLs look &#8220;spammy.&#8221;</p>
<p>While this popular custom URL format isn&#8217;t inherently spammy, consider the post: http://www.yourdomain.com/2008/07/04/if-i-have-to-listen-to-my-mother-in-law-complain-one-more-time/.  When reading it, it makes sense, but to a search bot, it really doesn&#8217;t contain any useful keywords.  I think with that post,  the ugly permalink of: http://www.yourdomain.com/?p=123 is more than sufficient.</p>
<p><strong>2) Ugly permalinks offer an absolutely unique post id.</strong></p>
<p>One of the major advantages of ugly permalinks is that they ensure the post title doesn&#8217;t have to be unique.  For most people, this is not an issue, but consider the potential problem if you have multiple authors on your blog.  It is not beyond the realm of possibilities that your authors will try to create posts with duplicate titles.  The use of ugly permalinks make this a non-issue.</p>
<p>On the question of duplicates, one thing I haven&#8217;t been able to ascertain is whether using ugly permalinks can help eliminate duplicate content issues.  With the exception of data added after a trailing &#8220;/&#8221; as in ?p=223/xxx, no other invalid URL will return a page with ugly permalinks.  All invalid requests return a &#8220;Sorry, no posts matched your criteria&#8221; message.  With the custom URLs I have tested, the behavior is somewhat different.  It seems that any characters added after, or removed before the post name will redirect back to the post or the home page.  I&#8217;m undecided if this is the behavior I want, especially when trying to eliminate duplicates whenever possible.</p>
<p>I&#8217;m not sure how search bots interpret this.  Is this seen as duplicate content if someone links to you with an invalid URL?  I need to do some additional research to determine exactly how this situation is handled.</p>
<p><strong>3) Ugly permalinks are immune from changes in category or post titles.</strong></p>
<p>Many people use /%category%/%postname%/ format.  This can be a real nightmare if you ever decide to change your category names or structure.  All your indexed content at you favorite search engine is invalidated.  You can certainly use a redirection plugin, but that&#8217;s a real pain if you have many posts.</p>
<p>Post title edits, category changes, etc., do not affect ugly permalinks in the least.</p>
<p><strong>4) Nobody cares about the URL anyway.</strong></p>
<p>Who cares what the URL contains?  Most people find a site from a search engine or web link.  While it is probably somewhat more difficult to remember  http://www.yourdomain.com/?p=234 than http://www.yourdomain.com/my-receipe-for-bundt-cake/, who really want&#8217;s to type that in anyways?  It is much easier to bookmark the original link, or just go back to Google and google it again.</p>
<p>I have opted, at least for the time being, to stick with my ugly permalinks.  Unless someone can prove to me pretty permalinks have a significant SEO effect, the ugly ones seem just fine.  Your ranking is not about what&#8217;s in your URL, it&#8217;s about what&#8217;s in your post and what other sites think about your posts.  Stop worrying about permalinks and create better content that people want to link to.  That&#8217;s how page rank is built.</p>
<p>If I&#8217;m full of baloney please educate me as I don&#8217;t want to be the last person left using the uglies.</p>
<p>- A permalink heretic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.os.com/blog/are-pretty-permalinks-really-better-than-ugly-permalinks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.702 seconds -->
