Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Been a while since I've been to news.yc, but I've been reading the RSS feeds more recently, so thought I should pimp my new job at some stage :)

Feedback welcome!



Crawling should respect the excluded pages in robots.txt and rel="nofollow" directives.


That's a tough one. This has been much debated, but at the end of the day we decided to go with our own filtering system since robots.txt and rel="nofollow" are created with search engines in mind, not spell checking. In general you want search engines to cover a subset of what you want spell checked.

You can filter on any CSS3 selector & a[rel="nofollow"] would block no-follow links if you don't want them included. By default we filter out any block with a class or an id that contains "comment" which does a pretty good job of filtering a lot of user comments.


You could always just have an option for it.

I feel people would trust your tool more if they are able to tell it what to ignore.


That was the intention of choosing CSS selectors over robots.txt or nofollow, although a checkbox to specify following robots.txt & nofollow would be useful as you say.


Which lib are you using for selector filtering?


Good one and complements http://www.sitereportcard.com/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: