How To Supercharge Your Blog - Permalinks

By admin | May 14, 2008

Continuing in the series on How To Supercharge Your Blog, this post is on Permalinks. Of all the Blogging Tricks, this is probably the most important, because it will give you a Keyword Rich URL - Readable to the search engines.

The default URL for your blog post will look something like this:
=> www.your-domail.com/blog/p=104

By changing the Permlink Settings in the Wordpress Admin you can change this to a much more Usable - Search Engine Friendly URL that will include the Post Title.

There are a few options when doing this. For this blog I have elected to use the
=> Custom Structure:  www.steverenner.com/Category/Post-Title

Here are the options:

* Default: http://www.steverenner.com/?p=123

* Day and name: http://www.steverenner.com/2008/05/14/sample-post/

* Month and name: http://www.steverenner.com/2008/05/sample-post/

* Numeric: http://www.steverenner.com/archives/123

* Custom Structure _______________________________

Some webmasters will use the Day/Name option - I recommend the Custom Structure option. This gives you precise control of the Blog Post URL.

There are basically 2 Options 

  1. /%category%/%postname%
  2. /%postname%

If you want to include the Category Option use #1 if not use #2.

The trick to make this work it to update the .htaccess file

If your .htaccess file is writable, Wordpress will do this for you automatically, but it’s not it will give you the ”mod_rewrite” rules you need to include.

Example:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

And that’s all there is to it. In the next update I will create a video that walks you through exactly how to do this!
 

 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Furl
  • Reddit
  • Spurl
  • YahooMyWeb
  • Bumpzee
  • Digg
  • StumbleUpon
  • MisterWong
  • Netscape

Topics: Blogging, Internet Marketing, Internet Marketing Strategy, SEO, Search Engine Marketing, Search Engine Optimization |

RSS feed | Trackback URI

2 Comments »

Comment by Andy
2008-05-19 16:59:20

This is soooo important. I didn’t even have page rank before I did this, and instantly, well in about 1 1/2 weeks I’m a pagerank 3.

~A

 
2008-05-20 15:01:35

[…] in our “How To Supercharge Your Blog“ series is RSS. RSS is the communication tool of the future. Eventually I predict it will […]

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

« IM Giveaway | Home | Supercharge Your Blog - RSS Feed »