Spam protection

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
miodrag
 
 
Posts: 113
Joined: Tue Jul 12, 2022 11:00 am

Spam protection

Post by miodrag »

I want to leave mail and phone on site visible , any advice on how to protect from bots?
alan_sh
 
 
Posts: 1951
Joined: Tue Jan 01, 2019 5:50 pm

Re: Spam protection

Post by alan_sh »

I'm not sure you can. Use a 'Contact me' form instead.

Alan
miodrag
 
 
Posts: 113
Joined: Tue Jul 12, 2022 11:00 am

Re: Spam protection

Post by miodrag »

Thank you brother :)
Beth
 
 
Posts: 120
Joined: Mon Jan 15, 2018 10:55 pm

Re: Spam protection

Post by Beth »

Is it safe to add an image or icon with a link to the phone number via "smart links"?
miodrag
 
 
Posts: 113
Joined: Tue Jul 12, 2022 11:00 am

Re: Spam protection

Post by miodrag »

I think bots cannot read from image just my opinion
User avatar
BaconFries
 
 
Posts: 6246
Joined: Thu Aug 16, 2007 7:32 pm

Re: Spam protection

Post by BaconFries »

At one time displaying a email address in a image was effective but with todays modern bots they use Optical Character Recognition (OCR) technology to convert images into text and extract information making it readable to them.
Also if the telephone number is anywhere in the source of the html then it can be scraped by the bot and read.

There is methods that use obfuscation to hide the likes of emails and telephone numbers with javascript.
See the following example using JS Concatenation insert into the <body></body> of your oage to test

Code: Select all

<script>document.write('m'+'e'+'@'+'e'+'m'+'a'+'i'+'l'+'.'+'t'+'e'+'s'+'t'+'i'+'n'+'g'+'i'+'t'+'o'+'u'+'t'+'t'+'o'+'s'+'e'+'.'+'c'+'o'+'m');</script>
miodrag
 
 
Posts: 113
Joined: Tue Jul 12, 2022 11:00 am

Re: Spam protection

Post by miodrag »

Thank you for info, ive tried with encoding and javasrcipt with buttons , in buttons url i have markers and the mail is inserted from javascript when button is clicked, what do you think about this method
User avatar
BaconFries
 
 
Posts: 6246
Joined: Thu Aug 16, 2007 7:32 pm

Re: Spam protection

Post by BaconFries »

That should work
Post Reply