‘Optimal Title’ - Another essential WordPress plugin
I’m a big fan of things you can do to your site in under three minutes that will have a dramatic effect on your search engine optimization (and ultimately how many visitors you get to your site).
This is a great little plugin called Optimal Title. (You can get it here).
The plugin changes the way your titles read at the top-left of your browser window. As you probably know, Google and other major search engines focus only on the first several words of your page title. So if your site-name is the first thing in your page title on every single page, you’re wasting precious space where you could be identifying the subject of your post.
Before:
The standard WordPress title format looks like this: Site Title | Subtitle >> Name of Post
Now if your subtitle is especially long, you’re really not leaving yourself much room for the title of your post (which is arguably the most important thing from the search-engine perspective).
After:
Once you’ve installed Optimal Title, the divider | will be moved to after the title, and the title of your article will be the first thing you see in the top left of your page. Now your site is optimized.
One quick note: Installation requires one (very easy) extra step after you’ve activated the plugin: You’ll have to open up your ‘header’ file (under Presentation / Theme Editor) and look for the line that contains your title information. Just look for the line that contains the text wp_title() and replace it with this:
<title><?php optimal_title(); ?> <?php bloginfo(’name’); ?></title>
Remember you’re replacing everything from the <title> tag to the </title> tag.
That’s it! 3 minutes to a better site with higher traffic.
You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
articles:

January 8th, 2008 at 1:50 pm
[…] admin article is brought to you using rss feeds.Here are some of the top articles on search engine optimization.As you probably know, Google and other major search engines focus only on the first several words of your page title. So if your site-name is the first thing in your page title on every single page, you’re wasting precious space where … […]
January 16th, 2008 at 4:15 pm
We’re using it now on WebRevenue.org !
January 21st, 2008 at 9:52 am
Agreed. An essential plugin. (This should actually just be built into WordPress)