So I found email addresses with scan4mail, what should I do now?
You should make your email addresses invisible to spam crawlers right away!
The best way to protect you email address from being harvested and still have a working clickable link on your page(s) is by using JavaScript.
I do not recomment using email encoding as is also available on this site!
If you have a link on your page(s) that looks like this:
<a href="mailto:exposed@peterspages.net">exposed@peterspages.net</a>
Than you should change it in something like this:
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
document.write('<A HREF="mailto:exposed'+'4;peterspages.net">exposed'+'4;peterspages.net <\/A>');
// -->
</SCRIPT>
|
There are more sophisticated ways to make better protected clickable mailto links.
These ways are described is the advanced section of scan4mail.
If you don't want to use JavaScript or don't mind not having a clickable link you can place an image with your email address on your page(s).
You can convert your email address to an image with the mail2image converter.
|