I'm working on a long post on what makes a good firm website that I will post soon. But just now I had an experience with Holland & Knight's website that reminds me of the #1 requirement for a firm website: make it easy to find attorney contact information, especially E-mail addresses.
If you go to the Holland & Knight website you'll note that the first page doesn't make it perfectly easy to find attorneys' contact information. They call the attorney information "biographies." I don't want a "biography." I want "contact information." Apparently, "biographies" include contact information. Not intuitive, but okay I'll accept that for now. Interestingly, if you pick the "biographies" link on the left side of the main page you don't get where you need to be; you wind up here, which doesn't include a way to search for attorneys by name.
If you happened to choose the "biographies" link that runs across the top you get something slightly different (???) which allows you to select to search alphabetically. So let's say you pick the letter "L" and wind up here. (How many clicks have we made so far?).
So now you have some people's names with contact information. And you see the little E-mail icon? Go ahead and click one of those and you'll see that it doesn't load the E-mail address into your E-mail program. Oh, no indeedy. They aren't going to turn over control to you. The H&K E-mail icon is a proprietary way of sending email which doesn't allow you to know the person's E-mail address. Is this some sort of spam solution? Or is this just poor web strategy? You decide.
Concerning the webmail built into the site:
Looks to me like a sophisticated system to keep spammers from
harvesting email addresses -- plus with the benefit of the insertion
of a disclaimer before allowing anyone to email via the site.
I recently noticed that Martindale Hubbell is doing the same thing.
That is, you can email attorneys from their Martindale Hubbell entry,
but you have to do it through the M-H web email.
They used to have the email addresses published for the world to see.
Posted by: Dave Stratton | September 25, 2003 at 11:57 AM
Using mailto: tags is the worse way to let people reach you using a website. You are assuming their email software is properly configured and they are at their PC.
If they are anywhere else (like a library), a mail form not only makes sure your email gets to the right person, it can also include valuable information like the context on the web site it was sent from, a privacy policy, language detection, etc. thus speeding reply times. That's only one aspect, but more sophisticated forms can check for email validity, repell automated attacks, etc.
It is in fact excellent web strategy ;)
Here's two email forms I designed:
http://www.apcq.qc.ca/contacto.php (for a customer)
http://www.fabianrodriguez.com/email_info.php (for me)
Some details about my own email form:
http://www.fabianrodriguez.com/comments.php?id=143_0_4_0
Posted by: Fabian Rodriguez | September 25, 2003 at 04:24 PM
I use a form on my site, (and on all my sites, in fact) primarily to fight spam, but the other points made above are also good reasons.
Posted by: Mike Wasylik | September 25, 2003 at 06:02 PM
Typo fix: you meant to say Holland & Knight for the link (not early biz blog adopter Holland & Hart), right?
Posted by: Denise Howell | September 25, 2003 at 10:06 PM
Denise, you are SO right. I fixed it. Thanks!
Posted by: Ernie | September 25, 2003 at 10:53 PM
Some email harvesters can still snag email addresses even if you use forms. It all
depends on how you use them, how the backend is set up, etc... Even if you don't
use forms, there is still a way to display your email address on your site and have
it be un-harvestable. It just requires a little snippet of Javascript.
Here it is for anybody who is interested:
<script language="JavaScript">
<!--
var name = "webmaster";
var domain = "legaldex.com";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
// -->
</script>
Let me know if you find it useful!
Cheers,
Cynthia Turcotte
LegalDex.com
DigitalRainmaker.LegalDex.com
webmaster@legaldex.com
Posted by: Cynthia Turcotte | March 12, 2004 at 04:58 PM
Hire Freelance SEO Experts, website content writers, technical writers, graphics designers, asp / php developers for your company. Visit http://seo.cheasyy.com
Posted by: Cheasyy Solution | September 22, 2005 at 08:08 AM
I just found your blog on bad law firm website from 2003; in it you note that you are drafting a long blog on good website, where can I find that. I am a young solo practioner developing my own website (while I am poor and don't have much business...I am information hungary so please feed me).
Thank you,
Arshia Javaherian
Posted by: Arshia Javaherian | October 13, 2005 at 04:22 PM
I checked that lawyer site. They would have been better off using contact forms. Not sure why so many Attorneys use thier emails online. They then just get spammed and miss the clients that are emailing them
Posted by: Lawyers Directory | October 18, 2006 at 03:54 AM