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
no-contract cleaning service Glenview ..Thousands of people are now making a living online and... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
The following is a list of patterns that many visitors... Read More
"I am a writer, not a business-person. I don't want... Read More
The art of turning website visitors into paying customers depends... Read More
In this example I have used the map of the... Read More
Visitors to your site come looking for information or solutions... Read More
I recently received an unsolicited e-mail from some company offering... Read More
No matter the size of your business, having a web... Read More
If your company own one or more stores, you might... Read More
Many small companies choose not to invest in a professionally... Read More
Alternate medicine finds its own place in the hearts and... Read More
More and more businesses are recognizing the importance of content... Read More
"How do I improve web site sales figures?" The CEO... Read More
In the time that I have been using the Internet,... Read More
I talk with so many people who have small businesses... Read More
Every good Internet business understands the value of conversions versus... Read More
So you've decided to start an online work at home... Read More
What happened on your website yesterday? What about last week... Read More
No matter what browser you may want to use, you... Read More
It is an undeniable fact that not everybody is keen... Read More
When we review the sites of potential clients, there are... Read More
The Disability Discrimination Act states that service providers must not... Read More
Making a web site is easy. Making a good web... Read More
Before you set up any scripts you will need some... Read More
house cleaning company Glencoe ..In the big, wide online world there are millions of... Read More
Right after the thought, "I need a website," people usually... Read More
If you've been developing websites on Mars for the past... Read More
While most marketers are beginning to understand the critical importance... Read More
Website, website, website, everyone says you need one. But do... Read More
1. Many people are not getting good or complete advice.... Read More
If you're an up and coming graphic/web designer just out... Read More
So you've decided to start an online work at home... Read More
What do you mean, you don't have a website for... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Setting up a website is the very first step of... Read More
A lot has changed in the way sites are optimized... Read More
A PHP Redirect automatically transfers a web user from one... Read More
You have permission to publish this article electronically, in print,... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
How can we add Word Rich Content to our Websites... Read More
Like any area of business your website needs some effort... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
How many Web Sites did you stumble over telling you... Read More
Alternate medicine finds its own place in the hearts and... Read More
Thinking about starting up a business? The web is the... Read More
Why do some sites succeed while the vast majority of... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Does My Web Site Require A Web Database?If your web... Read More
Web Development |