By Default, Wordpress Category URL is
This doesn’t looks good and not so Search engine friendly; if you are thinking of making it something likehttp://www.domain.com/category/web-hosting
It’s pretty and comparatively more SEO friendly, You will need to remove the word “category” from the existing URL to make it look like this.http://www.domain.com/web-hosting
If you no more find that word important, open .htaccess file from the root directory of your blog installation and add the following line:
Done! Save he changes made and all your URLs will now look like this:RewriteRule ^category/(.+)$ http://www.domain.com/$1 [R=301,L]
Note : If your blog is older then Search engines might have crawled older URL which will now show 404 error after changes so, it is recommended for newly setup blogs.http://www.domain.com/web-hosting

Thanks, that was really useful!
ReplyDelete