In this tutorial, I will teach you how to remove the blogger title to get at the left, then you can get the post title in the left and increase your rankings in search engine. Why this hack will increase my rankings? because search engines crawl your web pages from left to right.
1- Go to your Blogger Dashboard and choose your blog.
2- Go to "Layout".
3- Go to "Edit HTML ".
4- Find this code
<title><data:blog.pageTitle/></title>
5- Replace it with this code
1- Go to your Blogger Dashboard and choose your blog.
2- Go to "Layout".
3- Go to "Edit HTML ".
4- Find this code
<title><data:blog.pageTitle/></title>
5- Replace it with this code
<b:if cond='data:blog.pageType == "item"'>6- Save your template, and you're done.
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Comments
Post a Comment