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
residential cleaning services Lincolnshire ..While most marketers are beginning to understand the critical importance... Read More
After planning the design and content of your website, it's... Read More
When I started my company in 2002, I knew I... Read More
Do you need a web site? Are you considering getting... Read More
We've all seen those messages on some websites warning not... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
Do you make your website just to entertain yourself or... Read More
Some left shoes are in isle 5, while the right... Read More
Are you aware that 90% of the websites on the... Read More
If you're an up and coming graphic/web designer just out... Read More
1. Choose a big enough font size. A size 12... Read More
Designing and creating your own website does not have to... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
"I am a writer, not a business-person. I don't want... Read More
If you haven't made the sales and built your clients... Read More
One of the most useful features offered by some web... Read More
As increasing numbers of people search for information on the... Read More
Profiles are one of the best kept secrets around regarding... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
1) Word of Mouth The single most powerful form of... Read More
In the time that I have been using the Internet,... Read More
Part of the success of most home-based businesses is their... Read More
If one more business owner tells me their website sucks... Read More
I still remember it very clear ... It was almost... Read More
best cleaning company Highland Park ..I talk with so many people who have small businesses... Read More
Never has competition been so difficult in the Internet world.... Read More
Most web sites are more like stage sets than real... Read More
If you're anything like most small business owners, you probably... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
The process of Web application development is critical to the... Read More
Your content is what gets you in search engines, speaks... Read More
cPanel is a control panel for your website and allows... Read More
Creating a content management system either from scratch,... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
You've put up a website to promote a product or... Read More
Optimal website design is the art of logical navigation.It will... Read More
Below, I have listed 8 simple steps that you can... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Anyone who knows anything about web accessibility knows that images... Read More
Let's begin by setting some limits. If you're like me,... Read More
When visitors add your web site to their Favorites or... Read More
You work hard to build traffic to your web page.... Read More
Fresh website content for your visitors can be of real... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
The cost of setting up a web site is dirt... Read More
You know exactly what your organisation does and what your... Read More
Whether you have your own business already, or are looking... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
Web Development |