Many bloggers don’t have an knowledge of changing their post title when they use blogging platform such as blogger. If you see your posts, all the posts that are indexed have same post title. This decreases popularity for your blog posts.
To get more insight to your individual blog posts add the code below in the head tag of your blog.
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
No comments:
Post a Comment