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
efficient cleaning crew Northbrook ..Dance is how you pamper your soul and satiate your... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
You work hard to build traffic to your web page.... Read More
You want to give your site's visitors a way to... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Absolutely everything stems from the purpose of your website -... Read More
The first step in setting up an online business...Starting an... Read More
Often time I've browsed sites and seen the same thing... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
Everywhere you look these days, people are telling you that... Read More
The internet has taken over our lives with a vengeance,... Read More
While it may seem like a "quick and easy" task,... Read More
What is web accessibility & why is it important?Web accessibility... Read More
Server Side Includes (SSI) with ASP People often... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
Failure, just like success, is measured differently by each and... Read More
Although CSS layouts have been around for years, they haven't... Read More
People often come to me in a state of crisis... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
Every business needs to know how it is doing. That's... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
After having decided to start a business, the next thing... Read More
If you're anything like most small business owners, you probably... Read More
When used to describe a web site, the term "sticky"... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
cleaning lady near Wilmette ..The Internet has opened a whole New World of opportunity... Read More
Have you ever thought the secret behind the success of... Read More
Many of site owners still don't realize all advantages of... Read More
A common dilemma most small and medium businesses face when... Read More
This article was prompted by some customer support work I... Read More
SummaryHere's the scoop on what you must know when designing... Read More
Often time I've browsed sites and seen the same thing... Read More
Alternate medicine finds its own place in the hearts and... Read More
So your traffic is going through the roof yeah? It's... Read More
Many executives and investors are skeptical that software products can... Read More
RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
First, using a lot of web graphics, flash, banners and... Read More
A while ago one of my clients approached me and... Read More
There are lots of HTML editors on the market, however,... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
How many Web Sites did you stumble over telling you... Read More
The Internet is being used by local service business to... Read More
There have been many significant changes to the face of... Read More
The first step in setting up an online business...Starting an... Read More
Many millions of dollars are being wasted on promoting and... Read More
One of the best tools you have as a webmaster... Read More
1) A marketing necessityI still hear it said from time... Read More
What is CSS?CSS is a simple file which controls the... Read More
"If you build it, they will come"; is an age... Read More
Web Development |