Most of the time, spammers get your email when your email address is published on the Internet. They make used of Regular Expression (regex) to crawl your web and harvest it.
Then, someone came up with a good idea of “protecting” email address by renaming it to example AT email DOT com.
This is so wrong! It doesn’t protect your email address too!
Search engines do not index special characters such as @, % and etc. An email address in the form of “example@email.com” is protected from this sort of discovery. example AT email DOT com is completely indexed by search engines because it does not contain any special character.
Spammer can be clever enough to make a simple search on search engine. Click, and there your email address is being exposed!
There are a lot of methods out there to protect your email address from spammers. Some requires end-user to enter something before your email address is being revealed. Some requires you to create a temporary email ID.
Whatever it is, I am going to share with you 2 easy methods (without compromising usability) to safely share your email address:
#1: Email Obscurification
#2: Using image to represent Email Address
Email Obscurification
Obscurification is the act of hiding source code in plain sight. Over here, we hide your email address behind a set of illegible codes.
http://pleber.co.uk/email provides a very good service in obscuring your email address using javascript. Just enter your email address on the website and get the javascript code.
The javascript code is a hyper reference mailto function. Hence, you can omit the href mailto when pasting the code on your webpage.
Using image to represent Email Address
Like Facebook, email address are represented by a image. Just open up your favorite Image Editor and enter your email address.
Save it as a image and publish it onto your webpage.
But remember! Do not hyper reference mailto using the image as the content! Spammers can still using regex to crawl your site and get the email address!
If you really want a mailto function, consider the previous method!~



















