Keyword Optimisation Really Works!
I’ve had this domain for less than 3 months now and I’ve been testing how fast I can get in the 1st page of Google and Yahoo’s search engine results page (SERP) for the term “danny ng”.
As of today, my blog is ranked #7 on Google AU and #5 on Google US. On Yahoo AU and Yahoo US, I’m ranked #1. Not bad ay?
Next step is trying to get my PageRank up. It remains 0 at the moment. I should blog more but I’ve been a lazy bum hehe.
There’s a lot of things I want to do with javascript, but haven’t found time yet juggling a job, a girlfriend, a social life and so on.
I will probably write a post on where do you draw the line between search engine optimisation (seo) and usability in the future. Frustrates me when deciding whether to neglect usability for the sake of seo.
Google US
Yahoo US
Google AU
Yahoo AU
301 Meta Refresh Redirects: How Google and Yahoo Sees It
Normally the best practice for 301/302 (permanent/temporary) redirects are through your web server. However, you can only do this if you own your own domain. So what happens when you’re using a free webpage service such as Blogger, WordPress and Typepad, and you want to do 301 redirects to your new website?
If you’re thinking of doing Javascript redirects, this isn’t highly recommended as Google and Yahoo web crawlers won’t be able to follow the redirects, which will affect the destination’s ranking and indexing.
Although not the best, your next best bet is using the meta refresh tag to do your redirections. It seems that Google recognises meta redirects and Googlebot should be able to crawl to the new page, according to Google’s Webmaster Help Center.
Yahoo’s Search Help also seems to recognise meta redirects and the crawler will be able to follow the redirects.
It appears that a meta refresh delay of 0 or 1 second will be considered as a 301 redirect and anything longer is considered a 302.
I will try to post a javascript solution that will be able to handle redirects from your old website to appropriate pages of your new website this weekend.






