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.
limousine chicago serviceI am just a learner who likes to delve in... Read More
This simple question can take on several different forms, but... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
The following is a list of patterns that many visitors... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
If you ever want to create a state directory, article... Read More
While studying online for IT investment opportunities, I found that... Read More
Dan Kennedy once said that if you can't make money... Read More
Making maximum profit from your law firm website is important,... Read More
When I started my company in 2002, I knew I... Read More
Right after the thought, "I need a website," people usually... Read More
With more and more countries around the world passing laws... Read More
Designing and creating your own website does not have to... Read More
While creating a Web site may seem like... Read More
If you are looking for creating your online presence you... Read More
A while ago one of my clients approached me and... Read More
Some left shoes are in isle 5, while the right... Read More
You have seen those web pages where they have the... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
There's been widespread speculation about the new legislation being introduced... Read More
1. The first page appears quickly.It's a good way to... Read More
You know exactly what your organisation does and what your... Read More
No matter the size of your business, having a web... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
If you have your own business website and you are... Read More
high bay induction lighting led street lights cost Pete's produce ..If you have your own business website and you are... Read More
Building a new website can be a lengthy task. From... Read More
The internet has taken over our lives with a vengeance,... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
What is web accessibility & why is it important?Web accessibility... Read More
What is CSS?CSS is a simple file which controls the... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
Do you make your website just to entertain yourself or... Read More
My life's greatest passion is a safari hobby. And what... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Dance is how you pamper your soul and satiate your... Read More
1) Word of Mouth The single most powerful form of... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
Designing an E-commerce Web site is not as simple as... Read More
I had a client say something to me the other... Read More
Appealing to others is really important when you have a... Read More
You've decided to create a website to market your products... Read More
So your traffic is going through the roof yeah? It's... Read More
Customer service questionnaires can help your clients better understand their... Read More
In the late 1990's three San Francisco based web developers... Read More
Have you ever thought the secret behind the success of... Read More
Every business needs to know how it is doing. That's... Read More
See how you can create graphic effects on text with... Read More
Web Development Web Development |