May 29

After 27 days of install Alexa Widget, I see that Wahlau Alexa ranking actually lowered by 100k which is good. I believe there is some paid program rate your blog actually by using a combination of your Technorati ranking, Alexa Ranking, Google Pagerank and maybe some more of others.

Alexa Ranking actually works by tracking people who installed Alexa Toolbar, which means that if most of your readers have Alexa Toolbar installed, you should get good ranking. By installing this widget, they will actually track everyone who visit your homepage, which is definitely more accurate. It is actually pretty easy, just copy the code, and past them onto your footer.

Technorati Tags: , ,

May 23

I have actually signed up for John Chow NoFollow, and I think this is the cheapest way I could advertise as USD10 is not a small amount in Malaysia Ringgit, MYR 34. I could actually have 3-5 meals eatting in Mamak or Coffeeshop.

Anyhow, due to that, I have to basically work my way as I do drop by John Chow blog but does not place a comment usually. Now, I am trying to put my comment in every single post which I can place them, as comment are close for some of the previous post which may already have Pagerank. I think I have to do this for at least 2 times pagerank upgrade, which may be 8 months.

You may also notice that I did anchor tax on “Wahlau.NET”, as I have no idea what should I place priority on this blog yet. But it is definately be in the Internet & Technology range.

Did you find this page through JohnChow.Com?

May 21

Me.Dium is trying to create a new trend over the internet by creating a software which allows friends & stranger to talk about the website they are surfing. I believe when you visit the same website, it will show other people who visiting at in your chatroom, therefore you could share your thoughts and opinion.

medium_logo2.gif

It is currently in beta stage and invite only. I do not have an invite :( therefore I am not sure how it works, but the idea may just work out to be great as people could discuss news/blog which they are reading, although the author would not have any idea.

May 20

Too bad I am not in US studying now, if not this would save me a big buck. Try Yak4Ever and maybe you could give me some feedback. Anyhow if you are in US and do a lot of outstation call to one of this 48 countries, there is nothing to lose to try it. Unlike other free calls they claimed:-

  • No Hidden Charges
  • Free Registration
  • Privacy Guaranteed
  • Unlimited Calls
  • No Limit On Call Length
  • Call from Anywhere, Anytime

This is some of the countries you could call:-

  • Argentina
  • Australia
  • Brazil
  • China
  • Denmark
  • Hong Kong
  • Iceland
  • Ireland
  • Malaysia - Woohoo! Malaysia is on the list. Maybe you could try calling +601300882525 to order pizza from Pizza Hut Malaysia to be delivered to US.
  • Mexico
  • Portugal
  • Singapore
  • Russia
  • Taiwan
  • Thailand
  • USA
  • UK

This is not a PC to Phone system.  What you do is register your number and 10 most frequent called overseas number. The call their number and key in your extension number. Walla, connect to one of your 10 most frequent call list and start chat till you drop.

Technorati Tags: , ,

May 14

Wordpress does not have meta tags included in their scripts, but meta tags is one of the oldest ways which was used by search engine to rank your website. It is still used today.

There is some reason that Meta Tags is not included in Wordpress script. Anyhow it is good to add them if you would like to attract more readers from Search Engine or even getting a better ranking for certain keyword. Here are some meta tags which you could include:-

<meta name=”resource-type” content=”document” />
<meta http-equiv=”Content-Type” content=”<?php bloginfo(’html_type’); ?>; charset=<?php bloginfo(’charset’); ?>” />
<meta http-equiv=”content-language” content=”en-us” />
<meta http-equiv=”author” content=”Name Here” />
<meta http-equiv=”contact” content=Name@Domain.com />
<meta name=”copyright” content=”Copyright (c)1997-2007  All Rights Reserved.” />
<meta name=”description” content=”add description about your blog” />
<meta name=”keywords” content=”Gadget Blog, bla bla, your search engine keyword here” />
<meta name=”channel” CONTENT=”Technology Blog”>
<meta name=”Robots” CONTENT=”All”>

Check if you have meta tags installed?

I like to use Widexl Meta Check as they are quite specific and indicate how many charactor and words we could use for each meta tags. The error will be shown in red.

How to add meta tags to Wordpress?

To add meta tags go to wp-admin (Admin Login) > Presentation > Theme Editor > look for header.php.

Add this tags near:-

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

Extra tips

Also, you could add <?php the_title(); ?> for description and keywords so that each post will have slightly different meta tags. This is the title of your post, which is most probably what you would like to be searched on.