Improve Blogger Title Tags For Better Search Engine Optimization
Wednesday, July 19, 2017
Add Comment
How to improve Blogger Title Tags?
1. Go To Blogger.com >> Your site >>Template >> Edit HTML.
2. Now Press Ctrl + F and Find <title><data:blog.pageTitle/></title> in the most of the template this is around first 5 to 10 lines in the beginning of the template coding and now after you find it replace it with the following coding:
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>
Related
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Now your all work is done now go a head and hit Save template button and you are done now all you have to do is to wait and let Google and other bots crawl your website for sure you will see a change in your traffic. Happy Blogging!
0 Response to "Improve Blogger Title Tags For Better Search Engine Optimization"
Post a Comment