LearnWebDesignOnline.com is proudly hosted by Hostmonster.com

|
By default, Wordpress uses query string parameters in the URL to retrieve the various post pages. That is the tail part of the URL that contains "?", "&", and "=" symbols in the URL. This works, but is not consider "search-engine-friendly". Search engines may not look at the URL query string parameter.
A better way is to have "search-engine-friendly" URLs that has keywords of your post title in your URL instead of those query string parameters. Fortunately, Wordpress has this search-friendly url functionality built-in. You just have to turn it on... 1. Go to Wordpress Admin. |