Daniel_Burfoot comments on LessWrong search traffic doubles - Less Wrong

22 Post author: Louie 25 March 2011 10:01PM

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

Comments (31)

You are viewing a single comment's thread.

Comment author: Daniel_Burfoot 26 March 2011 01:08:02AM 2 points [-]

It's a content vs. formatting issue. Words like vote, march, reply, points, etc are really formatting, but Google reads them as content.

To fix this, you could do a lot of JavaScript hacking so that the timestamps, etc are displayed using DHTML. The search engine robots won't run JavaScript, so they'll only see the content.

Comment author: taryneast 26 March 2011 06:15:53PM 2 points [-]

JS hacking will also make the page less stable, less accessible and more annoying to maintain. So it's possible, but there is a significant cost involved.