Hacker News new | ask | show | jobs
by freetard 6056 days ago
Thanks, I hate it that HN doesn't allow clickable links in stories description. Isn't the web all about links? Lame.
1 comments

Upvoted. While there may be reasons that this was done (I assume to minimize using HN for google juice) I don't understand why you're being downvoted for this.

This is inconvenient, and expressing that is reasonable, especially as it wasn't even a random rant, but in direct response to the clickable link being posted.

Seems like a little javascript would address this issue. PG could make the link unclickable in the HTML, but add a JS function to make it clickable, thus reconciling the goals of user convenience and google juice withholding.

Edit: Or add (rel="nofollow") of course, would be even easier.