Homepage titles - make it relevant

SEO » Trackback-URL Add comments

Why does an optimized homepage title for your blog offer great value to your SEO efforts and adds visibility to your whole blog?

The homepage title is one of the most important factors when it comes to SEO. You can easily find proof of this. Go to google.com and type in anything you like. Look at the first few results and you will see that these sites do have your search query near the beginning of their page title and they do have it within the page content.

We will now come to how to change the default setting of how WordPress displays the homepage title to a highly optimized manner without using a plugin for that.

By default, most WordPress themes will show the homepage title like this:

YOUR BLOG TITLE » YOUR POST TITLE

This is defined in the header.php within the respective themes folder. You will find the following near the top of the file: (without the spaces, I added.)

<title><?php bloginfo(’name’); ?> » <?php wp_title(); ?></title>

This is not very optimal for SEO purposes. bloginfo(’name’) is the title of your blog and wp_title(); represents the title of a single post. We want to have the post title being shown before the blog title.

Changing this into a more optimized presentation of your titles is very easy.
You just have to move your post title before your blog title. That´s it.
All you have to do is to open the header.php from the themes folder of the theme you are actually using.

Find this code near the top of the file:

<title><?php bloginfo(’name’); ?> » <?php wp_title(); ?></title>

and change it to: (again, skip the spaces I added!)

<title><?php wp_title(); ?> » <?php bloginfo(’name’); ?></title>

Now save the file and upload it to its themes folder. No second step, we are done. Look at the top of your browser window. This page is titled

Homepage titles - make it relevant » MarcoRichter.net

What will be more important when someone would search for it? I moved the post title to the beginning and slightly changed the title. By default, this page would have been titled

MarcoRichter.net » Homepage titles - make it relevant

If you want to learn more about this, please read these great articles related to this topic:

Please let me know, whether this was useful for you or not. Thank you.

Thank you for visiting my blog. There are new posts here every day. Staying updated is easy: Just subscribe to my RSS feed or subscribe to FREE eMail updates. Thanks for visiting!



Enjoyed this article?
Please subscribe to my RSS Feed!


Subscribe by Email
Get notified by email  on every new article!



Tags title tag, blog seo

The Latest From the Top Blogs About Blogging...

12 Responses to “Homepage titles - make it relevant”

  1. Mayhem Says:

    Nice post! I was playing around with my titles just the other day and StumbleUpon you tonight. Nice theme btw ;)

  2. just me Says:

    Question for you, how do you remove the name of the blog and the “|” from the title? I tried taking out the “” but it still shows up. hmmm

  3. jt Says:

    With titles of blogs is like with names of companies. I created many of them and I can tell one thing - its not so simple to hit the bulls-eye!

  4. Marko Pyhajarvi Says:

    Hi Marco,

    you’re right. The title affects very much to search results. Some time ago I read a SEO book and later optimized the titles of my blogs for certain keywords. My blogs were already in Google’s first page with most important keywords, but I saw them climbing a couple of steps after optimizing the titles.

  5. Marko Pyhajarvi Says:

    Oh, just forgot to say that you’re theme is very very nice!

  6. Markus Says:

    Good tips. I am beginner with that subject so, thanks for sharing this. Regards!

  7. Stas Says:

    Nice post.I’m just on my way of SEO learning and that will be good advice for me.Thanks

  8. Justin Smith Says:

    Hey Marco,
    thanks for the tip and example. I often get annoyed that wordpress ads the title of my blog into the meta title of my individual post pages… it’s just wasted space. I’m going to set out to change this asap.
    thanks again.

  9. Ernesto Says:

    The most seen title for me is “Untitled Page”. Just a waste of seo…

  10. Google Apps Hosting Says:

    Thanks for the tip. Does the character separating the words play into SEO at all? “>” for example

Leave a Reply

2 Trackbacks so far

  1. Great SEO Tips at MarcoRichter.net | Learn SEO | SEO Techniques and Tools

    […] Homepage titles - make it relevant:  Marco provides instruction on a simple coding change in the WP header.php file to move your page title in front of your blog title. We all know how important the title is in SEO […]

  2. Weekend Links 12/14 | PureBlogging

    […] Marco Richter provides a tutorial on optimizing your blog’s title tag. […]

N.Design Studio
Entries RSS Comments RSS