Improve search engine rankings by changing the WordPress permalink structure from the default to one that is more beneficial.
WordPress "permalinks" are the permanent Uniform Resource Locators (URLs) of your posts. Since the content of your posts is stored in a database and not as individual files, if you wanted to link from one article to another or send a link of your post in an email message, you would need this link to do so.
This URL is the permanent location of your post and would not change unless you modified your permalink structure in WordPress. WordPress includes four basic types of permalinks but you can also specify a custom permalink structure.
Setting up the default permalink behavior is a simple process:
Step1: Log into your WordPress blog as usual. Select "Permalinks" from the "Settings" menu. The default setting for permalinks is to append "?p=123" to the domain name, where "123" is the post's identification number in the database.
Step 2: Select "Day and name" if you would like your WordPress blog's URLs to be structured like "http://domain.com/2011/06/07/post-title/."
Step 3: Select "Month and name" if you would like the URLs to be structured like "http://domain.com/2011/06/post-title/." This structure is similar to "day and name" but without the day included. If you post monthly rather than daily, you may prefer this structure.
Step 4: Select "Numeric" if you would like to use a structure that is similar to "default" and looks like "http://domain.com/archives/123."
However, to increase SEO, it is also possible to use a custom permalink structure.
The following steps are used to change form the default, to custom structure for permalinks: