Better Wordpress SEO in 3 steps
Mon, Sep 15, 2008

Wordpress is pretty much search engine friendly ‘out of the box’ but there are a couple of things that can be easily done to make it even more visible to the search engines.
1. Change your permalink structure
If you have just installed Wordpress and look at your post titles you may see something like this: www.yourblog.com/?page_id=2. Now from a search engine point of view thats not doing you any favours at all. Unless someone is searching for “page_id=2″ anyway, which is unlikely I think.
Wouldn’t it be better if you saw www.yourblog.com/your-post-title?
Here’s how:
Log in to your Wordpress dashboard (version 2.6.2 at time of writing)
Click on ‘Settings’ (top right hand side)
Click on ‘Permalinks’
Click on the ‘Custom Structure’ radio button and type the following into the field:
/%postname%/
Click ‘Save Changes’

If you now look at your blog within a browser you will see your post titles within the URL, a significant step towards getting you seen by the search engines.
2. Change your TITLE tag
As it stands unaltered Wordpress displays your title thus: Your Blog Title >> Your Post Title. It would be much better from a SEO perspective if it saw your post title first, before the blog title or better still (in some cases) without the blog title at all.
Here’s how:
Log in to your Wordpress dashboard (version 2.6.2 at time of writing)
Click on ‘Design’
Click on ‘Theme Editor’
Click on ‘Header (header.php)’ in the list on the right hand side
Find the following code:
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
and replace with:
<title><?php wp_title(); ?></title>
or if you want to include your blog title:
<title><?php wp_title(); ?> - <?php bloginfo('name'); ?></title>
Now your title should show as Your Post Title or Your Post Title - Your Blog Title.
3. Make a sitemap
I use an excellent and highly configurable plugin called Google XML Sitemaps (download here) which generates a sitemaps.org compatible sitemap.
Make sure you do steps 1 and 2 before activating your XML-Sitemap plugin.
Install the plugin and activate.
Click on ‘Settings’
Click on ‘XML-Sitemap’
Click the link to build your sitemap for the first time.
This sitemap can now be specified within Webmaster Tools in your Google Account.








September 15th, 2008 at 8:51 pm
Excellent Post!!
More Wordpress bloggers need to understand these types of things, very simple changes that can have a major impact.
September 17th, 2008 at 7:34 am
I agree with David it’s so easy to do and so many just don’t bother
September 17th, 2008 at 10:32 am
Thanks guys, there will be more tips on how to optimise your Wordpress install shortly, if you haven’t done so already, why not subscribe to my RSS Feed? Get updates sent straight to your reader or email.
September 18th, 2008 at 4:23 pm
Wordpress is a great blogging platform and getting it search engine optimized really isn’t a hard task. Using proper permalinks and robots.txt file to prevent duplicate content and a few other methods can really make a difference. The All in One SEO plugin is really the best bet.