Show Blogger Post Title On Search Engine SEO Tips

One that makes our blog crawled easily by Search Engine bot is by installing the Meta tag on our blog templates. According SEO ( Search Engine Optrimization ), a good templates is placing the code of post title before the code of blog title ; how about blogger templates? By default, Blogger Templates is placing the code of blog title before the code of post title.
To prove that blogger temokates places the code of blog title before the code of post title, please click the post title of your blog see the upper of your browser,and then you will see it as tje example below:
You can see that blog title is before post ttle, and it is no good for the crawl our blog by the Search Engine bot. Compare with my blog that has been modified (click one of the title post of this blog)

its different, right? you Will See that post title is before blog title. why so? because Kang Rohman has customized the Blogger Meta tage title. This wa makes our blog easly crawled by Search engine robot. Below is the screenshot of Searching result my blog in google.com with the keyword Blogspot Tutorials:

if you are interested in showing Blogger post Title First on Search Engine, follow the Steps below:

How to change the Titles:

1. Go to Layout>edit HTML in your blogger dashboard 
2. Search for this tag:<title><data:blog.pageTitle/></title>
3. Replace this tag with 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>

4. Save your Templates and you should see the results in Your web braoser as depicted in the images below.
5. it may take few days for chang to show up on the google search results. i Guaratnee you that you will start receiving more traffic from google once you are re-indexed!