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
Wood Dale Chicago prom limo .. Lockport Chicago limo O’HareAs increasing numbers of people search for information on the... Read More
"I am a writer, not a business-person. I don't want... Read More
Just like all things in life, the ways to run... Read More
Many executives and investors are skeptical that software products can... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Many small businesses have the misconception that their business can... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
So your traffic is going through the roof yeah? It's... Read More
Running an effective website is a continuous process. I have... Read More
They might not be wearing a mask and carrying a... Read More
From early days of www, the Internet sites that are... Read More
My life's greatest passion is a safari hobby. And what... Read More
Creating a content management system either from scratch,... Read More
When building a relationship, listening is more important than talking.A... Read More
1. Upload robots.txt file in to your root directory and... Read More
The internet is a sea of knowledge. Getting your information... Read More
The Internet is being used by local service business to... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
"Build it and they will come."--Filed of Dreams (1989) If... Read More
When you take a look at the most visited sites... Read More
Losing website sales and traffic is sometimes simply a case... Read More
Web accessibility has so many benefits that I really do... Read More
1) Word of Mouth The single most powerful form of... Read More
I had a client say something to me the other... Read More
Antigo wedding limo ..You have permission to publish this article electronically, in print,... Read More
1) A marketing necessityI still hear it said from time... Read More
An additional benefit of website accessibility is an improved performance... Read More
See how you can create graphic effects on text with... Read More
If you were asked to put a value on your... Read More
A lot of people these days are interested in getting... Read More
So you have decided that you want to do freelance... Read More
URL rewriting are major needs for your sites that produce... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
I've heard several prominent web marketers mention in their classes... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
The first thing you will have to deal building your... Read More
If you're fairly new to the Internet scene, you may... Read More
Does My Web Site Require A Web Database?If your web... Read More
One of the things that Internet excels is disseminating information... Read More
Every small business owner knows that they need a website,... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
I am just a learner who likes to delve in... Read More
The evolution of web development parallels the model of technology... Read More
You work hard to build traffic to your web page.... Read More
A common dilemma most small and medium businesses face when... Read More
After planning the design and content of your website, it's... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
When most people build a web site, they think one... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
Web Development |