Remove Dates From Permalink

How do you you remove the dates from your permalink structure without ruining all the hard earned links you have developed?

Glad you asked… It really is very simple… (Note I tried the various plugins first but had issues… In the end this solution is faster for the visitor, quicker to implement, and simpler.)

Assuming your current permalink structure is /%year%/%monthnum%/%day%/%postname%/

  1. First change your permalink structure to /%postname%/
  2. Create a .htaccess file (or modify an existing file)
  3. Add this line above any other WordPress declarations: RedirectMatch 301 /dddd/dd/dd/(.*) /$1
  4. Make sure the .htaccess file is in the root of your blog

Here is an example .htaccess file direct from one of my blogs…
RedirectMatch 301 /dddd/dd/dd/(.*) /$1

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

By 301 redirecting you are telling the search engines that the content has moved to a new location. While there is typically some drop off during the transition, your blog will come back stronger for making the change.

As an example of the effectiveness…
Here is an old url: http://www.golfballdriver.com/2008/03/18/michelle-wie-and-robin-lopez-at-charity-auction-pic/
which now redirects to the new url: http://www.golfballdriver.com/michelle-wie-and-robin-lopez-at-charity-auction-pic/

Originally posted 2009-02-02 12:30:17. Republished by Blog Post Promoter

Blog Traffic Exchange Related Posts
  • peopleSEO Tips for Bloggers on WordPress There are several million WordPress blogs that you can find on the internet, but unfortunately the majority of them are not properly optimized for search engines. This article is going to touch on some SEO tips for bloggers using WordPress to host their blog, because with the right tips it......
  • trafficlightsWays to Improve Blog Traffic There are actually an endless number of different ways that you can improve blog traffic if you know what to do and how to do it. Here are some tips to improve blog traffic by making improvements to your blog. Improve Blog Tip #1 – Improve your content quality and......
  • popularity5 Tips for Popular Blog Posts The internet may be a fast paced environment, but there are some blog strategies that remain the name even when it becomes harder and harder for average bloggers to keep up. Here is a reminder of some of the tips that don't change when it comes to blogging. When posting,......
  • thesisTips for Writing a Successful Blog One of the biggest keys when it comes to keeping a successful blog is to provide content that is perceived to be exceptional. The following five tips are designed to ensure that the blog posts that you write are getting read, and also that they are encouraging your readers to......
  • OPP OptionsOld Post Promoter "You down with OPP, yeah you know me!" The OPP, or Old Post Promoter, is a plugin designed for Wordpress by the Blog Traffic Exchange. The primary function of the plugin is its capability to promote older blog posts by reviving them and returning them to the front page and......
Blog Traffic Exchange Related Websites
  • blog traffic exchangeProfessional Blogging Roundup: All Saints Day Edition Happy All Saints Day, one day late, from Buildify. We hope your weekend has been productive and if it hasn't been yet, well we have another list of links for you to read through for some blogging ideas to help you get started. Corporate Blog Medium Shifting in Large Way......
  • GoogleEtihad Airways Etihad Airways is the National Airline of the United Arab Emirates. Etihad started commercial operations in November 2003 with Abu Dhabi, the capital of the UAE, as its hub. After the launch in November 2003 the airline grew at a phenomenal pace, adding almost one new route a month.......
  • How to Set Up a Self-Hosted WordPress Blog in 8 Easy StepsHow to Set Up a Self-Hosted WordPress Blog in 8 Easy Steps   If you want to set up a blog, the choice of the pros is WordPress. That’s because: WordPress is free, open source software There are a huge range of free themes available There are a huge range of free plugins available There is loads of free online advice......
  • goo.gl_yqlgoo.gl URL Shortener Bookmarklet via YQL Last month we saw a new Google URL shortening service that will be used for Feedburner and the Google Toolbar. It wasn't long before the URL shortening code in the toolbar was dissected, and subsequent APIs developed. I managed to put together my own by using YQL. YQL is a......
  • blog traffic exchangeProfessional Blogging Roundup - Blogging Tips and Resources Good morning and welcome to another Sunday edition of Buildify's weekly roundup. From general blogging tips to articles on very specific topics there's a lot going on. We hope they help you with your blog. Corporate Daily Breeze writes Tech Talk: Business blogs are a good start. The Economist says......
Online Stores