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
limo prices to midway Crystal Lake west of Randal .. Lockport Chicago limo O’Hare2 Golden Rules for an Engaging Website35% of visitors fail... Read More
This article was prompted by some customer support work I... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
It is an undeniable fact that not everybody is keen... Read More
If you have your own business website and you are... Read More
Just like all things in life, the ways to run... Read More
Losing website sales and traffic is sometimes simply a case... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
If you have some experience in web site design and... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
I've heard several prominent web marketers mention in their classes... Read More
One of the things that many people overlook when building... Read More
Everywhere you look these days, people are telling you that... Read More
This simple question can take on several different forms, but... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
The following is a list of patterns that many visitors... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Creating a content management system either from scratch,... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
So you want to take a look at a real... Read More
Anyone who knows anything about web accessibility knows that images... Read More
It amazes me how many people try to build serious... Read More
Every business needs to know how it is doing. That's... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
taxi o'hare Auburn ..You have permission to publish this article electronically, in print,... Read More
With search engines putting a damper on direct reciprocal links,... Read More
Have you ever thought the secret behind the success of... Read More
The growth in Internet usage around the world is astounding... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
After planning the design and content of your website, it's... Read More
The "robots" meta tag, when used properly, will tell the... Read More
When people think about the Internet, they think about technology.... Read More
So you've decided to start an online work at home... Read More
Are you aware that 90% of the websites on the... Read More
Why do some web sites reap huge benefits while others... Read More
Every small business owner knows that they need a website,... Read More
Even though the Internet has been around for a long... Read More
There are millions and millions of websites on the Internet.... Read More
We've all seen those messages on some websites warning not... Read More
Everyday thousands of new businesses make the leap and take... Read More
1. Upload robots.txt file in to your root directory and... Read More
1. As the first step, "Hire a web designer."First create... Read More
One of the best tools you have as a webmaster... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
A website is lifeline of internet home business. In order... Read More
A company must earn and keep trust or sales don't... Read More
Looks like every client wants a Flash site these days... Read More
One of the most useful features offered by some web... Read More
Making money with your web site is the dream and... Read More
Web Development |