SEO Friendly Title Tags for Wordpress
July 12th, 2008
Out of the box, Wordpress is not very optimized for search engines. One very simple technique I’ve used to help remedy this is to create my own version of the title tag. This version looks good in the search engine results pages and is very relevant to keyword searches since the title is up front. You may or may not want to include your blog name, I choose to keep mine.
This is the code used for the title tags on this blog:
<title>
<?php wp_title('', TRUE); ?>
<?php if ( !is_home() ) { ?>
- < ?php } ?>
<?php bloginfo('name'); ?>
</title>
Other Resources:
There are some interesting resources for bloggers available to help with search engine optimization. Here’s a short list.
- How to Make Your WordPress Blog Search-Engine-Friendly
- Make Wordpress Search Engine Friendly
- Wordpress Codex Article on Search Engine Optimization
Entry Filed under: WordPress







1 Comment Add your own
1. Greg S. | October 15th, 2008 at 3:28 am
I was looking for this info. Thanks for this quick post!
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed