Re: Antibot Form Submission Composite Behavior

2015-08-13 Thread Tom Eicher (von unterwegs)
BTW I have found I can recognize many spambots by adding a form field with a common name like "message" and make that invisible using css display none. If the field is filled in, its no regular user... Cheers, Tom. -- Gesendet vom Mobiltelefon - Bitte Tippfehler, fehlende Umlaute und Kürze geg

Re: Antibot Form Submission Composite Behavior

2015-08-12 Thread Simon B
Hi Martin, Thanks for your suggestion, the thing about the bot that was accessing my site was that it it didn't give any user agent information which leads me to think that it was malicious. I've put together the following behaviour (included at the end of this) and will use that for the time be

Re: Antibot Form Submission Composite Behavior

2015-08-11 Thread Martin Grigorov
Hi, I'd recommend you to read https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt . I guess it is possible to disable the bot partially or completely. About your behavior: it should contribute a JS file similar to this: $(function() { var loadTime, focusTime, submitTime