Remove Blog Title from Blog Post in blogger



In order to maintain good performance in search engine you must have good keywords in your post and some other things but your post title is more important because google prefers a title or post title with less than 60 characters and by default blogger also shows the blog title in post title. This really affect your performance in search engine.

And In this tutorial I will be showing you how to remove blog title from blog post in blogger, Just follow the steps given below.


  1. Go to template>Edit HTML
  2. And look for <title><data:blog.pageTitle/></title>
  3. Replace it with the code given below

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/><title><data:blog.pageName/></title></b:if>
After replacing the code, save the template. 
Previous
Next Post »