Better SEO practice is to show article title first. It will increase your search engine rank significantly.
Follow bellow steps to change your Blog Article titles to increase traffic:
1. Go to Design --> Edit HTML
2. In Edit Template box find this code:
<title><data:blog.pageTitle/></title>
3. Now replace the above code with below code:
<!-- Title modified to "Article title | Page title" -->
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- Title modification ends -->
Now you are done.
It may take few days for Google to re-index your blog. Track your blog to see the increase in traffic.
Click here to see other useful Blogger tips
No comments:
Post a Comment
Please give your feedback, questions and suggestions. I will surely answer you.