HackingUniversity - Hacks . Tricks . How-To's

26 January 2013

SEO Optimize Blogger Post Titles for Higher Search Results

blogger-logoWorking on blogger is lot easier with few customizations and little hard work, so everything is right at place under one hood and even served by Google, so we all rely on Blogger for its awesome features but still needs some important customizations for good SEO and higher search results. So the first part everyone do is to optimize their blogger post titles to get higher rankings in search.

So now what I am talking about is you might have seen this like your Blog Title coming first and then comes your Post Title like below example.

HackingUniversity | How to Optimize Blogger Post Titles

So as you can see in the above line your blog title is coming first, and then follow's your post title, so you will even get the same thing in Google search so that makes your title less attractive to get more visitors, so we are going to optimize it and make it like below.

How to Optimize Blogger Post Titles | HackingUniversity

or

How to Optimize Blogger Post Titles

So now just jump into below tutorial and start optimizing your blogger posts.

  1. Open Blogger –> Template –> Edit HTML.
  2. Now press Ctrl + F and search for <title><data:blog.title/></title> code & replace it with the below code.

    <b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> |<data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title> </b:if>

  3. Now you have optimized your blog and post title and you can Save Temple to see the results, now you can even do one more thing like you see on my blog.
  4. As I do not have any blog title in the end of post title you can even remove that by removing that red line in the above code.
  5. So that will remove that blog title from the end of Post Title.