How to add Search engine Friendly Title to Blogger ?


  • 1. Go to Template --- >> Edit HTML

  • 2. Find the following Code
<title><data:blog.pageTitle/></title>
  • 3. Replace the it with the following code
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - Hstm3.blogspot.com</title>
</b:if>
4. Replace the red text by your blog's Name



Comments