Google top 1000 sites: Interesting stats about them
blog.sucuri.net
Google top 1000 sites: Interesting stats about them
1–10 of 16 posts
Re: Google top 1000 sites: Interesting stats about them
#2Nginx with 14% of market share is indeed very interesting, very close to IIS (17%).
Re: Google top 1000 sites: Interesting stats about them
#3Where's google on that list?
Re: Google top 1000 sites: Interesting stats about them
#4Where's google on that list?
Google said that the list excludes, "adult sites, ad networks, domains that don't have publicly visible content or don't load properly, and certain Google sites".
See: http://www.google.com/support/adplanner/bin/answer.py?hl=en&...
Re: Google top 1000 sites: Interesting stats about them
#52- Programming language in use:
PHP: 15.3%
ASP.net: 14.4%
Java: 1.6%
Re: Google top 1000 sites: Interesting stats about them
#62- Programming language in use: PHP: 15.3% ASP.net: 14.4% Java: 1.6%
How do they even tell, given that sites can avoid having .php/.asp/.jsp in their URLs if they want to?
Re: Google top 1000 sites: Interesting stats about them
#7How can they detect the programming language in use other than by looking at .php, .aspx, .jsp, etc? You won't see this on a most professionally-authored sites that use a router and RESTful URLs.
Re: Google top 1000 sites: Interesting stats about them
#8Re: Google top 1000 sites: Interesting stats about them
#9How can they detect the programming language in use other than by looking at .php, .aspx, .jsp, etc? You won't see this on a most professionally-authored sites that use a router and RESTful URLs.
I believe via HTTP headers. Sometimes (or maybe by default?) PHP installs will add something PHP-specific to the Server: line. I remember having to go in and disable that at one point...
Re: Google top 1000 sites: Interesting stats about them
#102- Programming language in use: PHP: 15.3% ASP.net: 14.4% Java: 1.6%
How do they even tell, given that sites can avoid having .php/.asp/.jsp in their URLs if they want to?
We checked the extensions, the "Server:" option in the header and the "X-Powered-by" option. We tried our best:)