http://www2.warnerbros.com/spacejam/movie/cmp/lineup/lineup....
Well, that's one SEO hack... (view-source)
61–67 of 67 posts
Re: Well, that's one SEO hack... (view-source)
#62Re: Well, that's one SEO hack... (view-source)
#63Brilliant -- 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?
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)
#64Earlier 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…
Content-Encoding:gzip
Maybe you're looking at the wrong resource?Re: Well, that's one SEO hack... (view-source)
#65Earlier 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?
Re: Well, that's one SEO hack... (view-source)
#66Earlier 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.
Re: Well, that's one SEO hack... (view-source)
#67Earlier 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…
I got my headers in Chrome on Windows 7.