TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Googlebot on a tcp/ip level

97 pointsby bauchidgwover 14 years ago

7 comments

jacquesmover 14 years ago
Apart from the auto-backslapping this a an interesting confirmation that performance of your website impacts search engine results.<p>As for google sending multiple requests, from the way the article is written it sounds as though google sends the requests all at once and then waits for the answers to come back one by one, you can cure this by switching keep-alive off on the server side.<p>Typically in your http configuration you would add a line like this (example for apache):<p><pre><code> KeepAlive Off </code></pre> You could even do this just for the googlebot:<p><pre><code> BrowserMatch "GoogleBot" nokeepalive </code></pre> That way you can 'fix' the google bot issues without affecting the normal users of the site.
评论 #1774952 未加载
hartrorover 14 years ago
While the article was interesting the first line "We did it. We solved one of the unsolved big SEO (Search Engine Optimization) mysteries of the modern time." had me reaching for the close button. Is it just me or is there a LOT of spin from SEO types?
评论 #1774950 未加载
评论 #1774900 未加载
nlover 14 years ago
Someone needs to point out that this isn't the TCP/IP level, it's just HTTP.<p>I know it is pedantic technical discussions need precision in their agreed terminology. HTTP and TCP/IP are at different stack levels, and everything discussed here is HTTP.
TimHover 14 years ago
It would be useful if Google hooked some info like this into the error message somehow. Can anyone pass it on to the right people at Google?
评论 #1778375 未加载
mrbover 14 years ago
"If you don’t understand a single word i just wrote, please remember, we are geeks."<p>Hum. An SEO discovers HTTP pipelining and gets all excited about it. <i>yawns</i>
评论 #1776360 未加载
评论 #1776588 未加载
mybborover 14 years ago
Thank you so much. The timing of this article is fantastic I have actually been battling this exact bug/quirk all week.
whackberryover 14 years ago
I wish we had a downvote arrow as well. This is SEO spam and it reached nr 1 on HN.