How To Make Blog Title Appear After Post Title In Search Results.

 
In my previous post i have explained about How To Enable Blogger Threaded Commenting System On Blogger Blog. Friends now FBT presenting an trick that How To Make Blog Title Appear After Post Title In Search Results. The Google, Yahoo, Bing and all the search engines are always look up your blog content title they don't look your blogger name remember always.
 But how to optimize the blogger post titles and showing only blogger post tile in search engine to get more traffic. Peoples are searching Google they will first see the title matching with her search keyword but if your blogger name is arises first then you loose traffic. So what you thinking keep always on your mind to show your content title in Google search to getting more traffic.


Friends your Blogger showing your blogger posts name is Blogger name:Blogger post page name in Google search page. But if you are optimize then it will only show your blogger post page name in Google search page then you get more traffic.
-----------------------------------------------------------------

How to Optimize Blogger post title in search engine page


  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
Then search below code
<title><data:blog.pageTitle/></title>

Replace the above code with below code
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/><b:if cond='data:blog.pageName'> ~ </b:if><data:blog.title/></title>
</b:if>
Now save your template.

-------------------------------------------------------------------------------------------------------------------- 
be vigilant and careful while doin html / javascript duties
coz it may lead to info leaks or slowing down or unworkability.
also check out google blogger terms and conditions.
--------------------------------------------------------------------------------------------------------------------
no video for this stuff.

Latest posts.