Protecting
Your Email Address from Spam Harvesters
More and more spam robots are
harvesting email addresses found on webpages, even when your email address
is used for legitimate purposes. Instead of displaying the usual mailto:me@domain.com,
use the following html code instead. The @ is a coded way of using
the @ sign.
<A HREF="mailto:me@domain.com">Email
Me</A> |
Be sure to replace the "me"
with the part of your email address before the @, and the domain.com with
the part of your email address after the @.
While this will not prevent
all harvesters from getting your email address to spam you, it will stop
many of them.
|