Does MSN accept wildcards in the robots.txt like Google and Yahoo?
For example, if I have 2 URLs ---
ex.
www.mysite.com/index.asp?productID=88373&cr=2767036
www.mysite.com/index.asp?productID=88373
If I wanted to block the first URL from being crawled, I could use this disallow in robots.txt for yahoo and google...
Disallow: /*cr
This would keep my first URL from being crawled and makes my life much easier.
Does MSN support this too?