One that makes our blog crawled easily by Search Engine bot is by installing the Meta tag on our blog template. According to SEO ( Search Engine Optrimization ), a good template is placing the code of post title before the code of blog title; how about blogger template? By default, blogger template is placing the code of blog title before the code of post title
To prove that blogger template places the code of blog title before the code of post title, please click the post title of your blog and see the upper of your browser, and then you will see it as the example below: 


I Am Change The Post Title First And Blog Title 2nd:


Follow My Steps:

  • Go to Layout>edit html in your blogger dashboard.
  • Search for this tag: <title><data:blog.pageTitle/></title>
  • Replace this tag with the following code:

  • <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>

  • Save the template and you should see the results in your web browser as depicted in the image below.
  • It may take a few daysfor the change to showup on the google search results.I guranttee you that you will start receiving more traffic for google once your are re-indexed!