10:16 p.m.

(1) Comments

Optimise the way Blogger or BlogSpot display your title

Jean-Michel

, ,

Stumble Upon Toolbar
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

  1. Goto Blogger Dashboard
  2. Go to Layout > Edit HTML
  3. Backup your Existing Template
  4. 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>
Stumble Upon Toolbar
1 Response to "Optimise the way Blogger or BlogSpot display your title"
Jean-Michel said :
October 12, 2009 at 10:34 p.m.
I'm using it on this blog works like a charm if you have any problem doing it i'll be answering questions

Post a Comment

Have an opinion say it!