I really doubt that usgs.gov (#978) gets anywhere near the number of visits that nfl.com gets (#993).
Everytime there's an earthquake in California, half the state goes there.
The 1000 most-visited sites on the web (by Google)
51–59 of 59 posts
Re: The 1000 most-visited sites on the web (by Google)
#52I extracted the data, added IP, country and response headers, and dumped it into a usable format: http://openmymind.net/top1000data.txt You can do some decently interesting analysis..like the fact that nginx is the front-end for nearly as many sites as IIS.
"nginx is the front-end for nearly as many sites as IIS", oh I wished that was true but according to my naive counting IIS is over 3 times more popular, am I missing something?:
$ wget http://openmymind.net/top1000data.txt
$ grep -c '"Server": "nginx"' top1000data.txt
39
$ grep -c '"Server": "Microsoft-IIS' top1000data.txt
149
Re: The 1000 most-visited sites on the web (by Google)
#53Mashable - #696 Techcrunch - #850. Nice to see I'm not the only one that prefers Cashmore to Arrington.
Re: The 1000 most-visited sites on the web (by Google)
#54Re: The 1000 most-visited sites on the web (by Google)
#5543. http://bbc.co.uk 83. http://nytimes.com 179. http://reuters.com 257. http://foxsports.com 279. http://foxnews.com
Re: The 1000 most-visited sites on the web (by Google)
#56Re: The 1000 most-visited sites on the web (by Google)
#57Anyone care to do a scatterplot of domain name length vs rank?
http://images.rdujour.com/wp-content/uploads/2010/05/domainL...
I did not include the length of the tld.
Re: The 1000 most-visited sites on the web (by Google)
#58Anyone care to do a scatterplot of domain name length vs rank?
http://images.rdujour.com/wp-content/uploads/2010/05/uniques...