On this occasion I will discuss about how to change our blog title to match the title of our posts. It is simple but can increase the number of visitors because of ease " Google Search " to read our blog post.
1. Go into your blogspot dashboard, then select Design then Edit HTML
2. Use the search tool ( Ctrl F ), and look for the code <title><data:blog.title/></title>, do not forget to check the Expand Widget Templates
3. Replace the code <title><data:blog.title/></title> with the code below:
<b:if cond='data:blog.pageType == "index"'><title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4. Save and finish.
Good luck and hopefully useful for you
Thank You ^^
0 comments:
Post a Comment