<?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>The SEO Blogger&#187; permalink</title>
	<atom:link href="http://theseoblogger.com/tag/permalink/feed/" rel="self" type="application/rss+xml" />
	<link>http://theseoblogger.com</link>
	<description>^~_ Rising Through the Search Engines _~^</description>
	<lastBuildDate>Mon, 14 Dec 2009 03:20:52 +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>WordPress SEO Tutorial: The Best SEO Permalink Structure</title>
		<link>http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/</link>
		<comments>http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/#comments</comments>
		<pubDate>Sun, 06 May 2007 02:56:48 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[WorPress SEO]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[WorPress-SEO]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/</guid>
		<description><![CDATA[How to Use Permalinks to Enhance Your WordPress SEO Blog
This is the first of the WordPress SEO Tutorials series. 
By default, WordPress gives you this dynamic URL for your post: &#8220;http://yourdomain.com/?p=SOME-ID-NUMBER&#8221;. The best SEO permalink structure is to have your post appears with &#8216;category&#8217; and the &#8216;post title&#8217; in the URL. 
This looks something like [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>How to Use Permalinks to Enhance Your WordPress SEO Blog</strong></p>
<p>This is the first of the <a href="http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorials/">WordPress SEO Tutorials</a> series. </p>
<p>By default, WordPress gives you this dynamic URL for your post: &#8220;http://yourdomain.com/?p=SOME-ID-NUMBER&#8221;. The best SEO permalink structure is to have your post appears with &#8216;category&#8217; and the &#8216;post title&#8217; in the URL. </p>
<p>This looks something like this: &#8220;http://yourdomain.com/category/post-title&#8221;</p>
<p><strong>Why is this the best SEO permalink structure compares to the other structures?</strong><span id="more-18"></span></p>
<p>To simply put, this permalink structure allows you to have &#8216;more&#8217; keyword loaded into the URL of your post. Since the category that you&#8217;ve placed your post under usually related to the post title (which hopefully is keyword-loaded itself), you will have the extra SEO benefit <em>if other people use that permalink structure to link your post</em>.</p>
<p><strong> How to Change the Default Permalinks to &#8216;Category/Post-Title&#8217; Permalinks</strong></p>
<p>In order to change the default permalink structure, you need to go to &#8220;OPTIONS -> Permalinks&#8221; in your admin panel and paste this code into the BOX after &#8220;Custom Structure:&#8221;</p>
<p><strong>/%category%/%postname%/</strong></p>
<p>Next, click the &#8220;Update Permalink Structure >>&#8221; button; if WordPress does NOT automatically update the permalink structure to for you&#8211;don&#8217;t worry&#8211;just do the following:</p>
<p>-If you don&#8217;t have a <em>.htaccess</em> file in your root directory (public_html/.htaccess) already, just &#8216;create a new file&#8217; and name it <em>.htaccess</em> and place it in &#8220;public_html&#8221; directory <strong>or whatever directory you have your WordPress blog installed</strong> (e.g. public_html/blog/.htaccess, which is equivalent to <a href="http://yourdomain.com/blog/.htaccess" title="http://yourdomain.com/blog/.htaccess" class="autohyperlink" target="_blank">yourdomain.com/blog/.htaccess</a>). </p>
<p>-Then, copy and paste the code WordPress gives you after clicking on the &#8220;Update Permalink Structure >>&#8221; button into your <em>.htaccess</em> file. *Note: You need to click on the some option (e.g. &#8216;Edit&#8217;) of your .htaccess file to open up a window to paste your permalink code in the file.</p>
<p>The code is same as following if you are using WordPress 2.0 or higher:</p>
<p><IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</IfModule></p>
<p>Just copy and paste that &#8216;mod-rewrite&#8217; code into your .htaccess file, save it, and you are DONE!</p>
<p>Now, your old AND new post will automatically carry the category the post is assigned to, plus the title name of that post:</p>
<p><strong>http://yourdomain.com/blog/category/post-title</strong></p>
<p>*Note: That&#8217;s the default &#8216;Post-Slug&#8217; structure after the updated permalink, but if you want to change the name of the &#8216;post-title&#8217; in the post&#8217;s URL, just go to &#8216;Post-Slug&#8217; (located on the right-hand side of the &#8220;Write&#8221; page) and input/change to what name you want.</p>
<p>Also, be sure to check out my post on &#8220;<a href="http://theseoblogger.com/seo-blogs/wordpress/wordpress-plugins-to-change-your-permalink-structure/">3 WordPress Plugins to Safely Change Your Permalink Structure</a>&#8221; if you&#8217;re going to change to your blog&#8217;s old permalinks to a new permalink structure.</p>
<p>O.K. Now, that concludes my first WordPress SEO tutorial on permalink structure. If you have any question, just post a comment below&#8230;</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 3.864 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
	</channel>
</rss>
