How to Optimization of Google Blogger Article Title

As you know,It will be better if you article title before than your website title.It is benefit for Search engine optimization(SEO),so let's change the blogger title easily.


See the step:
1. find the manage of blogger source,and search this code below:
<title><data:blog.pageTitle/></title>

2. replace first step codes with this below:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>

and save it.all you title is what you wanted.