Posts from October 2008.

The biggest Technorati mistake

Do you know why Technorati loses money? They didn’t monetize the most popular page – Doh! The Technorati Monster escaped again.


Instead of making money they are working to resolve “the issue”. This is bad monetizing strategy. Don’t show an empty webpage. Put a banner or join affiliate program. Link exchange is worth trying. But the real thing is Donate button.

Guys! You can spend profit on cocktail parties, Yahoo and Google stocks, ladies, NASCAR, The World Cup 2010, NHL and Las Vegas trip. But don’t forget about me guys! I want my 10 percents or link to my blog from the Technorati Monster page :).

Share/Save

Ranking high on search engine trick for Blogger bloggers

Today I’ll tell you how to improve your Blogger blog’s ranking in the SERP. This trick is already known to SEO experts, but many bloggers unaware of it. If you don’t believe me, go to Blogcatalog or Technorati after reading this post and analyze dozen of Blogger blogs. You will see that trick is unknown.

I started my new Blogger blog recently, because I couldn’t resist temptation to check how keywords obtained by Wordtracker generate traffic. One day I was checking Google index and suddenly realized that I made a mistake. I didn’t change Blogger’s default title format [Blog name]: [Post name].

This format stops your blog from ranking high on search engine. The most important relevant keywords should be near the beginning of the title. This is well known rule of the search engine optimization.

You can check this post title format. It’s well optimized – post’s title goes first, then blog’s title. To make the same format, follow this instruction and improve your blog’s ranking in Google.

Login to Blogger dashboard. Open Layout tab and click Edit HTML button. Find the following string in the code:

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

Replace it with:

<b:if cond=’data:blog.pageType == &quot;item&quot;’>

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

<b:else/>

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

</b:if>

Click Save Template button and check titles in browser. Now titles are the same as Wordpress bloggers have [Post name] | [Blog name].

You can optimize archive titles, if you put Blog Archive gadget on your blog. When you click month in archive, page title will have the following format [Month Year] | [Blog name].

<b:if cond=’data:blog.pageType == &quot;item&quot;’>

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

<b:else/>

<b:if cond=’data:blog.pageType == &quot;archive&quot;’>

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

<b:else/>

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

</b:if>

</b:if>

Don’t forget that old titles will appear in index until Google changes them.

Share/Save

Post is back in the Google index game

Good news for me. My “You don’t need Wordtracker if” post is back in the Google index after 6 days. This time it’s ranking on page two and three for two keywords “need wordtracker” and “don’t need wordtracker” respectively.  See Rank Tracker ‘s screenshot.

keywords ranking in google

This is major drop in the SERP. My post was on the first page when Google removed it from index. At the same time, Google returns 231,000 and 130,000 results for two mentioned keywords. Hence position is very good for fresh post. I hope it will be on the first page one day.

Share/Save