I'm trying to figure out how to get Google to index my site www.basicallymoney.com. It still isn't searchable by Google — annoying.
Anyway, I signed up for Google's Webmaster Tools to check & configure my site for indexing. One of the tools available there is one to verify/validate the robots.txt file. See below. It looks like Google thinks StackExchange's robots.txt is borked!
In fact, if I had to guess, there could be a Unicode/UTF-8 BOM before "User-Agent" causing Google to ignore the User-Agent line, and consequently the next "Allow: /" which looks to me to be critical for permitting indexing. Is this cause for concern? This post seems to think so. Thanks.

Below is what I get when I telnet to www.basicallymoney.com port 80. Note the "???" question marks ... those are likely a Unicode Byte-Order-Mark.
My request:
GET /robots.txt HTTP/1.1
Host: www.basicallymoney.com
The response:
HTTP/1.1 200 OK
Content-Type: text/plain
Last-Modified: Tue, 06 Oct 2009 00:28:44 GMT
Accept-Ranges: bytes
ETag: "04613f61b46ca1:0"
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Sun, 11 Oct 2009 16:37:50 GMT
Content-Length: 775
???User-Agent: *
Allow: /
Disallow: /revisions
Disallow: /tags
[...]

