Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm working on a search site. But the data being searched is only the data submitted by the public. I have no need for users, but I want to discourage people/bots from submitting complete junk that would lessen the usefulness of the site.

So far, i'm considering a CAPTCHA or confirmation via a link sent to the submitter in email.

Thoughts?

share|improve this question
Added a few additional tags and, ironically, was forced to answer a Captcha to confirm my edits. – Keith DeLong Oct 23 '10 at 19:00

1 Answer

up vote 0 down vote accepted

CAPTCHA is a bit of a hassle for your users but the trade off is it's the current standard for ensuring data is submitted by a human. Implementing CAPTCHA some time back on out web site reduced spam from forms to zero.

share|improve this answer
1  
ReCAPTCHA works really well in my experience and is easy to integrate for most platforms. – pate Oct 23 '10 at 23:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.