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
local house cleaners Park Ridge ..When I set up my website I felt paypal was... Read More
You want to give your site's visitors a way to... Read More
Writing for the web is totally different to writing for... Read More
Thinking about starting up a business? The web is the... Read More
One of the biggest mistakes that most online retailers make... Read More
Like most average persons, I wanted some extra money to... Read More
This is a growing concern amongst many business owners. Does... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
Fresh website content for your visitors can be of real... Read More
An additional benefit of website accessibility is an improved performance... Read More
It amazes me how many people try to build serious... Read More
If you are developing your website on a host that... Read More
The Internet is being used by local service business to... Read More
The Internet has opened a whole New World of opportunity... Read More
Are bloated images slowing down your web site and causing... Read More
We are clearly well past the innocent "golden age" of... Read More
With the New Year upon us yet again, it's time... Read More
So you want to have a website. You have gone... Read More
"I don't sell anything online, I don't advertise online, in... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Every small business owner knows that they need a website,... Read More
While it may seem like a "quick and easy" task,... Read More
Everyday thousands of new businesses make the leap and take... Read More
You don't believe in astrology but you check your horoscope... Read More
move out cleaning service Glenview ..With more and more countries around the world passing laws... Read More
The "robots" meta tag, when used properly, will tell the... Read More
Getting a Targeted Visitor to a website is a waste... Read More
Even though the Internet has been around for a long... Read More
In the late 1990's three San Francisco based web developers... Read More
In the big, wide online world there are millions of... Read More
One of the things that Internet excels is disseminating information... Read More
How can we add Word Rich Content to our Websites... Read More
Every good Internet business understands the value of conversions versus... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
Optimal website design is the art of logical navigation.It will... Read More
Many small businesses have the misconception that their business can... Read More
Revenues are often lost because many business owners don't see... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
Think up a name and check if yourname.com is available.... Read More
Dan Kennedy once said that if you can't make money... Read More
There are many different traffic analysis tools, ranging from simple... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
After having decided to start a business, the next thing... Read More
You've decided to create a website to market your products... Read More
1. Choose a big enough font size. A size 12... Read More
You have permission to publish this article electronically, in print,... Read More
Are you, like many other website owners, frustrated at the... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
Everywhere you look these days, people are telling you that... Read More
Web Development |