Live data from Hacker News

Well, that's one SEO hack... (view-source)

tutorspree.com

61–67 of 67 posts

Re: Well, that's one SEO hack... (view-source)

#63

Brilliant -- I love source code easter eggs One of my favorites is on Vimeo - if you crack open the JS console, it pitches you on applying for front in dev work with them.

Hah! That's pretty brilliant. Nicely done, Vimeo. OK, who else has awesome source-code easter eggs?

http://shopify.com

Read the top comment, then scroll waaay down to the bottom.

Full disclosure: I work for Shopify

Re: Well, that's one SEO hack... (view-source)

#64

Earlier quoted context omitted.

Gzip applies to whatever it's configured to apply to, and text\html is likely the most common mimetype gzipped. tutorspree does indeed load with gzip: HTTP/1.1 200 OK Server: nginx/1.1.19 Date: Fri, 10 May 2013 21:19:05 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive Vary: Cookie Content-Encoding: gzip

i'm not sure where you're getting those headers from, this is what i'm seeing: Connection Keep-Alive Content-Length 59127 Content-Type text/html; charset=utf-8 Date Fri, 10 May 2013 21:24:38 GMT Server nginx/1.1.19 Set-Cookie .... Vary Cookie EDIT: i ran it through IE and got these headers too. Then ran it through some other online header-check sites and got your headers in one instance. the majority of my tests resu…

On Chrome Windows 7 x64:

    Content-Encoding:gzip
Maybe you're looking at the wrong resource?

Re: Well, that's one SEO hack... (view-source)

#65

Earlier quoted context omitted.

i'm not sure where you're getting those headers from, this is what i'm seeing: Connection Keep-Alive Content-Length 59127 Content-Type text/html; charset=utf-8 Date Fri, 10 May 2013 21:24:38 GMT Server nginx/1.1.19 Set-Cookie .... Vary Cookie EDIT: i ran it through IE and got these headers too. Then ran it through some other online header-check sites and got your headers in one instance. the majority of my tests resu…

On Chrome Windows 7 x64: Content-Encoding:gzip Maybe you're looking at the wrong resource?

i dont know what's going on. chrome here doesnt show gzip in the headers. various external header check tools also show no gzip. where else am i supposed to look?

Re: Well, that's one SEO hack... (view-source)

#66

Earlier quoted context omitted.

Hah! That's pretty brilliant. Nicely done, Vimeo. OK, who else has awesome source-code easter eggs?

Not exactly a source-code easter egg, but MySpace sends a random X-PoweredBy header with each request. A selection: X-PoweredBy: Nerd Rage X-PoweredBy: The fire of 1,000 SUNS! X-PoweredBy: Interns Of course it also runs on IIS, and this is MySpace we are talking about, so the geek cred is questionable here.

It's been kicked up a notch, though. It used to be Cold Fusion.

Re: Well, that's one SEO hack... (view-source)

#67

Earlier quoted context omitted.

Gzip applies to whatever it's configured to apply to, and text\html is likely the most common mimetype gzipped. tutorspree does indeed load with gzip: HTTP/1.1 200 OK Server: nginx/1.1.19 Date: Fri, 10 May 2013 21:19:05 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive Vary: Cookie Content-Encoding: gzip

i'm not sure where you're getting those headers from, this is what i'm seeing: Connection Keep-Alive Content-Length 59127 Content-Type text/html; charset=utf-8 Date Fri, 10 May 2013 21:24:38 GMT Server nginx/1.1.19 Set-Cookie .... Vary Cookie EDIT: i ran it through IE and got these headers too. Then ran it through some other online header-check sites and got your headers in one instance. the majority of my tests resu…

My guess (based on your other posts as well) is that you might be running through a transparent proxy that's stripping gzip. :-)

I got my headers in Chrome on Windows 7.

Post reply on HN