In this SEO series of articles I aim to provide a list of practical tips to optimisation your blog or website for the search engines.
Let’s start off with “Pretty Permalinks” using the Apache mod_rewrite.
Compare the following urls.
http://www.weeatbricks.com/?p=25
and
http://www.weeatbricks.com/2007/09/01/in_place_editor_field-method-in-ruby-on-rails/
The second is friendlier than the first. It gives an idea of the content of the article whereas the first is a mystery. Those all important search engine spiders can use those “pretty” urls to gain further data on the content of the article which in turn can increase the page rank of the article.
I use wordpress as my blogging platform. I created a .htaccess file in the root directory of the blog then turned Pretty Permalinks on in the Wordpress Admin.
That’s it and so ends the first SEO tip.
Stay tuned for more.
October 7th, 2007 at 6:03 am
Thank you for sharing!
December 9th, 2007 at 7:11 am
I’ve taken that a step further by also doing a rewrite for images.
http://nowakblog.com/articles/better-url-for-images-with-mod_rewrite/.
No detail is too small when aiming at perfection. =)
February 16th, 2008 at 9:24 am
Big thank author