How to increase blog post traffic |
You have noticed for every new blog, your post title is very important for better ranking in google search results. But you have noticed that it will appear in search result after the Blog Title.. So the main core theme of your post just hide behind the post title.
we will show you how can you show your post title before blog title in google search results which ultimately helps your blog post to appear in top results or more relevant results.
So, here is the trick...!
- Go to Blogger >> Template >> Edit HTML.
- Backup your blog template.
- Now search below code in your template.
<title><data:blog.pageTitle/></title>
- Replace that code with the below one.
<b:if cond=’data:blog.pageType == "item"’>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- You are done!
2 comments
img.postthumb {width: 100%;}
add this in css to resolve your image stretching issue.
sorry for being late.. I wasn't feeling well sir
thanks for your reply
EmoticonEmoticon