The default form of Blogger post Page title is of the form Blog Title + Post Name. Post Name should be given more importance because, When a user searches for a particular article, it mainly reflects your Page Title. So lets tweek this, Change Blogger Title tag in post page into the form of Post Name + Blog Title.
Simply follow the below steps
1. Login to your Blogger Account, Navigate > Layout/Template > Edit HTML.
2. Search for the following code with Browser Search (CTRL+F).
<title><data:blog.pageTitle/></title>
3. Replace the above code with the code below
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
<!– E.n.d www.GadgetCage.com: Change Blogger Title Tag –>
4. After saving this you can see Post Page Titles changed. You are done.
5. If you have any problems, you can email us at: admin@gadgetcage.com

