Today I Am going to tell you How To SEO Of Blogger Post Titles For Higher Search Results.everyone know Blogger post title is the most important factor in term of you want higher Search Result. In mostly blogger template default Blogger or Blogspot’s Post Titles are not well SEO Optimized.So that you need to seo optimize with some code changes.In mostly cases you see in the browser title bar they display your blog title in the front of your post title.thats why your title is not optimize.You need to replace this How i am tell you
How to optimize blogger post titles
lets start
Step1
Open your account in blogger
Step2
Go to template>edit HTMl
Step3
When you see coding click anywhere in coding then type CTRL + F keys to open the Blogger’ search box
Step4
Type this code in search Box
Then press Enter
<title><data:blog.pageTitle/></title>
Step5
When you press enter you see same code in coding under yellow color
Replace those code to this code
<b:if cond=’data:blog.pageType == “item”‘>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
Step6
Now save the template you done