Showing posts with label title optimization. Show all posts
Showing posts with label title optimization. Show all posts

Sunday, May 17, 2009

Post title optimization for blogger blog

Earlier I have written two posts for title optimization - What is title optimization and Title optimization widget

But there was one problem with this widget . After installing this widget one can not shift the page elements , it gives error when you click on save after shifting.
So there was request to find a error free title optimization widget or script.

First we will understand what is post title optimization . Normally the title of the post appears on top of browser as Blog title + Post title . i.e. the title of this post will normally appear as
Blog traffic tips to make money : Post title optimization for blogger blog . But since title optimization is done on this blog it appears as only Post title optimization for blogger blog. This is important to get proper weightage in search engine for the keywords used in post title.

Now how to do this ?

Go to Dashboard> Layout > Edit HTML
Then search for


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



Then replace it with following code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Then click on Save template . Your post title optimization is done.

Now check the individual post of the blog . And look at top of the browser for title .


Friday, September 21, 2007

Blog Traffic - Title optimization widget

In my previous post on title optimization , I discussed about that title of the post should get displayed as Post title + Blog title to get better search engine ranking.

I found one such widget at http://widget-based.blogspot.com/. It is for blogspot users.

After installing this your post title will get displayed as Post title + Blog title.

But I also found one problem with this widget i.e. after installing this widget when I go to Layout and try shifting the position of page elements and click save , it does not save the changes.

Please do not use this widget for title optimization , if you already have good search engine ranking.

Monday, September 17, 2007

What is title optimization

There are two type of titles 1) Blog title and 2) Post title

When we visit main url of the blog , what we see on top most line of browser is blog's title and when we click on individual post this line displays post title.

In my earlier posts , I have mentioned that your chosen keyword should be used in post title as well as blog title to get better search engine ranking.The earlier the keyword is found in title , more marks you get for ranking. Please do not edit your old titles for optimization.

But in case of blogspot blogs, the title of the post is displayed as Blog title + Post title.
In case of wordpress blogs the title of the post is displayed as Post title + Blog title.
In case of normal website individual title of the page is displayed without adding title of the main website. In case of blogs, posts are webpages ,but title is displayed differently (as mentioned above) and hence we loose marks during search engine ranking.

So for blogspot blogs we need some technique or widget by which we can display post title as Post title + Blog title i.e. reverse of normal way.

If you have a blogspot blog please click on one of the post to find out how title is displayed, then click on posts of this blog to find how title is displayed.

So I will add a widget here to do this title optimization , it also has a problem which i will discuss.

Please note that we are talking of post title and not title tag. It is a html tag which I will discuss in some other upcoming post.

to be continued ...........

Please leave your comments