saturn comments on Spring 2010 Meta Thread - Less Wrong

3 Post author: FAWS 11 March 2010 10:27AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (141)

You are viewing a single comment's thread. Show more comments above.

Comment author: saturn 22 March 2010 03:38:39AM 2 points [-]

You're right about it not being faster. I had assumed it helped with server load, but the commit message mentions something about Google indexing.

Comment author: ata 22 March 2010 07:13:05AM 3 points [-]

It seems like a better way to do this would be to check the User-Agent and only send the sidebar if the agent isn't Googlebot. Or, if we want this to apply to other search engines, then we could still do it with JavaScript, but just include the content encoded in a <script> in the page's <head>, so it wouldn't need to go through the XMLHTTPRequest.