How To SEO Optimize Your Blogger Blog Titles For Higher Search Results

blogger logo As some of you may know for my previous post here on MUO about NaNoWriMo, where I set up a blog about me writing a novel in thirty days. Normally when I set up a blog it becomes like a new-born child to me ““ I nurture it, I take care of it, I fight off the spammers and so on. And as I’m sure Ryan, our SEO guy here at MUO will testify to,  SEO is important to any blog – especially in the early stages.

As he discussed here in How To Start A Blog That Gets Instant Traffic, it’s vitally important that you write content that is SEO optimized for search engine traffic. Yet there is one SEO trick that is overlooked quite a lot by Blogger users which could boost their traffic; how they appear in the search results. And I’m not talking about where they appear, but how they appear.

Below is a screenshot of my new blog in the Google search results next to MakeUseOf in the search results. Notice anything different between the two SEO-wise?

SEO TIP - Google Results

SEO TIP - google results - MUO


It’s in the titles. You can see that my blog’s title is NovelInThirtyDays. Now for some reason I can’t see many people Googling that anytime soon. However, look at the MUO title: “˜Cool Websites, Software and Internet Tips‘. Many more people will Google things like that, thus driving more traffic to the site.

So in short, my advice is to change how your blog’s title appears in the search results. One of the best ways to do this for a small to medium blog is to reverse the order in which the blog title and post title are displayed so that the post title comes first. This will SEO optimize every post.

Here’s how.

Log into the Blogger dashboard and select your blog. For demonstration purposes we’ll be breaking out the MUO test blog again. By the way, it has changed significantly in appearance since my last blogger post, because I used it to test coding and themes.

SEO TIp - blogger toolbar

Select your blog and then click “˜Layout‘ along the top. Underneath this, select “˜Edit HTML‘.

Using CTRL + F, find the following piece of HTML code:

<title><data:blog.pageTitle/></title>

In most templates it’s around 5-10 lines from the top. Replace that code with the following code:

