<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Remove Dates From Permalink</title>
	<atom:link href="http://www.blogtrafficexchange.com/remove-dates-from-permalink/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/</link>
	<description>Driving Quality Traffic to Your Blog</description>
	<lastBuildDate>Sun, 09 Oct 2011 09:02:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: TJ</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-117689</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 12 Jul 2011 22:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-117689</guid>
		<description>This regex will work for sites that had been using the 
/%year%/%monthnum%/%day%/%postname%/ structure.  It is also tolerant of Wordpress installs in subdirectories of the docroot - like www.foo.com/pub/myblog/1999/11/11/my-awesome-post/
RedirectMatch 301 (/[^/]+)?/\d{4}/(\d{2}/){2}(.*) $1/$3</description>
		<content:encoded><![CDATA[<p>This regex will work for sites that had been using the<br />
/%year%/%monthnum%/%day%/%postname%/ structure.  It is also tolerant of WordPress installs in subdirectories of the docroot &#8211; like <a href="http://www.foo.com/pub/myblog/1999/11/11/my-awesome-post/" rel="nofollow">http://www.foo.com/pub/myblog/1999/11/11/my-awesome-post/</a><br />
RedirectMatch 301 (/[^/]+)?/\d{4}/(\d{2}/){2}(.*) $1/$3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry James</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-49382</link>
		<dc:creator>Larry James</dc:creator>
		<pubDate>Thu, 28 Oct 2010 03:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-49382</guid>
		<description>I has been my understanding that while /%category%/%postname% is perhaps the most search engine friendly url, it is not the best option for performance.  I use/%postID%/%postname%/ because I have learned that it is best to start your permalink structure with a number, such as the year or post ID.</description>
		<content:encoded><![CDATA[<p>I has been my understanding that while /%category%/%postname% is perhaps the most search engine friendly url, it is not the best option for performance.  I use/%postID%/%postname%/ because I have learned that it is best to start your permalink structure with a number, such as the year or post ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Kitzmiller</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-39963</link>
		<dc:creator>Jim Kitzmiller</dc:creator>
		<pubDate>Sat, 04 Sep 2010 23:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-39963</guid>
		<description>John,

The regular expression version worked for me. Thank you.

Jim</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>The regular expression version worked for me. Thank you.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-30346</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-30346</guid>
		<description>I&#039;m new to redirects, and wasn&#039;t able to get it to work with the example above until I reliezed that the &quot;dddd&quot; and &quot;dd&quot; need to be regular expressions.

Here&#039;s what I used and it worked

RedirectMatch 301 /[0-9]{4}/[0-9]{2}/([^/]+)/ /$1/</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to redirects, and wasn&#8217;t able to get it to work with the example above until I reliezed that the &#8220;dddd&#8221; and &#8220;dd&#8221; need to be regular expressions.</p>
<p>Here&#8217;s what I used and it worked</p>
<p>RedirectMatch 301 /[0-9]{4}/[0-9]{2}/([^/]+)/ /$1/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levon</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-19193</link>
		<dc:creator>Levon</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-19193</guid>
		<description>If I want to use:
/%postID%/%postname%/

What would the .htaccess code be?</description>
		<content:encoded><![CDATA[<p>If I want to use:<br />
/%postID%/%postname%/</p>
<p>What would the .htaccess code be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MLR</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-3112</link>
		<dc:creator>MLR</dc:creator>
		<pubDate>Fri, 22 May 2009 03:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-3112</guid>
		<description>Currently I use:
/%year%/%monthnum%/%postname%/

I think I want to change it to:
/%postID%/%postname%/


What would the htaccess look like for that? And would that be just as good for SEO as your improvement?</description>
		<content:encoded><![CDATA[<p>Currently I use:<br />
/%year%/%monthnum%/%postname%/</p>
<p>I think I want to change it to:<br />
/%postID%/%postname%/</p>
<p>What would the htaccess look like for that? And would that be just as good for SEO as your improvement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-13</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-13</guid>
		<description>I tend to use more than one category and so I end up with a lot of posts in the categories with that start with letter earlier in the alphabet.  

I have never had any toruble with just using the post slug.</description>
		<content:encoded><![CDATA[<p>I tend to use more than one category and so I end up with a lot of posts in the categories with that start with letter earlier in the alphabet.  </p>
<p>I have never had any toruble with just using the post slug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hart @ A DoFollow Blog</title>
		<link>http://www.blogtrafficexchange.com/remove-dates-from-permalink/comment-page-1/#comment-11</link>
		<dc:creator>Brad Hart @ A DoFollow Blog</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=48#comment-11</guid>
		<description>I have long been a proponent of using /%category%/%post-slug%/ for your permalink it not only adds a searchable keyword if you did your categories right, but only using the post slug can often times cause plugin errors with some of the more popular plugins.

I also recommend leaving the htaccess file alone unless you really know what you are doing.  I also find it easier to use the redirection plugin since often times you will want or need to optimize a post slug or a lot of post slugs depending on the age of your blog.  Even if it isn&#039;t that old removing the trash words that get stuck in by default is a good SEO practice.</description>
		<content:encoded><![CDATA[<p>I have long been a proponent of using /%category%/%post-slug%/ for your permalink it not only adds a searchable keyword if you did your categories right, but only using the post slug can often times cause plugin errors with some of the more popular plugins.</p>
<p>I also recommend leaving the htaccess file alone unless you really know what you are doing.  I also find it easier to use the redirection plugin since often times you will want or need to optimize a post slug or a lot of post slugs depending on the age of your blog.  Even if it isn&#8217;t that old removing the trash words that get stuck in by default is a good SEO practice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

