Friday, May 13, 2016

Remove Blog Name from Post Title to increase traffic

By Default Blogger includes Blog Name before every post name and same appears in search results
It affects Blog search appearance as it hides important keyword of post so to remove Blog name from post
we have to do little change in Blogger Template
Go to Blogger and click on Template tab


then Edit HTML of template and find

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

Replace it with this code


<!--To Remvove Blog Name from Each post title-Start-->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
</b:if>
<!--To Remvove Blog Name from Each post title-End-->


Save Template and you are done :)

4 comments:

  1. this doesnot works on my blog blograbbit.blogspot.com

    ReplyDelete
    Replies
    1. Hi Osama
      It'll 3-5 days to take effect in google indexing

      Delete
  2. remove Blog name from post
    we have to do little change in Blogger Template good 1

    ReplyDelete
  3. just did my now, wait for the result, i will come back if it work......

    ReplyDelete