You may have noticed that blogger blogs do not use your post titles as the title tag of your individual posts. Its code structure is something like this.
That means it first considers the blog title which you had written as shown in the image below and then the post title.
Which you can see browser top bar after opening any of your blog posts. But search engines read up to 66 characters. So even if you are writing a keyword rich post tile for your blog posts, blogger by default mess it up when it comes to optimizing your title tag of individual blog posts.
If you are targeting only one keyword which you are using as your blog title, there is no need to change the the title tag structure. But bloggers normally target different keywords for each and every blog posts which requires changing the structure of the title tag.
Here is what you have to do
Before you change anything taking a backup of the template is recommended. Go to Template. Click on Edit html. Click Proceed. Find the code below<title><data:blog.pageTitle/></title>
replace the code (Blue) above with the code (Red) given below.
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>Preview the template to see whether it gives any error and then save. You are now done. Now search engines will consider your post titles as the title tag of the post concerned.
You may also read :

No comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.