Sponsored Link:

LeaderBoard

adsense

Thursday, September 1, 2011

Change Title Tags in Blogger

Do you wonder why your blog title display first before your post title in search engine results?

It is not good when it comes to SEO, it drives traffic away from entering your site. So it is important to change title tags so that the post title should come before the blog name, in this way more people will click on your link when searching in google search engine.

Note, post title is more relevant than your blog name.

Take this example: you are most likely to click the link on the bottom image when you are searching google for the keywords "image reflection generator". The reason being is that your mind reads text from left to right. So it makes sense to have the more important title on the left.



So in this post I will teach you how to do just that, by following this exact steps will lead in great result.

Step 1: Log in to you blogger account.
Step 2: Go to Dashboard > Template > Edit HTML.
Step 3: Back up your template for incase.
Step 4: Click the Expand Widget Templates checkbox.
Step 5: Find this code (press CTRL F and paste the code)

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

Step 6: Replace the code above by this code.

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

Step 7: Save your template.

It may take few days to for the changes to show up on google search results and I guarantee you that you will gain traffic once google re-indexed you.

If you have any question and suggestion, leave a comment and I'm glad to give a help.

Related site:
http://www.anshuldudeja.com/2009/05/how-change-title-tags-for-blogger.html
http://www.bloggerbuster.com/2008/05/change-title-tags-for-your-blog.html

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...