Change Post Title for Blogger SEO#
This trick will indeed drive more traffic to your blog. Follow this simple steps. You may need to go to blogger HTML code.
Find this code:
<title><data:blog.pageTitle/></title>
Replace it with below code:
<!-- http://web-designs-blog.blogspot.com: Title Post SEO-->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
<!-- http://web-designs-blog.blogspot.com: Title Post SEO-->
Save your template and that's it your done.
No comments:
Post a Comment