Right now, I'll share some tips on how to Swap Blog Title with Post Title when the index in google it Seo Friendly Blog (Read : How Googlebot Acces Index Your Blog ?). Maybe Your didnot understand what I mean this, but try to see the tutorial.
1. Login to your Blogger Account (Dashboard) -> Lay Out -> Edit HTML
2. Dont forget to Check Expand Widget Templates
3. If you use this Code :
<title><data:blog.pageTitle/></title>Then it will look like this picture :
4. After that, replace it with the following code:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Now, I checked the published test post page again and this is how my page title looked like:
Now, your post title will appear first on search results. This is a very effective technique for your blog. Ok so this tutorial, hopefully useful for all of you, Do not forget to comment. Thanks ...
:: HAPPY BLOGGING ::