Now Remove Blog Tital from the posts of blog it Help to improve SEO of a Blog
Menu->Template -> Edit HTML.
2.Find the string<title><data:blog.pageTitle/></title>
3.Replace it with:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4.Click theSave Templatebutton. Done!
No comments:
Post a Comment