Remove category word from WordPress URL

ADVERTISEMENTS

By default, WordPress category URL is accompanied with a word category. This looks like a bad structural organization and is less SEO friendly.

361 Remove category Wordpress URL Remove category word from Wordpress URL
http://techknowl.com/category/wordpress

If you could remove the category word from WordPress URL, it will be shown as below.

http://techknowl.com/wordpress

So if you want a similar type of category URL, follow the steps given below.

Open your WordPress blogs’ root directory and look for the .htacess file .

Open the file in notepad   and add the following line .

RewriteRule ^category/(.+)$ http://www.techknowl.com.com/$1 [R=301,L]

Save the file, upload and save the blog settings.

Now you have removed category word from your WordPress URL structure. Please not that it would  adversely affect your SERPS (Search engine position ), if your WordPress blog is pretty old. So I advice you to perform this hack only if you are new to WordPress blogging.

Update: Now you can do this by using WordPress plugins. Just search ” remove category” in plugin directory to find a suitable one.

Related Articles

2 Responses to “Remove category word from WordPress URL”

  1. Hitesh says:

    excellent! I’m gonna spread this!
    good luck with it WP !

  2. wparena says:

    Without plugin to pull content is good idea . Thank for article. Now I’m trying to write on it and apply my blog system.

Leave a Reply

Tags:wordpress remove category from url ,remove category from wordpress url ,remove category from url wordpress
Thursday 9th February 2012-Techknowl.com- Free software reviews, downloads and tech tips.