You want to give your site's visitors a way to contact you by email but don't want your emali address to be abused. Here are a few ways to protect your email address when building your website.
1. Use defined users and filters
Don't use the catch all email facility. Instead define users such as enquiry@ or sales@. It's better if you can avoid the most obvious ones like info@ as some people might speculatively try these. It's best to use a person's name which does not appear elsewhere on the site.
Most email providers or email software offer you filters to use on incoming email. You define a parameter in the email and then filter out any incoming mail which does not contain it. For example, you could set your email link as mailto:info@companyname.com?body=security%20code%20123%20 (please%20leave%20intact%20in%20message%20body) then filter out any mail which does not contain the text "security code 123". Please note that a space is replaced by "%20" ni the mailto parameter.
This will prevent email from automated systems but you could miss out on genuine mail if the sender fails to understand this measure. Be sure to explain it well on your contact page.
It is important when using filters on an address that you don't use this address to send other mail as your replies could be filtered out. Keep one address purely for email from your website.
2. Use a form
Use a form for your site's visitors to contact you. This hides the email address in the browser but it may still appear in the HTML coding. If it does yuo can get around this by defining a subject line, e.g. info@companyname.com?subject=enquiry and filtering out all incoming mail which does not have this subject line.
3. Use JavaScript for links
It is possible to write the text link in JavaScript instead of HTML. The script breaks the email address down into its elements and then puts it back together. It appears just as a normal HTML link in the browser even down to the way it appears in the browser's status bar. This method keeps everything looking as the visitor would expect but protects your address from Spam harvesters, programs designed to crawl sites and find mailto links in the code.
Copy this code replacing the 4 variables user, domain, extension and link with your own information. This example uses the made up email address info@companyname.com. It should be obvious which parts to change and to what.
[script language="JavaScript" type="text/javascript"][!--
var user = "info";
var domain = "companyname";
var extension = "com";
var link = "Email Us";
document.write('[a href="mailto:' + domain + '.' + extension + '"]'); document.write(link + '[/' + 'a]');
// --][/script]
Please note that the square brackets must be replaced with angled brackets for the script to work. The square brackets are merely to enable me to display the coding here.
Chris Smith is a full time web developer building websites for small businesses and individuals.
Please visit his site to see live examples of these techniques in action and for further information on web design and development.
web development | web development
affordable house cleaning Wilmette ..There are lots of HTML editors on the market, however,... Read More
1) Word of Mouth The single most powerful form of... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
When people think about the Internet, they think about technology.... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
Everywhere you look these days, people are telling you that... Read More
There are many elements that are key to successful web... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
It amazes me how many people try to build serious... Read More
1. Choose a big enough font size. A size 12... Read More
Absolutely everything stems from the purpose of your website -... Read More
Are you, like many other website owners, frustrated at the... Read More
For years now I've been looking to start my own... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
"What's in it for me?" you ask. "Why should I... Read More
There are millions and millions of websites on the Internet.... Read More
In the big, wide online world there are millions of... Read More
No matter what browser you may want to use, you... Read More
When you publish a content site there are times when... Read More
The Internet has opened a whole New World of opportunity... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
"I am a writer, not a business-person. I don't want... Read More
A company must earn and keep trust or sales don't... Read More
cPanel is a control panel for your website and allows... Read More
"I have a small business with just a couple of... Read More
quick home cleaning Northbrook ..It amazes me how many people try to build serious... Read More
80% of your Web site is Maintenance!Once your Web site... Read More
"If you build it, they will come"; is an age... Read More
There are lots of HTML editors on the market, however,... Read More
How many Web Sites did you stumble over telling you... Read More
Creating and maintaining an effective presence on the Web has... Read More
If you don't have a web site yet, are thinking... Read More
While most marketers are beginning to understand the critical importance... Read More
As increasing numbers of people search for information on the... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Why do some sites succeed while the vast majority of... Read More
So your traffic is going through the roof yeah? It's... Read More
Most web sites are more like stage sets than real... Read More
Customer service questionnaires can help your clients better understand their... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
What to put your the website if you are an... Read More
Web templates by nature are created to aid and ease... Read More
There are many elements that are key to successful web... Read More
How popular is online shopping? And is there room for... Read More
If you are looking for creating your online presence you... Read More
What to do if you are an artist after you... Read More
When you purchase a new item from a Yahoo! Store,... Read More
When I started my company in 2002, I knew I... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
A professional online reputation is essential to the flourishing of... Read More
Web Development |