Stop Web Spam, Anti-Spam Methods for Site Owners and Webmasters
Ranked #12,775 in How-To, #128,899 overall | Donates to Squidoo Charity Fund
How to Stop Getting Spam from Your Websites
This lens will be a quick guide to reducing email spam that you get from having a website. If you don't have a website, or if you'd just like to learn about stopping spam then check out this stop spam lens.
The main thing you, as a site owner or webmaster, have to do is remove your mailto links from your website, and start using anti-spam feedback forms.
This, and other spam-reduction methods, will be explained below. Read on...
(NOTE: Don't forget to bookmark and rate my lens, add it to your favorites and lensrolls!)
Poll about email spam
1. Encrypt Your Email
Remove your email address and use an encrypted version instead!
How can you encrypt your email address? Well, the most obvious way it to use this encrypted code below.Note: this isn't completely safe from so-called spambots that try to sniff out your email addresses, but it's much, much better than simply using mailto:spammenow-NOT@YourISP.com
So here is the code for mailto:email@YourISP.com believe it or not - see the image in the top right hand corner (Squidoo automatically converted into the right text, alas!)
If you cut/paste that code onto a webpage - all one word - you'll see what I mean.
(Note: I generated this code from the excellent Willmaster website. You can even code subject and body statements if you like!)
Note: you can see another example of this anti-spam method in this Stop spam article
Blog Posts from Google about stopping spam (yuck!)
2. Encyrpt your email using JavaScript
Remove your email address and use a JavaScript-encrypted version instead!
This javascript will create display email aaa@bbb.com when you put it on your website. It's easy to change the values aaa, bbb and .com
<script language="JavaScript">
<!-- Begin
user = "aaa";
site = "bbb.com";
document.write('<a href=\"mailto:' + user
+ '@' + site +
'\">');
document.write(user + '@' + site + '</a>');
// End -->
</script>
Note again you can see this example on this anti-spam article
Stop Spam questions on Yahoo! Answers
(Can you feel their pain?)
Fetching RSS feed... please stand by3. Encrypt Your Email Forms
Remove your email from contact forms
It is possible to use anti-spam feedback forms, however. And these forms are sometimes free! I can recommend Willmaster again, and their excellent anti-spam contact form.
Actually, such is Willmaster's commitment to reducing spam you can also find two more anti-spam solutions there: 1) spambotbuster email address and the completely harvest-free, remotedly hosted email solution called In Form as well as the new, remotely hosted email address Flow-to.com.
I have used Spambot buster and In Form and both are recommended services. I have an example contact form showing you both services being used on this Contact Us at TextMeFree.com page
Books about email spam on Amazon
Reader Feedback about Spam
Have you got any tips to reduce spam. Got any spam horror stories? Hey, if you're viewing this lens, just get in touch - I won't bite! :-)
GaryHarvey wrote...
Congrats on your good quality info here. The links are appreciated. I've used Willmaster - it's good. 5 stars awarded. - Gary | Unstoppable-Markets

