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......
  • 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......
  • nookComing Up with a Blog Niche Are you beginning a brand new blog? One of the first decisions that you are going to want to make is where you want to put your blog, and then you are going to need to choose a blog niche. One of the best ways to get your blog started......
  • websiteWordpress as a Website: 4 Great Reasons When you think of Wordpress you probably think of blogging. That's how most people use it. They sign up for a free blog and start posting about a variety of things. Some blogs are very specific and targeted while others are just general every day kind of blogs. You might......
  • wp1Installing a WordPress Blog If you want to install WordPress on your own server, the first step is to download the necessary files from the website at WordPress.org download. Next, you will use an FTP program to upload the files to your host site. If you use Cpanel, you can use Fantastico in order......
Blog Traffic Exchange Related Websites
  • debtI Can't Pay All My Bills! I hope the title didn't worry you. We're doing okay with our finances, saving money, paying down debt, etc. I was just reading this week a wave of news stories that had the same theme: how hard it is to pay bills in these difficult times. Sometimes hard times......
  • wordpress url structureWhat Should Be The URL Structure Of Your Wordpress Blog Wordpress permalinks are the permanent URLs to your individual blog post and blog page. This is very important part of your wordpress blog as it should be set first before you post any content to your blog. A change made later can really mess up your blog, which will create......
  • 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......
  • 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......
  • 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......
Online Stores

SEO Principles for WordPress Blogs

coffeeWordPress is a relatively SEO friendly blogging tool to begin with. It offers a linking structure that makes it relatively easy for spiders to crawl your pages, and the code contains very little validation errors if any at all. However, there are a few additional steps that you can follow in order to make your WordPress blog even more SEO friendly, and most are so simple to implement that there is absolutely no reason not to.

1 – You need to make sure that the URLs on your pages contain your blog’s post name, rather than simply a post number.

This can be easily accomplished by using the permalinks page in your WordPress settings, typing “/index.php/%postname%” when asked about custom structure. Alternatively, you can write a rewrite rule directly into your .htaccess file in order to have an increase in control over the syntax of your URLs.

2 – Change your page title order so that your blog post name appears before the name of your blog or the date of your blog.

The first words in your title are always given more weight than anything else, and they will also catch the attention of your readers more effectively. This can be done by editing the header.php file, swapping the order of the PHP tags so that wp_title appears before bloginfo.

3 – Make excellent use of your heading tags.

You may find that your blog entry title is insert automatically into a tag, or that your blog name is in a tag. You can edit these tags in single.php as well as header.php in most WordPress templates. You can choose a format that suits you, but the best solution is typically to put your blog entry title in, swapping your blog name for an image instead. Also make sure that you make good use of other heading tags, using a good heading structure any time that it is suitable.

4 – Avoid duplicate content issues by using “index, nofollow” tags on your tag pages, archive pages and category pages, allowing search engine spiders to follow the links on these pages but not to list them in the index.

There are a number of plugins that can make this a really simple process, and one of the best is called robotsmeta.

5 – Pay attention to the linking structure in your blog, making sure that all of your blog entries can be properly accessed with as few clicks as is possible.

Remove unnecessary links from your blog pages and remove unnecessary pages from your blog as well. You are going to want to consider using a pagination plugin to help you remove unnecessary clutter from your blog for ease of use and increased access.

There are a number of other techniques that you can use to maximize your SEO for WordPress, but this is certainly a good place to begin.

Photo Credits: 1

Originally posted 2009-02-06 08:35:13. Republished by Blog Post Promoter

Blog Traffic Exchange Related Posts
  • wpWhy is WordPress the Best Blogging Platform? There are a variety of reasons for why WordPress is one of the best blogging platforms on the internet. Many people try different blogging platforms, but they end up coming back to WordPress because it offers so much greater functionality. Here are five of the greatest reasons for why WordPress......
  • jello8 Wordpress Blog Theme Design Considerations Most blogging platforms offer a wide variety of different themes to chose from, and most can be altered and edited to suit your needs, or left alone exactly as they are. Some themes are plain and dull while others are colorful, modern and inspiring. There are thousands of themes out......
  • pluginBlog Plug-Ins to Get More Readers Wordpress specifically has a number of plug-ins for blogging that will allow you to attract more readers to your blog. Some of the best blog plug-ins for increasing traffic to come in three main categories: Social networking and bookmarking Posting across many different platforms RSS feed helpers BTE Related Websites:......
  • blog traffic exchangeFinding the Best WordPress Plugins for your Blog WordPress originally saw the light of day in 2003, and is now being used on thousands of different websites in countries all over the world. WordPress is designed to be a simple open source blogging tool that can be taken advantage of in two different ways: You can either take......
  • websiteWordpress as a Website: 4 Great Reasons When you think of Wordpress you probably think of blogging. That's how most people use it. They sign up for a free blog and start posting about a variety of things. Some blogs are very specific and targeted while others are just general every day kind of blogs. You might......
Blog Traffic Exchange Related Websites
  • 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......
  • A tag cloud (a typical Web 2.0 phenomenon in i...10 Tips for Blog Search Engine Optimization (SEO) [/caption] Whether your blog is political or light-hearted, article-focused or image led, every blog needs visitors, because without visitors, your blog is just a space for aimless musings. Attracting a reliable and regular readership can turn your blog into a place of thought-leadership, and of course, the more hits......
  • drive it faster...Increase Wordpress Blog Traffic With 7 Simple Methods It is true that wordpress blogs are meant for profits and when utilized properly, you could achieve a lot with your blog. When you take your blog as a business, you have to definitely drive a lot of traffic and more important, targeted traffic. Traffic is the source of business......
  • 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......
  • blog traffic exchangeMaking Your WordPress Blog SEO Focused it doesn't take much time to begin blogging on a WordPress blog but if you want to get traffic you're going to have to invest a little time and study into the wonderful world of search engine optimization (SEO). It's true that search engines have a tendency to rank WordPress......
Online Stores