You are here: Home » Blogger » Swap(exchange) blog title and post title for better SEO

Swap(exchange) blog title and post title for better SEO

In my previous post i have shown how to make your recent comments appear in your sidebar.

Now let us see how to swap the blog title and post title in blogger for a better SEO.

The default system in blogger is that the blog title appears first and next your post tilte.

The search engines give more importance to the words that comes first and gradually the priority decreases.So in the case you blog name is so long that your post title’s dont even appear in a search, you better make this change.

First go to layout and then edit HTML.

Then find for <title><data:blog.pageTitle/></title>

It will be at the top of your template just below the opening <head> tag.

A good way to search anything is to put the cursor in the place where you wan to search and press ctrl+f.

A find box appears at the top right side foR IE or bottom left for firefox.Then type the word which you are looking for.

The <title><data:blog.pageTitle/></title>     line says that your blog title appears first and then your post title.

Now we should replace that with the tags below to make the post title appear before blog title.

<b:if cond=’data:blog.pageType == “item”’>

<title><data:blog.pageName/> |<data:blog.title/></title>

<b:else/>

<title><data:blog.pageTitle/></title> </b:if>

That’s it.Save your template and view any post to observe the difference and also observe the increase in your traffic too after few days.

The effect of the above change is that suppose you blog header is “latest news on indian cars”  and one of the post name is say ford fiesta.

Without the change we made on the top of your browser you can see latest news on indian cars – ford fiesta

After the change it would be like ford fiesta-latest news on indian cars,Which is much better.

9 comments (Read them below or add one)

  1. Doesn’t work. Not well parsed.

  2. I am getting an error
    Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.

    Please let me know if some thing is incorrect here

  3. not working for my site also.. please check it out and correct it..

  4. not working in ma blog frnd.. have aded linkin widget and a favicon before.. is that the problem?? i have tried all.. it still dispalying pxelshots in my title bar..

  5. great tutorial sir,
    i really found my blogs traffic increase tremendously and i now understand the importance of post title in blogger..

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Scroll To Top