How to optimize your post title, well, you must put it before your blog title. And this is how you have to do that.
Log in to your blogger account and Go to, Template » Edit HTML and search for:
<title><data:blog.pageTitle/></title>
And then replace it with:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Save template and see what happened.
No comments:
Post a Comment