Click here to Skip to main content
15,891,799 members
Articles / Operating Systems / Windows

Educating Clients About the Way the Web Works

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
12 Apr 2010CPOL3 min read 4.6K   2  
Educating clients about the way the web works

Craig pointed out an interesting discussion about managing client expectations (that kicked off from a very preachy design article) around the final display of a website across browsers. This sort of discussion has been around for a while now and I think clients are starting to wise up to browser display issues.

Personally, I'm fairly indifferent about how most websites look provided they behave as I expect and don’t actively get in my way. I expect that most users of websites feel pretty much the same way although web designers will probably disagree. Where these design issues are very obvious to end users, website implementation issues aren't. So the general level of understanding from clients is quite low, particularly when it comes to localized websites.

Multilingual and Multi-branded

For large corporate clients, I've found that the client wants to represent their internal subdivisions and have similar general requirements:

  • A global site with:
    • Micro sites for territories (country sites) with English copy with native translations
    • Micro sites for brands
  • News pages for each of the above
  • News feeds for each of the above
  • Contact pages for each of the above
  • Search pages for each of the above
  • A single point of administration

Now as a web developer, I see this as being implemented as a single white-label codebase that has multiple brands/themes that represent different aspects of the same company maintained through a single admin screen.

As a user (albeit with a bit of knowledge about the web), I'd expect it to be presented as:

  • A ‘client.com’ site for the global website with generic (targeted at Americans) overview information about the company/services that’s written in Americanised English – so describing Paris as “Paris, France” would be an acceptable in copy
  • A set ‘brand.client.com’ sites that again gives generic information about that particular brand and with any appropriate TLDs for localized copy/information
  • A set of country sites (with appropriate TLDs) (client.co.uk, client.fr, client.de) that displays localized content in the native language for that country. As a Briton (born in Scotland, raised in England), it’s really irritating to see “color” and “Paris, France” on a .co.uk website. It’s snubs like this that really put me off a company (localized isn’t the same as translated – there’s a difference between en-GB and en-US!)

What the Web Wants, It Should Get!

Putting my web developer hat on again, if these were the requirements and expectation delivering the website would be relatively straightforward, each territory/brand website is a white label brand the locale can be picked up from the TLD domain.

Google expects this, Ektron expects this (as would most CMSs that support multiple sites) and users expect this.

But the client doesn’t want this. The client wants:

  1. All the content under the global domain
  2. To re-use copy between territories/brands
  3. For localization to happen ‘auto-magically’ in the background
  4. For Google to ‘auto-magically’ find the localized content for each territory

On top of this, there’s actually the un-spoken needs:

  • It should be reliable
  • It should be fast
  • The site should be intuitive
  • It shouldn’t put people off the brand
  • It should be delivered promptly

Now, there’s nothing in the clients “wants” list that can’t be delivered, but each item will impact at least one thing from the “needs” list and as we’re now coding around the conventions that there’ll be an ongoing maintenance cost as well. It’s important that the client understands this.

So clients will need to be educated about the inherent complexities about their website, to make it appear simple and work simply for the future. They need to stop thinking about the website as purely a marketing tool, but as an adapter making their company accessible to web users via the website.

It wouldn’t hurt long-term SEO either.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freestyle Interactive Ltd
United Kingdom United Kingdom
I'm a lead developer for Freestyle Interactive Ltd where we create many wonderful websites built on Microsofts ASP.Net and Ektron CMS.

I've been developing .Net applications (both Windows and Web) since 2002.

Comments and Discussions

 
-- There are no messages in this forum --