See Latest Post

Showing Blogger’s Post Title along with or instead of Home page title at Blogger!

You have a blog, But a problem you have. Your Blog Post titles are not showing on blog page. Do search writing your blog’s post page by nick name in Google Search Engine. what happens, it only shows your blog’s homepage title? Probably you may have noticed that when you browse any post pages, it shows your blog’s home page title in browser header. In blogger’s default template, it very often occurs. Because in no way Blogger default template is SEO optimized. I don’t understand why Google didn’t  make their template SEO optimized. We know that Keyword rich titles can bring us more traffic and increase our blog page views.

For we know that a searcher search specific terms whereas Google’s default template shows only Blog’s title in Search. As a result Search engine can not grab your site’s pages accurately. If your posts have enough keywords and have Titles enriched with keywords and above all, if it shows at first in browser header, it can easily create much traffic for your site.   Google shows only first 66 characters of the title in search , so be aware that you title should not be more long.
Now the question is that Do you want to remove Bog’s home page Title from browser header and replace post page title instead?  Do you want to just swap the order of post titles from the default 'homepage title | post title' to 'post title | homepage title'? Obviously the answer is ‘yes’. Then you have come to right place. The post title is an important tag in term of SEO. If you don't optimize your post titles, you'll lose the search traffic to your blog. If you are writing a post, you must take care about to choose the title of the current post because it is a first impression by which users make a decision to visit the page in the search engine's results. The official Blogger templates are developed by 2007, and no update we have found till to date. Google has changed many algorithms to find out the better search results. The default Blogger templates are not SEO friendly with Google's algorithms so we have to make some change to blogger’s  blog more SEO friendly. This blog also hosted on Blogger, and we have made many changes to make this blog more SEO friendly for the search engines, i.e., on page optimization, off page optimization and SEO optimization for Blogger images. In this tutorial, we will discuss about the Blogger title. How to use Blogger Blog Post Titles for Search Engine optimization. We will also discuss on how to swap post title before Blog Title. This is the inevitable way to optimize your Blogger post title for higher SEO.

Blog tite
 
 
Post title
 
Suppose you have blog in Blogger and your homepage title is Information and Technology at Life which I have in my blog. Now you have written a post named ‘Showing Blogger’s Post Title along with or instead of Home page title.’  But in post page, you are seeing Blog’s homepage title in browser header. Or you are seeing Information and Technology at Life| Showing Blogger’s Post Title along with or instead of Home page title. Yes, this kind of titles have a negative impact on good SEO. So in this post we will discuss on Showing Post page title instead of Bog’s homepage title. or On swapping Post titles like…’Showing Blogger’s Post Title along with or instead of Home page title| Information and Technology at Life’ which are too much SEO friendly. Now let’s start the process. To make it you have to go to Blogger’s Dashboard  writing www.blogger.com/home in Browser’s address bar. Login with your Gmail and Password. Now click on Drop down menu at the right and select Template.
 
Dashboard showing Template

Please don’t forget to backup your whole template, for you are going to make some changes in Blogger’s template. If any irregularities occurs,  then restore it.

Blog back up

After taking backup of your template. Now click on Edit HTML button. You will see the template coding field.

Blog Teplate

Now click anywhere into the coding field and press Ctrl+F button of your keyboard and find this short code <title><data:blog.pageTitle/></title>  writing in the search code box or do it manually. Now replace the following code with the following any one…. 

Blog Template

1. Swapping post page title before blog’s homepage title : If you want to just show your post page title in specific pages, Just place the following code deleting above.

 
<b:if cond='data:blog.pageType == "item"'> 
<title><data:blog.pageName/> |<data:blog.title/></title> 
<b:else/> 
<title><data:blog.pageTitle/></title> </b:if>
 


2.  Removing Blog’s homepage title in post pages : If you want to show Post page Title along  with Homepage Title, place the following code instead of above code.

 
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
</b:if>
 


Done you have success fully changed or swapped you Homepage Title either with above any one!






No comments