Monday, October 26, 2009

Blogger Post Title Tip (SEO)


By default in blogger the blog title appears first before appear your post title. If you consider Search Engine Optimization (SEO) that is not a good practice. In this tutorial I’m going to show you how to make the blogger post title come first as following picture.

You can follow these simple steps to swap the title and post title in blogger for a better Search Engine Optimization.

1. First log into your blog and from dashboard go to the "Layout --> Edit HTML" page as follows;

2. Then locate the <title><data:blog.pageTitle/></title>, you can find it between <head > and </head> tags as following picture;

3. Then replace that code by following code; It is always good if you download the Full Template before editing.

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

Finally save template and you will see the result immediately in your browser title and after few days in search results.

Related Posts:

  • Expandable Blogger Posts This tip can be used in your blog or web site to hide long posts or articles. Inserted of navigating to another page, using this tip you can wrap thi… Read More
  • How To Make My Site Appear In Google SearchSearch Engine Optimization (SEO) Techniques If you search the above topic, in many articles you will see the same things like content is king, write … Read More
  • Add Menu Bar To Blogger Blog I was able to add a nice multilevel dropdown menu to my blog. In this post I’m going to discuss how you also can add it to your blogger blog. Here I’… Read More
  • Add META Tags To Blogger META tags provides information about a web page such as who created the page, what the page is about and which keywords represent the page content. T… Read More
  • Blogger Post Title Tip (SEO) By default in blogger the blog title appears first before appear your post title. If you consider Search Engine Optimization (SEO) that is not a good… Read More

2 comments:

  1. Love this tip! It worked well and was easy to implement and makes it looks more organized and professional. Thanks!

    ReplyDelete
  2. @ Dialing Home,
    Thanks for your comment and I'm very happy if it was helpful to you.
    Saranga Rathnayake

    ReplyDelete