<?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>WordPress Hacks &#187; Permalink Structure</title>
	<atom:link href="http://wphacks.com/tag/permalink-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Switching Your WordPress Blog&#8217;s Permalink Stucture</title>
		<link>http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/</link>
		<comments>http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 12:00:14 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Permalink Redirect]]></category>
		<category><![CDATA[Permalink Structure]]></category>
		<category><![CDATA[WordPress URL]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=464</guid>
		<description><![CDATA[As a follow up to yesterday&#8217;s post about WordPress permalink structure (where a good discussion took place in the comments), I decided today that I would dedicate a post to showing you how to switch your blog&#8217;s permalink structure without creating any invalid URL&#8217;s. The easiest way to accomplish this is to grab the Permalink [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow up to yesterday&#8217;s post about <a href="http://wphacks.com/how-to-setting-up-your-wordpress-permalink-structure/">WordPress permalink structure</a> (where a good discussion took place in the comments), I decided today that I would dedicate a post to showing you how to switch your blog&#8217;s permalink structure without creating any invalid URL&#8217;s.</p>
<p>The easiest way to accomplish this is to grab the <a href="http://fucoder.com/code/permalink-redirect/">Permalink Redirect plugin</a> (my <a href="http://wphacks.com/prevent-duplicate-pages-with-permalink-redirect/">plugin review here</a>) and activate it.  Once activated, when you go into the Settings panel you should find a new tab called Permalink Redirect. Scroll down to the bottom of the page and you should see this:</p>
<p><a href="http://wphacks.com/wp-content/uploads/2008/04/permalink-example2.jpg"><img class="alignnone size-full wp-image-467" title="permalink-example2" src="http://wphacks.com/wp-content/uploads/2008/04/permalink-example2.jpg" alt="" width="498" height="121" /></a></p>
<p>In the old permalink structures box, you can paste your current permalink structure there (depending on which you choose, something like /%year%/%monthnum%/%day%/%postname%/).  If you are unsure what exactly to type, please refer to the <a href="http://codex.wordpress.org/Using_Permalinks">permalink page on the WordPress Codex</a>.</p>
<p>Now save and go to the Permalinks tab.   Select the custom field and type /%postname%/, then save.</p>
<p>Now go to an old URL and it should automatically redirect you to the same post&#8217;s new URL.   The search engines will see the 301 redirect and update accordingly!</p>
<p>Any questions?  Feel free to comment below!</p>
<p>Update: I believe the plugin has changed since this was written.  If you are comfortable updating your .htaccess file, you can instead redirect all your links to the new /%postname%/ url by adding the following:</p>
<p><code>RedirectMatch 301 /([0-9]+)/([0-9]+)/([0-9]+)/(.*)$ http://www.domain.com/$4</code></p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=216&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/">How To: Switching Your WordPress Blog&#8217;s Permalink Stucture</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How To: Setting Up Your WordPress Permalink Structure</title>
		<link>http://wphacks.com/how-to-setting-up-your-wordpress-permalink-structure/</link>
		<comments>http://wphacks.com/how-to-setting-up-your-wordpress-permalink-structure/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 11:00:40 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Permalink Redirect]]></category>
		<category><![CDATA[Permalink Structure]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=452</guid>
		<description><![CDATA[One of the great things about using WordPress is the built-in SEO advantages that this software gives you over building static pages or other blogging software. You have an advantage from the start over others not using WordPress! With that said, there are a lot of SEO techniques that need to be set up or [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great things about using WordPress is the built-in SEO advantages that this software gives you over building static pages or other blogging software.   You have an advantage from the start over others not using WordPress!  With that said, there are a lot of SEO techniques that need to be set up or applied by the user.   The permalink structure is one of these that you can easily set up when creating your blog and then forget about it.</p>
<p>By default, your WordPress Dashboard gives you a 3 choices to choose from.   The default permalink structure is a terrible option from an SEO standpoint and the other two aren&#8217;t bad, but they aren&#8217;t your best option.   <a href="http://www.bloggingpro.com/archives/2007/07/21/wordcamp-2007-days-0-and-1/">According to Matt Cutts at WordCamp 2007</a> (Matt is the lead guy for the Google Search team), the best permalink structure you can use is just the post title with hyphens.   According to Matt:</p>
<blockquote>
<ul>
<li>Don’t put your blog at the root of your domain.</li>
<li>Name your directory “blog” instead of “WordPress”.</li>
<li><strong>In URLs, no spaces are worst, underscore are better, dashes or hyphens are best.</strong></li>
<li>Use alt tags on images: not only is it good accessibility, it is good SEO.</li>
<li>Include keywords naturally in your posts.</li>
<li>Make your post dates easy to find.</li>
<li>Check your blog on a cell phone and/or iPhone.</li>
<li>Use partial-text feeds if you want more page views; use full-text feeds if you want more loyal readers.</li>
<li>Blogs should do standard pings.</li>
<li>Standardize backlinks (don’t mix and match www with non-www).</li>
<li>Use a permanent redirect (301) when moving to a new host.</li>
<li><strong>Don’t include the post date in your URL.</strong></li>
</ul>
</blockquote>
<p>For WordPress users, this is easy to set up.   Go into your blog&#8217;s Options panel and click on the Permalinks tab.   You should see the following:</p>
<p><a href="http://wphacks.com/wp-content/uploads/2008/03/permalink-structure.jpg" title="WordPress Permalink Structure"><img src="http://wphacks.com/wp-content/uploads/2008/03/permalink-structure.jpg" alt="WordPress Permalink Structure" /></a></p>
<p>Click the custom radio button and type /%postname%/ into the field.    This is the most ideal setup for your WordPress blog.</p>
<p>If you already have an established blog using another structure, you can easily use the <a href="http://fucoder.com/code/permalink-redirect/">Permalink Redirect WordPress plugin</a> to redirect your posts to the new structure.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=215&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-setting-up-your-wordpress-permalink-structure/">How To: Setting Up Your WordPress Permalink Structure</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-setting-up-your-wordpress-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>WordPress Tip: Use an Optimal Permalink Structure</title>
		<link>http://wphacks.com/wordpress-tip-use-an-optimal-permalink-structure/</link>
		<comments>http://wphacks.com/wordpress-tip-use-an-optimal-permalink-structure/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 09:00:23 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Permalink Structure]]></category>

		<guid isPermaLink="false">http://wphacks.com/wordpress-tip-use-an-optimal-permalink-structure/</guid>
		<description><![CDATA[When it comes to search engine optimization, most everything is speculation and theories, but there are a few things that we know for sure.  One of the things that Matt Cutts, who works for Google&#8217;s search team, has confirmed is how to best optimize your blog&#8217;s permalink structure for Google&#8217;s search engine.  In a statement [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to search engine optimization, most everything is speculation and theories, but there are a few things that we know for sure.  One of the things that <a href="http://www.mattcutts.com/blog/">Matt Cutts</a>, who works for Google&#8217;s search team, has confirmed is how to best optimize your blog&#8217;s permalink structure for Google&#8217;s search engine. </p>
<p>In a statement <a href="http://kylescove.com/site-optimization-tips-from-google-searchs-matt-cutts/">he made at WordCamp 2007</a>, Matt made two points that apply to permalink structure:</p>
<ol>
<li>In URLs, no spaces are worst, underscore are better, dashes or hyphens are best.</li>
<li>Do not include the post date in your URL.</li>
</ol>
<p>As you can see, for WordPress users, your best bet is to use /%postname%/ as your custom permalink structure.  This way the search engines can properly recognize your keywords and it avoids using the month/day/year or category in your post.   </p>
<p>If you already have an established blog and permalink structure, but want to make the switch, you can make the switch then use a 301 redirect to point to your older posts to avoid broken links.  For more information on how to switch your permalink structure within WordPress, you can check out my post titled <a href="http://www.kylescove.com/how-to-switch-your-posts-permalink-structure-in-wordpress/">How to: Update Your Post&#8217;s Permalink Structure in WordPress</a>.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=93&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/wordpress-tip-use-an-optimal-permalink-structure/">WordPress Tip: Use an Optimal Permalink Structure</a>  © 2007 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/wordpress-tip-use-an-optimal-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

