One of my colleague asked me to help him with URL Canonicalization. I had mentioned about Canonicalization (both at domain level and URL level earlier), I think I did it in company Intranet. I will find it and add it to this post. He also referred me to a post where it was mentioned. I generally end up writing big comments on various blogs, so decided to post it here instead.
Redirection from /index.html to /. Example if someone types http://www.idealwebtools.com/index.html we will take them to http://www.idealwebtools.com/.
Why I might not do it
Why I might do it?
SEO advices from Matt Cutts
He says google does it work but still fails sometimes.
Q: What is a canonical url? Do you have to use such a weird word, anyway?
A: Sorry that it’s a strange word; that’s what we call it around Google. Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. For example, most people would consider these the same urls:
* www.example.com
* example.com/
* www.example.com/index.html
* example.com/home.asp
But technically all of these urls are different. A web server could return completely different content for all the urls above. When Google “canonicalizes†a url, we try to pick the url that seems like the best representative from that set.
More at http://www.mattcutts.com/blog/seo-advice-url-canonicalization/
and http://www.mattcutts.com/blog/canonicalization-update/
Let me think more carefully about it. What is your opinion, should we do it?
Some helpful links
http://www.webmasterworld.com/apache/3208525.htm
Some tests

I just started a conversation at WMW http://www.webmasterworld.com/google/3328257.htm