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
one time home cleaning Highland Park ..When you take a look at the most visited sites... Read More
So you've decided to start an online work at home... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Does My Web Site Require A Web Database?If your web... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
One of the most important parts of establishing a new... Read More
The Internet is a remarkable publishing medium. With just a... Read More
Your site is fast and getting traffic, but conversion rates... Read More
One of the best tools you have as a webmaster... Read More
There are many different traffic analysis tools, ranging from simple... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
1. Many people are not getting good or complete advice.... Read More
Every business needs to know how it is doing. That's... Read More
I'm one of those people that always wanted a website,... Read More
When a user signs up at your website, you may... Read More
My life's greatest passion is a safari hobby. And what... Read More
When I set up my website I felt paypal was... Read More
The evolution of web development parallels the model of technology... Read More
When marketing your website, it's important to know which of... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
So you want to have a website. You have gone... Read More
URL rewriting are major needs for your sites that produce... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
A lot has changed in the way sites are optimized... Read More
A professional online reputation is essential to the flourishing of... Read More
licensed cleaning services Park Ridge ..There are many different traffic analysis tools, ranging from simple... Read More
In the time that I have been using the Internet,... Read More
What do you mean, you don't have a website for... Read More
After years of working with entrepreneurs who developed their first... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
You have permission to publish this article electronically, in print,... Read More
Go to any internet marketing forum you want these days... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Simply ensuring your website is accessible to screen reader users... Read More
Starting a business online is no longer as difficult as... Read More
"I don't sell anything online, I don't advertise online, in... Read More
When building a relationship, listening is more important than talking.A... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
Revenues are often lost because many business owners don't see... Read More
Dan Kennedy once said that if you can't make money... Read More
Making money with your web site is the dream and... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
When you purchase a new item from a Yahoo! Store,... Read More
First, using a lot of web graphics, flash, banners and... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
Every online entrepreneur I talk to is asking the same... Read More
In about the Time it takes to Watch a Reality... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
Web Development |