Whenever creating a new website, one of the very first things that webmasters usually do is to create a Contact Us page.
I’ve seen lots of websites where people simply list their name, address and email address. This serves the purpose, of course, but it misses a lot of potential. And it has one big defect.
Let’s discuss the defect, first. And that defect is to put your email address on any page of your website. In my opinion, that’s a big no-no. Why?
Because it simply attracts lots of spam. I mean, how do you think those spammers get email addresses? One of their favorite tricks is to write a program (called a ‘spider’) that cruises through as many websites as possible, picking off all the email addresses found – including yours! Thus, if you publish your email address on any webpage, you are saying, “Hey, spammers! Come and get me. Here’s my email for you! “
Spiders are not the problem. Spiders are a good thing. Search engines send spiders to accumulate ranking information about websites. This you want. But spammers spiders are very efficient in grabbing email addresses. This you do not want. So I would advise you never to publish your email address on your webpage(s).
Does this mean that your visitors will never be able to contact you by email? No, of course not. You just need to “hide” your email address. I’ll show you a couple of ways to do that.
Here’s one way:
On some websites, I’ve used this code:
<script
language=javascript>
<!--
var showtag="@"
var showlink="Contact by Email";
var showname="info";
var showhost="webwisesage.com";
document.write("<a
href="+"mail"+"to:"+showname+showtag+showhost+">"+showlink+"</a>")
//-->
</script>
This is a little Javascript that assembles your email address so that it displays properly on the webpage, but it’s not likely that a spammer’s spider will be able to decode it. You can use this code, if you like. Just change showname and showhost to your own.
But what about visitors who have Javascript turned off? Or don’t have an email progam setup to intercept email links?
And even more significant -- is this the best way to have visitors contact you? Actually, no. There’s a much better way to do it. It’s a way that gives you a lot more potential. Visitors can select exactly what they’re contacting you about. AND you can send them an automatic reply that pertains to what they’re inquiring about…
Let me show you how that’s done:
It’s a simple matter of using a form that visitors fill in. That form looks like an email with a Subject Line and a Message box. And when visitors press the Send button, an email gets sent to you.
If you create such a form with programs like FrontPage or DreamWeaver, and setup the form to send the results to your email address, that may sound like a good solution – but it isn’t. Your email address will still be there, in the HTML code of the webpage. You may not see it, but spiders can.
What’s the better solution? Much better is the use of a PHP script to create the webpage. Of course, any scripting language will work, but my favorite is PHP. By using PHP, you can guarantee that spiders (and everone else) can never see your email address.
But as long as we’re using a PHP script that sends an email, why don’t we make it a bit more elaborate and give you much more potential? I have a freely available program that I call Max Contact that can do everything you need to do.
The Max Contact program completely and effectively hides your email address. But that's not the only thing it does. For example, just click here to see my own contact form for this website. As you can see, it has a place for "Nature of Request" in addition to the usual place for name, address, subject and message. According to the Nature of Request (which can be customized, however you like) automatic reply emails can be generated when the visitor clicks the Send Email Message button.
For example, as one simple possibility, you could use "List of Products" as a Nature of Request item. Then the automatically generated email reply (that you setup) could include your inventory list. In other words, the contact form is a fully customizable auto-responder.
Max Contact requires very little setup in an install process. All you do is fill in your name, email address (so you can receive the emails sent to you) and website name. And you define the "nature of request" emails to be automatically sent to requestors.
If you’d like to see exactly how it works, here's a page where you can view the documentation for Max Contact. And download it, too. Max Contact is only 72K.
I hope that you find Max Contact a real help for your website. And if you’re interested in other ways to do this, here’s a few programs you can try:
Copyright © 2004-2005 Web Wise News
by Vidya Ishaya
(also known as Burton Smith)
Ashland, OR