Tweak Wordpress blog Link Structure

Published: 18th June 2010
Views: N/A
Ask About This Article Print Republish This Article
One of the vital important website positioning duties that should be completed to optimize your Wordpress weblog is altering the permalink or permanent hyperlink structure. The permalinks or everlasting links are nothing more then url's that time publish in your Wordpress blog.For example if you look in the direction of the top of the display screen within the URL bar, you will note "optimize-wordpress-permalinks-structure-for-search-engines/" for this current post. By default Wordpress uses an actual poor permalink structure for example ?p=123. By using the default Wordpress permalink structure whenever you make a publish, your url will not be very search engine friendly.

However to be able to have a search engine optimized wordpress weblog, you will want actual descriptive urls. With a view to change your permalink structure to optimize your wordpress blog for the major search engines, you will want to login as the administrator. Upon getting logged into Wordpress administrator account, scroll right down to the Settings tab. Contained in the Settings tab you should see a hyperlink that claims "Permalinks.


Inside the permalinks settings web page you should see a button that says "Customized Structure". Contained in the customized structure you'll enter how you need your wordpress permalink structure to be. In order for you to set a customized structure to your weblog, you will want to make use of the Wordpress structure tags. Under you will notice a listing of Wordpress Structure tags.

* %year%
* %monthnum%
* %day%
* %hour%
* %minute%
* %second%
* %postname%
* %post_id%
* %category%
* %tag%
* %author%

If you happen to really need search engine optimized Wordpress permalinks, then I can solely advocate two totally different permalink structures. The primary one is %postname% and the second finest permalink structure is %category%/%postname%. If determined to use the %postname% permalink structure, then you would enter /%postname%/ into the customized structure box. And when you determined to make use of the %class%/%postname% permalink structure, then you definately would kind /%class%/%postname%/ into the custom structure box.


One more process needs to be accomplished earlier than your new permalink structure will begin working. As a way to get the new permalink structure up and working you will have to create a .htaccess file with Mod Rewrite. All that you need to do to create a .htaccess file that allows mod rewrite on your server is first open your notepad textual content editor. Then past the next 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. Be sure you do not save the file as .htaccess.txt. Once you have created the .htacces file, you will then need to add the file to your web site's "/" root folder. After you have got uploaded the .htacces file, change the file permissions to 644 or 660 for security reasons.

This article is free for republishing
Source: http://nilshyatt.articlealley.com/tweak-wordpress-blog-link-structure-1606927.html


Report this article Ask About This Article Print Republish This Article


Loading...
More to Explore
 


Ask a Professional Online Now
27 Experts are Online. Ask a Question, Get an Answer ASAP.
Type your question here...
Optional:
Select...