<b:if cond=`data:blog.pageType == &quot;index&quot;’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>

SEO TIP - EDIT HTML

Once you have pasted that into the HTML as shown in the above screenshot, your Post titles should appear first in Google search results (not immediately though, Google will have to crawl your blog first before it changes).

However, the SEO optimized results will be noticeable immediately in the tab along the top of your browser.

MUO TIP - results MUO testSo now when people search a phrase that appears in the title of a post on your blog, your post will appear higher in the search results. This is a much more likely scenario than someone searching for the actual title of your blog.

For more tips about how to SEO optimize your blog so it gets more traffic, see Ryan’s post entitled How To Start A Blog That Gets Instant Traffic.

For more ‘Blogger’ tips see my recent article entitled 4 Easy Tips to Improve Your Blogger Blog.

Tagged:

Dean Sherwin

My name is Dean Sherwin. I'm a freelance writer specializing in technology, culture, politics, how-to and all other cool quirky things. I started contributing to MUO in July 2009. I like console video games and have been know to play the odd MMO. However, my real passion is in writing and reading about technology and the evolution of our fast paced world. My Twitter is www.twitter.com/deansherwin and my website is www.deansherwin.com Personal Blog: tappingthought.blogspot.com If you wish to contact me directly my MUO e-mail is dsherwin@makeuseof.com

Similar Stuff

The comments were closed because the article is more than 90 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

  • http://literanista.net literanista

    I got an message that said something was wrong with the code

  • Andy

    Hi,
    I just tried that but I get this error when saving.


    Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.
    XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.

    • http://purnomoslerem.blogspot.com effendi

      please change the character “`” after cond= and before >
      with the same character

  • http://www.deansherwin.com Dean Sherwin

    Hey guys,
    All coders and web developers out there feel your pain. Your problem lies in the text.

    First, make sure it looks like it does in the screenshot. Chances are you have some unclosed tags or have left in huge gaps between the lines. This causes blogger to recognize the error in the HTML and it refuses to save the template.

    Once again, make sure any tag is closed.

    For example a tag should be accompanied by a tag after the code.

    • http://eycandy.blogspot.com/ Andy

      Dean is there an error in your code? Should the line be change to ? Blogger seems to accept the template with this change.

    • http://eycandy.blogspot.com/ Andy

      Dean is there an error in your code? Should the line be change from to /em> ? Blogger seems to accept the template with this change.

    • http://eycandy.blogspot.com/ Andy

      Okay! I am frustrated trying to make the code show up in the message. Let’s hope it works this time. Change data:blog.title to data:blog.pageTitle

  • Andy

    Yep, i tried several times to paste this code


    |

    Same problem.

    I’m quite experianced at blogger templates but this has me stumped.

    My blog is here : http://spoilertv.com

  • Andy

    Also, in your screenshot my template does not have the line under the statment.

    It’s not on any of my blogs.

    • http://www.deansherwin.com Dean Sherwin

      The code under the code you paste in will be different depending on your template.

      The MUO Test blog uses a template from a third party

  • Andy
  • http://eycandy.blogspot.com/ Andy

    After clicking save template I get the following error message… Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
    Do you have any suggestions?

  • Steve Allen

    Hi Dean, I had exactly the same result as Andy, even though I checked that it looked identical to your screenshot. I didn’t save – I just tried to preview, and the error message came up same as Andy’s. Any suggestions?

  • http://www.zafarahmed.com SEO Pakistan

    The best way to optimize your blog is to do everything you do to optimize your website. Google loves blogs but it only gives importance to those blogs only which has useful content for the readers as Google give importance to users not advertisers.

    • http://www.freewritingcenter.com Ryan Dube

      This is true, but the method Google uses (well, one of them anyway) to gauge user behavior is largely search engine search trends. This is why Dean’s tip is so important – because if you can focus your blog title around high-value search trends/keywords, you can move up in the rankings and receive more traffic. His technique shows you how to use Blogger’s tools to “tweak” your title so it’s more effective at doing that.

      Nice work Dean!

  • http://raiderhost.info raiderhost

    a seo secret of blogspot dude … thankz for sharing.

  • http://contrafactos.blogspot.com PedroF

    I’ve had the same problem but tried this: in the first line of code

    change the ’ signal to ‘

    It worked, for now, in my blog…

    Thanks, Dean, for your tip.

    • http://www.deansherwin.com Dean Sherwin

      The code in the screenshot works for the MUO test blog and my novelinthirtydays blog.

      If it doesn’t work for anyone – trythe above suggestion.

  • Andy

    Thanks PedroF, that worked

    The correct code should be


    |

  • http://socialmediacrashsite.blogspot.com/ Tom

    Thanks Pedrof. You solved it. One weird thing: The HTML appears to automatically revert to the original code if you reopen the Edit HTML function.

  • http://www.surveysam.com Lisa

    Same here – the Blogger would not save the template with the code changes given.

    The quote symbol has to be changed to “‘”
    Thanks!

  • http://www.r4cards.co.nz/ r4 ds

    It is really useful for me all the time. I like this information. Thanks for this post.

  • http://www.vtechtip.com Computer Video Tutorial

    Instead of character “|”, you can replace with any word you want.

    • Bruce

      I still cannot get this working. PedroF, Andy or Lisa would you please give us the complete line of code as it should be.

  • http://www.princetoncryo.com nancy @ princetoncryo

    This is a great article. We are looking for someone to redesign our website. Do you have some idea about SEO as well? What is an ideal time frame to get recent page ranking?

  • Andy

    Here is a link to the code that I used that works on my blogger account.

    Blog TEXT

    Hope this helps.

  • Bruce

    Thanks Andy, could preview and save without problems.

    • Andy

      No problem Bruce

  • Jimmy

    How do I do the same trick for a wordpress websites?

  • http://seoblog-my.blogspot.com hasmat

    Very useful tips. I am really looking for this kind of blog. I know a little html.

  • http://www.polidoc.blogspot.com Babette

    Wow! Thanks all. I relied on Andy’s repost to clear acceptable code requirements. I’ve been trying to manage this for – God – years now. Onward Democracy!

  • immunis

    I’ve copied the text and got an error as many have discussed. I changed the ‘ in the second line to ” and was able to proceed. Still my titles are not what are getting picked up.

    Just looked at the code and the ” has reverted to ‘

    This is what I have now. Any suggestions?



    |

  • http://w3bz.com/ SEO Wanna Be

    Hi your post is amazing, It’s incredible, I learned a lot about SEO and Man, this thing’s getting better and better as I learn more about internet marketing. Also as part of my ongoing mission to find the absolute best tools to make money, this is without a doubt at the top of my list. Everything happened so fast!

  • http://www.empoweredseo.com/ joel

    Very interesting information here. It sounds that the code would be very useful. I will give a try as soon as possible.
    Thanks for sharing such a nice information.

  • http://www.jenx67.com jen

    The code was save successfully, but the change is not showing up in the browser. The address to my posts are still beginning with my blog name not the post name even though i’ve saved the code to my html.

  • immunis

    Jen -

    I’ve got the same problem. I’ve made every change suggested here and my posts still are by blog title instead of post title. :(

  • http://myjorgenal.blogspot.com/ Jorge

    very cool, I’d tried it on my blog and it works fine.

  • http://www.diffbtwn.com satya sheel pandey

    first of all ,when u paste the code single quote(‘),is changed while pasting ,so edit it and make it single quote.

    Second, please check there should be no some textbefore this code.if there is one the changes will not reflect.

  • http://www.targetseo.com seo india

    This is one the great tips and techniqes for blogger, i have update same HTML code in my blog http://www.worldamazingrecords.com – with in month my traffic and ranking go high…

    thanks for your sharing

  • http://bamboonation.blogspot.com Prince Gomolvilas

    Dean, this is awesome. Thank you.

  • http://r4tional.blogspot.com/ Manuel

    Thanks a lot, it worked in my blog, http://r4tional.blogspot.com/ ie, with a minor tweak.
    I had to replace the symbol ` with ‘ in the first line of code. Once ahain thank you so much :-)

  • http://www.web-optimize.com arizona search engine optimization

    nice post ,content very helpful information .thanks for sharing

  • http://timbrydges.com/unselfish-marketer/ Tim Brydges

    I got it to work, looks good.

  • http://www.nbatdigital.co.uk web design kent

    Thanks for the great read, ideal for beginners into the seo world.

  • http://www.ics-mobile.com ics

    thank you very much! this post was really helpful