98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsHints and tips home » Expression Web hints and tips
Expression Web hints and tips
Protecting Email Addresses
If you put mailto: links on your web page, spammers can crawl your web site and 'pick up' the e-mail addresses quite easily.
One tip to deal with this is to NOT use mailto: links at all. Simply write the e-mail address, and don't link it.
Spammers can get these e-mail addresses too, so one thing you can do to stop the majority of spammers getting just plain text e-mail addresses of your web pages is to use the following code:
me<code>@</code>mysite.com
This code will appear correctly on your web page and allows users to copy and paste it into their email client, but isn't seen by the automatic harvesters that spammers use.
Permalink (link directly to this tip). Added by Rich, 30 May 2008