Well, that's one SEO hack... (view-source)(tutorspree.com)
tutorspree.com
Well, that's one SEO hack... (view-source)
http://www.tutorspree.com/browse/new-york-ny-tutors/computer-programming
66 comments
http://www.last.fm/robots.txt
Virtues last reward is a great game. I hope that the robots of our future will follow this protocol
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.
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?
Even the President is in on it:
view-source:http://www.barackobama.com/
view-source:http://www.barackobama.com/
http://ie.microsoft.com/testdrive/HTML5/DOMContentLoaded/
Message on console:
"Do you come here often? If so, we'd love to talk about opportunities on the IE team: http://www.microsoft-careers.com/go/internet-explorer/340041... "
Message on console:
"Do you come here often? If so, we'd love to talk about opportunities on the IE team: http://www.microsoft-careers.com/go/internet-explorer/340041... "
http://shopify.com
Read the top comment, then scroll waaay down to the bottom.
Full disclosure: I work for Shopify
Read the top comment, then scroll waaay down to the bottom.
Full disclosure: I work for Shopify
The tumblr website has the logo in comment, http://www.tumblr.com/
this was on HN a long time ago, someone complained about bandwidth and power wasted for only a few users who noticed it
> OK, who else has awesome source-code easter eggs?
https://soundcloud.com
https://soundcloud.com
Click view source, there's a url too....
http://oak.is/
http://oak.is/
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.
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.
MaxCDN does, inspired by SoundCloud.
Same thing on soundcloud.
What makes you think it's SEO related? I don't think any search index would do anything with HTML comments.
While the markup doesn't do anything for SEO, Easter eggs like this are often created to help generate links back to the particular page from sites like HN...which can boost SEO.
The original submission title was probably tongue-in-cheek, but I'd bet the creator of the page had SEO in mind. Getting a ton of pg lovers who probably also link programming to link to a programming page on the site would be killer for SEO.
This is similar to creating a unique 404 error page that can generate tons of backlinks.
The original submission title was probably tongue-in-cheek, but I'd bet the creator of the page had SEO in mind. Getting a ton of pg lovers who probably also link programming to link to a programming page on the site would be killer for SEO.
This is similar to creating a unique 404 error page that can generate tons of backlinks.
I think he was joking :p
Or that they made their website interesting enough for us to and link back to the website, talk about it here, and possibly increase traffic ;)
Are there any sites that publish the majority of it's content (or alternate) in html comments (view-source), rather than in visible markup?
My favorite source code easter eggs are all the odd little tidbits scattered throughout the Space Jam movie website...still up:
http://www2.warnerbros.com/spacejam/movie/cmp/lineup/lineup....
http://www2.warnerbros.com/spacejam/movie/cmp/lineup/lineup....
I assume the giant comment is what we're supposed to see, but I'm not sure how that's supposed to have any impact on SEO at all. Seems more like a tribute than a SEO hack.
You obviously know nothing about SEO. Having a Giant face in a comment of your page increases clicks, on average, by 147%. Give or take.
[deleted]
That is really cool - but who the hell found this, and how?
Does anyone know who the person in the homepage source code is?
view-source:http://www.tutorspree.com/
view-source:http://www.tutorspree.com/
http://www.youtube.com/robots.txt
# robots.txt file for YouTube
# Created in the distant future (the year 2000) after
# the robotic uprising of the mid 90's which wiped out all humans.
# robots.txt file for YouTube
# Created in the distant future (the year 2000) after
# the robotic uprising of the mid 90's which wiped out all humans.
These are lyrics from this song, "The Humans are Dead" by Flight of the Conchords: http://www.youtube.com/watch?v=WGoi1MSGu64
it adds 11.5k to the page (20% overhead) for an easter egg seems a bit excessive. it would be 10x smaller and more interesting to embed a js1k game or demo in the source.
gzip makes it quite a bit less than 20%
i dont believe gzip typically applies to html, only to loaded text-based resources, js/css. i could be wrong.
either way that page's html does not come in compressed.
either way that page's html does not come in compressed.
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:
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: gzipi'm not sure where you're getting those headers from, this is what i'm seeing:
the majority of my tests resulted in these: http://www.seochat.com/seo-tools/check-server-headers/?go=1&...
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 resulted in these: http://www.seochat.com/seo-tools/check-server-headers/?go=1&...
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.
I got my headers in Chrome on Windows 7.
gzip definitely applies to html in addition to js/css.
To be fair, I suspect it still amounts for 20% of the gzipped size.
I've done the same thing on one of my sites, it shows my gravatar image: view-source:http://permutationer.com/
Best source code ASCII I've seen is from Rishi here: http://explicitly.me/robots.txt
I don't see anything interesting.
You may need to maximize your browser to see the effect while viewing the page source.
Thank you. I have a two-screen configuration, and usually use the smaller screen for Web browsing, and the larger screen for writing. When I dragged the view source tab over to my larger screen, I saw immediately what the big deal was. Cool.
I only see the ascii picture of Paul Graham and his profile text.
interesting. I can see more details when scrolling
He only wears shorts? Is there any truth in this?