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 ..If you were asked to put a value on your... Read More
What is the point of having a website, you may... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
Alternate medicine finds its own place in the hearts and... Read More
One of the most useful features offered by some web... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
After years of working with entrepreneurs who developed their first... Read More
A while ago one of my clients approached me and... Read More
Creatively marketing your corporate site takes time in the set... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
There are hundreds of millions of Web surfers today. Each... Read More
Research reveals three important facts:1) The Internet is one of... Read More
It may come as some surprise to a traditionally off-line... Read More
So what do you do if need to get a... Read More
It is an undeniable fact that not everybody is keen... 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
I talk with so many people who have small businesses... Read More
You've decided to create a website to market your products... Read More
As a business you can't afford to ignore the Internet... Read More
The Disability Discrimination Act states that service providers must not... Read More
RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
A company must earn and keep trust or sales don't... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
In this example I have used the map of the... Read More
house cleaning company Glencoe ..Recently, a friend asked "What's the deal with those DIY... Read More
Does My Web Site Require A Web Database?If your web... Read More
Many executives and investors are skeptical that software products can... Read More
The Internet is a remarkable publishing medium. With just a... Read More
QUESTION: Should I build and maintain my business Web... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
If you are living in a country that its native... Read More
No matter what browser you may want to use, you... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
A website lets you put your products in front of... Read More
I can't think of any business alive today that couldn't... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
Every small business owner knows that they need a website,... Read More
A website is like an information flow, with you as... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
So what do you do if need to get a... Read More
Failure, just like success, is measured differently by each and... Read More
The Disability Discrimination Act states that service providers must not... Read More
cPanel is a control panel for your website and allows... Read More
Thinking about starting up a business? The web is the... Read More
Looks like every client wants a Flash site these days... Read More
Running an effective website is a continuous process. I have... Read More
You know exactly what your organisation does and what your... Read More
Web Development |