Step1:-Log into your Blog >>Go to "Layout" >>"Edit HTML">>Check "Extend Widget"
Step2:-Ctrl+F>>search for </data:blog.pagetitle>
or
<title><data:blog.pageTitle/></title>
Step3:-Replace it with the following code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/>I<data:blog.title/></title>
</b:if>
Save template---fininsh
Demo
Before change(blog header title appears first followed by post title)

After change(blog post title appears first followed by header title)

Same thing appears in search engine.

Note:-The change appears in search engine only after they crawl your blog for next time.
Technorati Tags:
0 comments:
Post a Comment