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
Tinley Park executive chauffeured services .. Lockport Chicago limo O’HareBuilding a website and getting it online is easy. Driving... Read More
The "robots" meta tag, when used properly, will tell the... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
A common dilemma most small and medium businesses face when... Read More
If you don't have a web site yet, are thinking... Read More
We are clearly well past the innocent "golden age" of... Read More
Internet has opened a whole new world for web developers... Read More
Let's begin by setting some limits. If you're like me,... Read More
The Internet has opened a whole New World of opportunity... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
I'm one of those people that always wanted a website,... Read More
1. The first page appears quickly.It's a good way to... Read More
Any new website competing on the internet, needs to take... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
So your traffic is going through the roof yeah? It's... Read More
I still remember it very clear ... It was almost... Read More
No matter the size of your business, having a web... Read More
Although designing a great web site is an important part... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
A system development process can follow a number of standard... Read More
They might not be wearing a mask and carrying a... Read More
Developing a website with content that entices visitors to return... Read More
What you should do and know if you are an... Read More
With search engines putting a damper on direct reciprocal links,... Read More
There are many different traffic analysis tools, ranging from simple... Read More
limo Chicago Hickory Hills ..Through the explosive growth of the Web, companies have realized... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
Does My Web Site Require A Web Database?If your web... Read More
Never has competition been so difficult in the Internet world.... Read More
I still remember it very clear ... It was almost... Read More
QUESTION: Should I build and maintain my business Web... Read More
How do you decide on the content, products and or... Read More
Have you ever wondered what challenges are faced by other... Read More
They might not be wearing a mask and carrying a... Read More
It is an undeniable fact that not everybody is keen... Read More
Web sites are not just places to sell things; they... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
Thinking about starting up a business? The web is the... Read More
1) Word of Mouth The single most powerful form of... Read More
The big thing these days is your ability to capture... Read More
The internet is a sea of knowledge. Getting your information... Read More
When you consider the billions of individuals and companies on... Read More
I am just a learner who likes to delve in... Read More
When you publish a content site there are times when... Read More
I've heard several prominent web marketers mention in their classes... Read More
Most people know they need a website in order to... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
Any new website competing on the internet, needs to take... Read More
Web Development |