MSNサーチの動的URL対応について、msnsearch's WebLogに説明が掲載されています。
Program ManagerのEytan Seidman氏の説明によると、URLはクローラフレンドリーであることが望まれ、多くのパラメーターが付加されたURLはやはりクロールされずMSNサーチには登録されないようです。GoogleやYSTの動的URL対策と同様に、静的URLで出力するようにするか、パラメーターをシンプルにするなどの対応が必要です。
The first is to determine whether your pages are crawler friendly. An example of a page that might look "unfriendly" to a crawler is one that looks like this: http://www.somesite.com/info/default.aspx?view=22&tab=9&pcid=81-A4-76§ion=848&origin=msnsearch&cookie=false. When MSNBot looks at this URL it gets scared (well, not really it’s a machine not a human so it doesn’t have feelings). The algorithm starts to wonder whether it is going to get stuck in a loop endlessly crawling every single permutation of the query parameters. Thus, URL’s with many (definitely more than 5) query parameters have a very low chance of ever being crawled. (Eytan Seidman, Microsoft Program Manager, Crawling the Internet..., msnsearch's WebLog)