Blogging Tip - WordPress Title Optimization
- By: Daiv Russell
- On: 02/01/2008 00:44:55
- In: Internet Marketing
- Comments: 5
I've been setting up a lot of WordPress blogging sites over the past week or so. Some are for me, some are for clients, etc. But, in my goals to optimize them (boy is WordPress ever configurable!), I've noted that I need to change quite a few things to maximize the placement of these pages in the Search Engines.
So, here's something you might find handy if you're setting up a WordPress blog for yourself. Maybe you already have one and just didn't know how to optimize this (You know who you are!) because you're as Stupid as George Bush.
To do this you’ll have to update your header.php file – the simple way to do this is to navigate to the current theme folder on your web server (in the wp-content/themes/ area) and copy the header.php file on to your PC. There, make a backup of the file (in case you need to restore it later on), open it in a text editor or an html editor and locate the following tags:
<title>
</title>Once you find that chunk, delete it and replace it with this snippet of html, instead:
<title>
<?php if(is_home()) { bloginfo('title'); } else{ wp_title(''); echo ' » '; bloginfo('name'); } ?>
</title>Then, rather than your blog name or, heaven forbid, the word "Archive" appear first in the title -- the title of your post actually appears first in the title. Then the search engines will believe that your page has more to do with that particular title, and get you more search engine traffic for the keywords which appear in your title.
Enjoy!

Comments
Oh well, off to make that change.
Thanks so much for that tip.
Thanks
Salena Newport
http://www.myleatherchaps.com
Cheers,
Chris
Leave a comment
Please complete the form below to submit a comment on this article. A valid email address is required to submit a comment though it will not be displayed on the site.
HTML has been disabled but if you wish to add any hyperlinks or text formatting you can use any of the following codes: [B]bold text[/B], [I]italic text[/I], [U]underlined text[/U], [S]
strike through text[/S], [URL]http://www.yourlink.com[/URL], [URL=http//www.yourlink.com]your text[/URL]