|
Placing your email address on your web site is a very bad idea. Spammers have
robots that scour the web looking for email addresses on web pages. The same
way that Google indexes your pages, the Spammers harvest your email address.
Just because your email address is not displayed does mean that it will not
be found. The Spammer's robots can read HTML code and look inside of your links
and your JavaScript. If you have a form submission tool, make sure that your
email address is not included in your form tool. Spammers cannot read your raw
ASP, Perl or PHP code and that is where you need to place this type of
information.
|