wordpress

Here is a very little SEO guide for those that use Wordpress as blog engine for their blogs. Nowdays Search Engine optimization is very vital for every blog. Without SEO your blog is probably dead.

The first thing to do at all is to read what is here: http://codex.wordpress.org/Search_Engine_Optimization_for_Wordpress

1) Use custom permalinks! This will make your URLs easier to remember and will help various bots crawl your site. To do this go to the “Options” menu, then “Permalinks” and at the bottom check the “custom” radio button and put /%postname%/ in the field.

2) Change page titles.

What we want to do is to swap the position of “Post Title” with “Blog Name”. This is because:

* Search engines uses your Page Title as the linking text in its search engine results page (SERP).
* The search keywords are bolded for page titles in search engines
* It makes it easier for search engine users to know right away if what they are looking for is correct

Now, this will involve some editing to your template files, which is normally called “header.php”. Find this:

and replace with:

And you’re done!

The guide comes from:

http://forums.digitalpoint.com/showthread.php?t=301511

Useful tips can be found here too: http://www.dech.co.uk/2005/11/ultimate-wordpress-seo-tips/