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
recurring cleaning service Wilmette ..When I set up my website I felt paypal was... Read More
So you want to take a look at a real... Read More
Failure, just like success, is measured differently by each and... Read More
The internet is a sea of knowledge. Getting your information... Read More
One of the things that Internet excels is disseminating information... Read More
Why do some sites succeed while the vast majority of... Read More
With search engines putting a damper on direct reciprocal links,... Read More
There is an ongoing debate about web copy. Some say... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
Design and layout can make your communication come alive and... Read More
What is the point of having a website, you may... Read More
Setting up a website is the very first step of... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
After planning the design and content of your website, it's... Read More
Starting and maintaining a business is challenging enough without the... Read More
How can we add Word Rich Content to our Websites... Read More
You've just finished congratulating your marketing team. After six months... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
If you don't have a web site yet, are thinking... Read More
Server Side Includes (SSI) with ASP People often... Read More
What to do if you are an artist after you... Read More
What to put your the website if you are an... Read More
An additional benefit of website accessibility is an improved performance... Read More
Creating and maintaining an effective presence on the Web has... Read More
reliable maid service Morton Grove ..It is an undeniable fact that not everybody is keen... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
Website, website, website, everyone says you need one. But do... Read More
"I don't sell anything online, I don't advertise online, in... Read More
While most marketers are beginning to understand the critical importance... Read More
Setting up a website is the very first step of... Read More
Visitors to your site come looking for information or solutions... Read More
Failure, just like success, is measured differently by each and... Read More
Every good Internet business understands the value of conversions versus... Read More
In 1995 a new era of accessibility for disabled people... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
Looks like every client wants a Flash site these days... Read More
When used to describe a web site, the term "sticky"... Read More
Let's begin by setting some limits. If you're like me,... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Running an effective website is a continuous process. I have... Read More
What you should do and know if you are an... Read More
Are you aware that 90% of the websites on the... Read More
A PHP Redirect automatically transfers a web user from one... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
Spend time planning your Web site. Before you design a... Read More
You don't believe in astrology but you check your horoscope... Read More
With search engines putting a damper on direct reciprocal links,... Read More
One of the things that many people overlook when building... Read More
Web Development |