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 ..Go to any internet marketing forum you want these days... Read More
Your business website is a critical aspect of being able... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
There are millions and millions of websites on the Internet.... Read More
"If you build it, they will come"; is an age... Read More
After years of working with entrepreneurs who developed their first... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
Revenues are often lost because many business owners don't see... Read More
URL rewriting are major needs for your sites that produce... Read More
They might not be wearing a mask and carrying a... Read More
Website, website, website, everyone says you need one. But do... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
The internet is a sea of knowledge. Getting your information... Read More
80% of your Web site is Maintenance!Once your Web site... Read More
It may seem like the publishing industry's equivalent of Beanie... Read More
Are you, like many other website owners, frustrated at the... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
Every good Internet business understands the value of conversions versus... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
I am just a learner who likes to delve in... Read More
Web accessibility has so many benefits that I really do... Read More
Web templates by nature are created to aid and ease... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
reliable maid service Morton Grove ..You've decided to create a website to market your products... Read More
Anyone who knows anything about web accessibility knows that images... Read More
When you consider the billions of individuals and companies on... Read More
Designing and creating your own website does not have to... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
If you're looking for better web site ROI, chances are,... Read More
"I have a small business with just a couple of... Read More
The cost of setting up a web site is dirt... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Whether you have your own business already, or are looking... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
Even with the steady growth of the World Wide Web,... Read More
So you've decided to start an online work at home... Read More
Your business website is a critical aspect of being able... Read More
We've all seen those messages on some websites warning not... Read More
Your web site will be your window to the world.... Read More
Part of the success of most home-based businesses is their... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
So you want to have a website. You have gone... Read More
Let's begin by setting some limits. If you're like me,... Read More
A website is the most versatile and cost-effective marketing tool... Read More
Often time I've browsed sites and seen the same thing... Read More
You know exactly what your organisation does and what your... Read More
If you were asked to put a value on your... Read More
Absolutely everything stems from the purpose of your website -... Read More
Web Development |