Protecting Email Address From Spam Robots

Protecting Email Address From Spam Robots

Instead of displaying the usual mailto:email@domainname.com email link within web page, we can use the following code within your HTML:

<A HREF=”mailto:email@domainname.com”>Contact Us</A>

When email link is clicked on, it will display correct email address.

If we are displaying our email address on our web site, we may be unknowingly setting ourself to receive spam emails. Unfortunately, spam robots are continuously crawling the Internet in search of email addresses they can use to not only send spam, but also sell to other spammers. To protect from receiving spam email, we can dispaly email addresses in above manner.

Leave a Reply

You must be logged in to post a comment.


All material @ copyrighted by chrisranjana.com. If you want to link to this article you are welcome to do so. Unauthorized publication is strictly prohibited. This developer tutorial website contains articles by Php programmers , Software developers, Mysql programmers and asp c# programmers. This website also contains ajax tutorials and advanced mysql sql stored procedures and functions tutorials and sample codes.