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
limousine Ackley .. Lockport Chicago limo O’HareMore and more non-profit organizations are developing websites to help... Read More
Before you set up any scripts you will need some... Read More
How do you decide on the content, products and or... Read More
If you're looking for better web site ROI, chances are,... Read More
Website, website, website, everyone says you need one. But do... Read More
While creating a Web site may seem like... Read More
The art of turning website visitors into paying customers depends... Read More
Build it and they will come is not always true;... Read More
When I set up my website I felt paypal was... Read More
I had a client say something to me the other... Read More
1. Be clear on your purpose.Building a website can be... Read More
"What's in it for me?" you ask. "Why should I... Read More
The process of Web application development is critical to the... Read More
You don't believe in astrology but you check your horoscope... Read More
Recently, a friend asked "What's the deal with those DIY... Read More
A lot has changed in the way sites are optimized... Read More
In 1995 a new era of accessibility for disabled people... Read More
If you are living in a country that its native... Read More
When most people build a web site, they think one... Read More
A professional online reputation is essential to the flourishing of... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Do you need a web site? Are you considering getting... Read More
If you are looking for creating your online presence you... Read More
If you're an up and coming graphic/web designer just out... Read More
After having decided to start a business, the next thing... Read More
shuttle from O'Hare Alexander ..If one more business owner tells me their website sucks... Read More
1) A marketing necessityI still hear it said from time... Read More
What is the point of having a website, you may... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Mini Websites are the most powerful and cost effective solution... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
The following is a list of patterns that many visitors... Read More
Appealing to others is really important when you have a... Read More
Web templates by nature are created to aid and ease... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
Through the explosive growth of the Web, companies have realized... Read More
Optimize your time. How much time each day must you... Read More
In the late 1990's three San Francisco based web developers... Read More
We've all seen those messages on some websites warning not... Read More
Many of site owners still don't realize all advantages of... Read More
It's now easier than ever to take payments on the... Read More
It is an undeniable fact that not everybody is keen... Read More
Rosalind wants to share her inspirational poetry with a wider... Read More
Your website conversion rate should concern you. This simply refers... Read More
Just starting out, you can start with a simple informational... Read More
Some left shoes are in isle 5, while the right... Read More
Although designing a great web site is an important part... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
When building a relationship, listening is more important than talking.A... Read More
Web Development |