How to Setup A SEO friendly Permalink in WordPress

Permalinks are the URLs to your single posts, pages and categories postings. By default, WordPress displays permalinks in this way: http://www.k-director.com/?p-123. This permalink means nothing to Google. A more search engine friendly permalink should include the post title in the link such as: http://www.k-director.com/blog/blogging-seo. This permalinks tell Google spiders what the article is about immediately. Thus, your post will have a bigger chance of showing up in SERP.

How to alter WordPress Permalink

To alter WordPress permalink, go to Options in your WordPress, then select Permalinks. Check “Custom, specify below”. In the custom structure box you can insert these codes:

%year%

The year of the post, four digits, for example 2004

%monthnum%

Month of the year, for example 05

%day%

Day of the month, for example 28

%hour%

Hour of the day, for example 15

%minute%

Minute of the hour, for example 43

%second%

Second of the minute, for example 33

%postname%

A sanitized version of the title of the post. So “This Is A Great Post!” becomes “this-is-a-great-post” in the URI (see note below)

%post_id%

The unique ID # of the post, for example 423

%category%

A sanitized version of the category name. Nested sub-categories appear as nested directories in the URI.

%author%

A sanitized version of the author name.

Examples of custom structure:

  1. /%year%/%monthnum%/%day%/%postname%/
  2. /%category %/%postname%/

How to redirect your dynamic URL to SEO friendly URL

It’s kind of difficult to switch to a SEO friendly permalink for those have used a dynamic permalink for a long time. For example, you have some links in your post that link to your older posts. The linking URL is http://www.k-director.com/?p21. Now with the new permalink structure, http://www.k-director.com/?p21 is no more exist. Therefore, your previous links will become broken links.

In order to turn on SEO friendly permalink structure without any worry, Permalinks Migration Plugin is needed. For more information, read here.

 


 If you like this post then please subscribe to my full feed RSS.
   Related Entries:

3 Comments so far »

  1. SEO friendly URLs: myth and fact » malcolm coles said,

    Wrote on February 8, 2009 @ 7:24 am

  2. Holly said,

    Wrote on October 30, 2009 @ 1:48 pm

    i am still looking for a good SEO plugin for Wordpress. my blog is not ranking high enought for the keywords that i wanted to rank.

  3. Matt said,

    Wrote on November 16, 2009 @ 11:15 pm

    i have been using Wordpress for 2 years but i still dont know how to do SEO using Wordpress, is there an SEO pluggin for Wordpress?.

Comment RSS · TrackBack URI

Leave a Comment

Name (required):

E-mail (will not be published) (required):

Website (optional):

Comment: