Fortunately, there is a good hack to rectify this problem. By simply swapping the position of the page title with the blog title, we can obtain significant improvement in the search engine result.
![swap blog title with post title swap blog title with post title](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-FHEUzskf4sEAqef3FPIjy7i47yFilhkZ8wjIra5kenA3bwVMgYwQhf5WalTLzBtO7EXWcwnuqSslgKHp1RgXlxr-fBxZFuW40gG5ihA2OS8YBAKQ6w1PDLZ2XzD1Q9GWuZAt_yqUwwOJ/s400/swap+blog+title+with+post+title.jpg)
![how to swap blog title with page title how to swap blog title with page title](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9Sza0n2IOD79kM_tHz28UEFCjTV33dcak79oYExm7onY8zU0OwEoJ6e_gFSdnXncvKmLTyzqV_yy8FCh_F9dqQ3q05li4W3gcs8sJig-pga4TYGW5g3nyWNXM1fJ_2sJhpfBxwnlQDqQk/s400/how+to+swap+blog+title+with+page+title.jpg)
To swap the position of the blog title with the page title:
- Login to your blog and navigate to Layout – Edit HTML.
- Always backup your template before changing anything to avoid any undesired outcome. Click ‘download full template’ and save it into your harddisk.
- Replace this following line of code:
<title><data:blog.pageTitle/></title>
With this one:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- After that click on ‘Save template’ and you’re done.
Thans a lot! I was looking for similar topic and this is an step
ReplyDeletewow thank you sooooooooo much .. finally i can found the really blog help site
ReplyDelete