Search engine bring a lots of people to blogs and websites, that why it’s important to display a title that would attract visitors.In this post I will tell you why and how to change the title in your Blogger/Blogspot blog.
The way BlogSpot display the titles of blogs is not always the best because it shows the name of your blog first, so when your page shows up in Google, visitors would see for this post “NJR-Team : Optimise the way Blogger or BlogSpot display your title”.
People who search in search engine are looking quickly for their result, so simply having NJR-Team at the beginning that has no link with the subject can make you lose some viewers.
The optimal way to show the title for my blog in Google is : ” Optimise the way Blogger or BlogSpot display your title | NJR-Team“. This way is the best because I’m still having the name of the blog in the title but I’m having the title first so people will click more.
So here is how to change it.
To access the HTML edit code
- Goto Blogger Dashboard
- Go to Layout > Edit HTML
- Backup your Existing Template
- Search for the Following code in the HTML part
| <title><data:blog.pagetitle/></title> |
Now replace “<title><data:blog.pagetitle/></title>” with this code:
|
<b:if cond=’data:blog.pageType == “item”>
<title><data:blog.pageName/> | <data:blog.title/> </title>
</b:if>
<b:if cond=’data:blog.pageType != “item”‘>
<title><data:blog.pageTitle/></title>
</b:if> |
You can still customise your title by changing this part of the code
|
<title><data:blog.pageName/> | <data:blog.title/> </title>
|
Exemples
|
<title><data:blog.pageName/> at <data:blog.url/> </title>
|
|
<title><data:blog.pageName/> </title>
|
|
<title> This is title of all the page in my blog </title>
|

3 Responses
I'm using it on this blog works like a charm if you have any problem doing it i'll be answering questions
Posted on October 12th, 2009 at 7:34 pm
hello,
thanks for the great quality of your blog, each time i come here, i’m amazed.
black hattitude.
Posted on November 1st, 2009 at 10:28 am
Ah!!! at last I found what I was looking for. Somtimes it takes so much effort to find even tiny useful piece of information.
Nice post. Thanks
Posted on November 11th, 2009 at 4:29 am
Add A Comment