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
shuttle to Midway Beardstown .. Lockport Chicago limo O’HareThe needs of screen magnifier users are overlooked when implementing... Read More
Profiles are one of the best kept secrets around regarding... Read More
What is the point of having a website, you may... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
First, using a lot of web graphics, flash, banners and... Read More
Are bloated images slowing down your web site and causing... Read More
"I have a small business with just a couple of... Read More
Starting and maintaining a business is challenging enough without the... Read More
Every good Internet business understands the value of conversions versus... Read More
There are many different traffic analysis tools, ranging from simple... Read More
Every business needs to know how it is doing. That's... Read More
What is the most important part of your online business?Many... Read More
Website, website, website, everyone says you need one. But do... Read More
Never has competition been so difficult in the Internet world.... Read More
Everyday thousands of new businesses make the leap and take... Read More
There are hundreds of millions of Web surfers today. Each... Read More
Designing and creating your own website does not have to... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
If one more business owner tells me their website sucks... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
Creating and maintaining an effective presence on the Web has... Read More
One of my most salient memories from when I sold... Read More
Thousands of people are now making a living online and... Read More
Setting up a website is the very first step of... Read More
Optimal website design is the art of logical navigation.It will... Read More
Green Bay Hummer H2 SUV rentals ..I'm one of those people that always wanted a website,... Read More
Looks like every client wants a Flash site these days... Read More
Have you ever wondered what challenges are faced by other... Read More
When you purchase a new item from a Yahoo! Store,... Read More
I've heard several prominent web marketers mention in their classes... Read More
They might not be wearing a mask and carrying a... Read More
Most people know they need a website in order to... Read More
You have permission to publish this article electronically, in print,... Read More
An additional benefit of website accessibility is an improved performance... Read More
Appealing to others is really important when you have a... Read More
If you are living in a country that its native... Read More
Dance is how you pamper your soul and satiate your... Read More
This article was prompted by some customer support work I... Read More
From early days of www, the Internet sites that are... Read More
There are lots of HTML editors on the market, however,... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
If you're fairly new to the Internet scene, you may... Read More
Thousands of people are now making a living online and... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
Functions and Subroutines in ASP If you read... Read More
So your traffic is going through the roof yeah? It's... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
Losing website sales and traffic is sometimes simply a case... Read More
Every small business owner knows that they need a website,... Read More
Web Development |