Search Engine Optimisation

Ok this is a link to a very valuable site. It gives you tips on how to make a site search engine friendly. It is quite simple really. Take away that whole line of php and substitute it with a user friendly url!

To do this under Options - Permalinks - Structure, you place this bit of code:

/%postname%.htm

That bit of code transform the not very friendly php into a .htm url. To find out more visit How to Blog.

Number One:
How to configure WordPress to create search engine friendly URLs for permalinks
WordPress’s default behavior for permalinks is to create a URL that looks something like this:
http://www.yoursite.com/index.php?p=2
where p is the post id.
If you care at all about the search engines indexing your blog, and you should if you want anyone to read it :), you’ll want to use a little SEO (search engine optimization) trick by having nice, neat URLs that describe your post.
How to Configure

WP Theming

Hi All

WP is to my mind the best blog application around. Theming it is important well visit this place:

Theming

Rich