subject: Tweak Weblog Link Structure [print this page] Probably the most vital web optimization duties that have to be completed to optimize your Wordpress weblog is changing the permalink or permanent hyperlink structure. The permalinks or everlasting links are nothing extra then url's that point publish in your Wordpress blog.For instance for those who look towards the highest of the display screen within the URL bar, you will notice "optimize-wordpress-permalinks-structure-for-search-engines/" for this present post. By default Wordpress uses a real poor permalink structure for instance ?p=123. By using the default Wordpress permalink structure whenever you make a put up, your url is not going to be very search engine friendly.
However with the intention to have a search engine optimized wordpress blog, you are going to want actual descriptive urls. With the intention to change your permalink structure to optimize your wordpress weblog for the search engines, you have to to login as the administrator. Once you have logged into Wordpress administrator account, scroll down to the Settings tab. Inside the Settings tab it is best to see a hyperlink that says "Permalinks.
Inside the permalinks settings web page it is best to see a button that says "Custom Structure". Inside the customized structure you will enter the way you need your wordpress permalink structure to be. In order so that you can set a custom structure to your weblog, you will want to make use of the Wordpress structure tags. Beneath you will note an inventory of Wordpress Structure tags.
* %year%
* %monthnum%
* %day%
* %hour%
* %minute%
* %second%
* %postname%
* %post_id%
* %category%
* %tag%
* %author%
In the event you really want search engine optimized Wordpress permalinks, then I can solely recommend two completely different permalink structures. The first one is %postname% and the second finest permalink structure is %category%/%postname%. If determined to use the %postname% permalink structure, then you definitely would enter /%postname%/ into the customized structure box. And for those who decided to make use of the %class%/%postname% permalink structure, then you definately would kind /%class%/%postname%/ into the customized structure box.
Yet another task needs to be completed before your new permalink structure will begin working. With a view to get the brand new permalink structure up and running you have to to create a .htaccess file with Mod Rewrite. All that it's a must to do to create a .htaccess file that permits mod rewrite in your server is first open your notepad text editor. Then previous the following code into your text editor program.
BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %REQUEST_FILENAME !-f
RewriteCond %REQUEST_FILENAME !-d
RewriteRule . /index.php [L]
Upon getting copied and pasted the above code in your notepad program, simply save the file as .htaccess. Make sure you don't save the file as .htaccess.txt. After getting created the .htacces file, you will then must add the file to your website's "/" root folder. After you have got uploaded the .htacces file, change the file permissions to 644 or 660 for safety reasons.