How to Use Post Title As Title Tag in Blogger Blog

Title Tag Blogger
I already know and understand that what is important of title tag in blogger for onsite search engine optimization. You also find that blogger blogs do not use your post title as the title tag your every single post.






whenever you can open browser top bar after opening any of your blog posts. But search engines only read up to 66 characters.(you can count your title and meta description from character counter tool) So even if you are writing a keyword rich post title 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 target only single keyword which are you using on your blogger title, there is not any thing to change the title but blogger always target different keyword for each and every blog post which require changing the code of the title tag.

How to Use Post Title As Title Tag in Blogger Blog

First Do Basic Thing before changing anything backup your current template. It is recommended.
After go to Templates and click on Edit HTML, Click the word proceed,
Find the Code Below (Press Ctrl + F )
 
<title><data:blog.pageTitle/></title>

replace the code (Red) above with the code (Blue) given below.
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/>
<title><data:blog.pageName/></title> </b:if>

Save your templates and see the result..........
Now search engines will consider your post titles as the

title tag of the every post concerned.