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
spotless home service Lake Forest ..Creating and maintaining an effective presence on the Web has... Read More
This is a growing concern amongst many business owners. Does... Read More
When visitors add your web site to their Favorites or... Read More
We've all seen those messages on some websites warning not... Read More
Your site is fast and getting traffic, but conversion rates... Read More
In the region where my company is located, South Bend,... Read More
Thousands of people are now making a living online and... Read More
What you should do and know if you are an... Read More
It may come as some surprise to a traditionally off-line... Read More
So you've decided to start an online work at home... Read More
Developing a website with content that entices visitors to return... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
A system development process can follow a number of standard... Read More
1. As the first step, "Hire a web designer."First create... Read More
I recently received an unsolicited e-mail from some company offering... Read More
Never has competition been so difficult in the Internet world.... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
If you're fairly new to the Internet scene, you may... Read More
Most interactive websites nowadays would require a user to log... Read More
1. Upload robots.txt file in to your root directory and... Read More
RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
If you have your own business website and you are... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
One of my most salient memories from when I sold... Read More
Like most average persons, I wanted some extra money to... Read More
weekly home cleaning Mundelein ..Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Here's something you may never have thought of before:If I... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
One of the most useful features offered by some web... Read More
1) Word of Mouth The single most powerful form of... Read More
Everyday thousands of new businesses make the leap and take... Read More
Simply ensuring your website is accessible to screen reader users... Read More
There's been widespread speculation about the new legislation being introduced... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
It is an undeniable fact that not everybody is keen... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
In 1995 a new era of accessibility for disabled people... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
A website is lifeline of internet home business. In order... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
Have you ever thought the secret behind the success of... Read More
When we review the sites of potential clients, there are... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
"What's in it for me?" you ask. "Why should I... Read More
An automated accessibility tool is a piece of software which... Read More
If you're an up and coming graphic/web designer just out... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
Web Development |