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
car service from Midway Burlington .. Lockport Chicago limo O’HareAugust 8 2005, Macromedia announced a release of Studio 8.... Read More
Why do some sites succeed while the vast majority of... Read More
Are you, like many other website owners, frustrated at the... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
Every good Internet business understands the value of conversions versus... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
So you finally decided to invest in a web presence... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
When you publish a content site there are times when... Read More
As increasing numbers of people search for information on the... Read More
The art of turning website visitors into paying customers depends... Read More
Although designing a great web site is an important part... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
There are lots of HTML editors on the market, however,... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
There's been widespread speculation about the new legislation being introduced... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
Webmasters deal with a myriad of complex design challenges every... Read More
An automated accessibility tool is a piece of software which... Read More
The "robots" meta tag, when used properly, will tell the... Read More
There is an ongoing debate about web copy. Some say... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
A company must earn and keep trust or sales don't... Read More
If you are looking for creating your online presence you... Read More
Granger limo Chicago ..The definition of the phrase "Content Management" depends on what... Read More
Optimize your time. How much time each day must you... Read More
How can we add Word Rich Content to our Websites... Read More
Through the explosive growth of the Web, companies have realized... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
While it may seem like a "quick and easy" task,... Read More
You want to give your site's visitors a way to... Read More
Thinking about starting up a business? The web is the... Read More
No matter the size of your business, having a web... Read More
When visitors add your web site to their Favorites or... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
Writing for the web is totally different to writing for... Read More
Never has competition been so difficult in the Internet world.... Read More
1. Address your targeted audience on your business site. Example:... Read More
What you should do and know if you are an... Read More
Every small business owner knows that they need a website,... Read More
Everyday thousands of new businesses make the leap and take... Read More
After planning the design and content of your website, it's... Read More
With the New Year upon us yet again, it's time... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
There is an ongoing debate about web copy. Some say... Read More
You've decided to create a website to market your products... Read More
The Disability Discrimination Act states that service providers must not... Read More
Web Development |