<?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: Blogging Tip: Don&#8217;t Use Dates in Your Permalink Structure</title>
	<atom:link href="http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/</link>
	<description>tips, tricks, hacks, how-to articles, and other random stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:52:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-936</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Feb 2010 21:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-936</guid>
		<description>Chris: I&#039;ve read about that, but never had any problems. Of course, if this is a concern, there&#039;s still no need to include dates. Just include the post ID. As for redirection, I&#039;m not crazy about plugins for mission critical functions. What if the plugin author loses interest and a future WP update breaks compatibility? I would much prefer to handle something like this with a hand-coded .htaccess redirect.

Financial Samurai: It depends on your goals. If you generate traffic based on a high volume of time-sensitive content (like Mashable or Engadget) then having dates probably doesn&#039;t matter. But if you produce evergreen content and you&#039;re looking for an SEO edge, then you should avoid dates for all of the reasons I detailed above.</description>
		<content:encoded><![CDATA[<p>Chris: I&#8217;ve read about that, but never had any problems. Of course, if this is a concern, there&#8217;s still no need to include dates. Just include the post ID. As for redirection, I&#8217;m not crazy about plugins for mission critical functions. What if the plugin author loses interest and a future WP update breaks compatibility? I would much prefer to handle something like this with a hand-coded .htaccess redirect.</p>
<p>Financial Samurai: It depends on your goals. If you generate traffic based on a high volume of time-sensitive content (like Mashable or Engadget) then having dates probably doesn&#8217;t matter. But if you produce evergreen content and you&#8217;re looking for an SEO edge, then you should avoid dates for all of the reasons I detailed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Financial Samurai</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-909</link>
		<dc:creator>Financial Samurai</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-909</guid>
		<description>Very helpful thoughts CJ!  If Mashable and Engadget are using dates, I think so can I.</description>
		<content:encoded><![CDATA[<p>Very helpful thoughts CJ!  If Mashable and Engadget are using dates, I think so can I.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Johnson</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-906</link>
		<dc:creator>Chris Johnson</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-906</guid>
		<description>Something that people need to consider, though, when it comes to Wordpress permalinks is that employing this technique could have a performance impact on your site.

From Wordpress&#039;s documentation:
&quot;For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text &quot;page slug&quot; as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.&quot;
http://codex.wordpress.org/Using_Permalinks

I am not sure if this affects other blogging platforms, but there is a reason, I think, why the big blogs use dates in their permalinks (e.g. Engadget, Mashable, Smashing Magazine, etc.).

Also, Wordpress does not handle this automatically so if you do change your permalinks, you will loose any backlinks pointing old content unless you install a plugin that does this for you.  There are several out there and I have used one called &quot;Redirection&quot; for my clients.  If you have a lot of previous content or if your blog has been around for a while, you can seriously affect your page rank unless you handle the 301 redirects properly.  There are lots of things to consider here that were not discussed in this post...</description>
		<content:encoded><![CDATA[<p>Something that people need to consider, though, when it comes to WordPress permalinks is that employing this technique could have a performance impact on your site.</p>
<p>From WordPress&#8217;s documentation:<br />
&#8220;For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text &#8220;page slug&#8221; as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.&#8221;<br />
<a href="http://codex.wordpress.org/Using_Permalinks" rel="nofollow">http://codex.wordpress.org/Using_Permalinks</a></p>
<p>I am not sure if this affects other blogging platforms, but there is a reason, I think, why the big blogs use dates in their permalinks (e.g. Engadget, Mashable, Smashing Magazine, etc.).</p>
<p>Also, WordPress does not handle this automatically so if you do change your permalinks, you will loose any backlinks pointing old content unless you install a plugin that does this for you.  There are several out there and I have used one called &#8220;Redirection&#8221; for my clients.  If you have a lot of previous content or if your blog has been around for a while, you can seriously affect your page rank unless you handle the 301 redirects properly.  There are lots of things to consider here that were not discussed in this post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-892</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 07 Feb 2010 19:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-892</guid>
		<description>You can certainly get by with dates in your permalinks, but if you keep at this long enough, you will inevitably run into situations where you wish you didn&#039;t have them. Since there is no real advantage to having the date in the permalink, I would advise avoiding it. I would also have to say that &quot;consistent and fresh content is what matters&quot; is an oversimplification. Yes, fresh content is important, but from an SEO perspective, links are hugely important.

As for changing your permalink structure, you can do this from the Wordpress dashboard (under Settings/Permalinks). If you don&#039;t want old links to break, you&#039;ll need to set up a redirect. In theory, you should be able to pass the link juice to the new url, but there are no guarantees.

I am planning on experimenting with the changeover on one of my other sites, and will report the impact on search traffic when I do so.</description>
		<content:encoded><![CDATA[<p>You can certainly get by with dates in your permalinks, but if you keep at this long enough, you will inevitably run into situations where you wish you didn&#8217;t have them. Since there is no real advantage to having the date in the permalink, I would advise avoiding it. I would also have to say that &#8220;consistent and fresh content is what matters&#8221; is an oversimplification. Yes, fresh content is important, but from an SEO perspective, links are hugely important.</p>
<p>As for changing your permalink structure, you can do this from the WordPress dashboard (under Settings/Permalinks). If you don&#8217;t want old links to break, you&#8217;ll need to set up a redirect. In theory, you should be able to pass the link juice to the new url, but there are no guarantees.</p>
<p>I am planning on experimenting with the changeover on one of my other sites, and will report the impact on search traffic when I do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ Bowker</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-889</link>
		<dc:creator>CJ Bowker</dc:creator>
		<pubDate>Sun, 07 Feb 2010 16:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-889</guid>
		<description>That definitely makes sense and something I never thought of. I&#039;m new to blogging and didn&#039;t realize that when you update the post the link will change with the new date.  I thought the date just stayed as the original date.  My big question is, how do I fix this?
Do I just not use a date going forward?
Do I go back and change the other links?
I&#039;ve only been blogging for a couple months.</description>
		<content:encoded><![CDATA[<p>That definitely makes sense and something I never thought of. I&#8217;m new to blogging and didn&#8217;t realize that when you update the post the link will change with the new date.  I thought the date just stayed as the original date.  My big question is, how do I fix this?<br />
Do I just not use a date going forward?<br />
Do I go back and change the other links?<br />
I&#8217;ve only been blogging for a couple months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Financial Samurai</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-887</link>
		<dc:creator>Financial Samurai</dc:creator>
		<pubDate>Sun, 07 Feb 2010 15:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-887</guid>
		<description>Good thoughts, and something I have thought about as well.  But, does it really matter in the long run given consistent and fresh content is what matters?  Why would i be republishing my posts instead of writing new ones?  If I wanted to highlight the old post with a new edition, why not just copy and paste it, and really alter it so as not to write the same thing and entitled it something new or different?

Did you have your perma lnk structure different before and noticed a change to your traffic?

Finally, how does one change the permalink structure going forward in Wordpress without changing all the old links and therefore losing all the linkage?

Thnx for your thoughts!

Sam</description>
		<content:encoded><![CDATA[<p>Good thoughts, and something I have thought about as well.  But, does it really matter in the long run given consistent and fresh content is what matters?  Why would i be republishing my posts instead of writing new ones?  If I wanted to highlight the old post with a new edition, why not just copy and paste it, and really alter it so as not to write the same thing and entitled it something new or different?</p>
<p>Did you have your perma lnk structure different before and noticed a change to your traffic?</p>
<p>Finally, how does one change the permalink structure going forward in WordPress without changing all the old links and therefore losing all the linkage?</p>
<p>Thnx for your thoughts!</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.jammersix.com/archives/dates-in-permalink-structure-wordpress-blog/#comment-877</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jammersix.com/?p=692#comment-877</guid>
		<description>Those are some good reasons not to use dates, it&#039;s amazing how limiting they can be once you realize all the things you can&#039;t do. At first it just seems like your URL has some dates... and then you peel open the onion.</description>
		<content:encoded><![CDATA[<p>Those are some good reasons not to use dates, it&#8217;s amazing how limiting they can be once you realize all the things you can&#8217;t do. At first it just seems like your URL has some dates&#8230; and then you peel open the onion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<style type="text/css">#sp, #sp a {font-size: 9px;color: #601818;border-bottom: none;clear: both;}</style></div></div><div id='sp' style='text-align:right;'></div>

