‘blogs’ category

Regulators should view money the way consumers want to use it

Simon Gleeson of Clifford Chance has written a very concerning overview of the shortcomings in the Financial Services Authority’s review of how the retail financial services that it regulates are distributed to consumers.

He suggests that the proposed three tiers of advice, coupled with EU-driven changes to the test of what is appropriate, will increase the cost of products, leaving the “mass market” with only the Sunday newspapers to help them invest. Which means they won’t.

To be fair, the FSA says it has an open mind on the proposals, and the initial consultation doesn’t end until December.

The most troubling aspect of the review is that it proceeds from the perspective of whom and what the FSA regulates, and not in terms of how consumers want to use money. For example, there are no representatives of the consumer credit industry on the panel tasked with reviewing ‘consumer access to financial services’. As consumers, we don’t think about who is regulating the different ways we use our money. We just expect it to be able to use it as we wish, without complex, artificial or costly barriers being placed in our way.

There is already very little focus on providing more usable, transparent and cost-effective financial services from the consumer’s standpoint, because that would seriously impact bank profitability that is already under pressure. For example, according to Uswitch, figures for RBS Group, as at March 2007, showed that retail profits rose 1.5% (about 25% of group profits) against a rise of 14% in retail write-offs (69% of all write-offs).

Witness also how UK banks have actually gone to court to defend fees that consumers and regulators have long complained are too high; and their grudging agreement to speed up electronic payments, only in the face of competition inquiries.

Of course, over the past decade consumers have seized upon usable Internet technology to disrupt traditional supplier-determined experiences in travel, music, retailing, betting/bookmaking, games, telephony, TV and so on. Social lending and micro-finance are established elements of this rapidly evolving trend, which will surely reshape banking, insurance, asset management and pensions in due course - provided that regulation does not get in the way.

For a further catalyst, look no further than the current credit crisis. The inability of banks to understand who owes what to whom so that they can confidently lend to each other again is illustrative of how badly transparency is lacking. The savers’ run on Northern Rock shows that consumer feel it too, and are prepared to act when they consider that someone is less than transparent about what is being done with their money.

So it is now more critical than ever that the FSA views the financial services market not from the perspective of the institutions and products that it regulates, but in terms of how consumers want to use their money transparently and cost-effectively, and what is needed to help them do just that.

In search of lost Zopa

 

Imagine, if you will, that you’d never heard of Zopa. A horrible though, I know. But fear not: chances are we would be brought back together by the wonders that are Internet search engines. Zopa has managed to gain a foothold on the prestigious “first page of Google results” for quite a few queries:

  • “lend money” 1st, 2nd, 4th, 5th, 8th and 9th
  • “borrow money” 1st (just above the UK government)
  • “lending” - 1st and 2nd
  • “social lending” - 1st, 2nd, 6th, 7th, 8th, 9th, 10th, …
  • “p2p loans” - 1st and 2nd!
  • “lend my money” - 1st and 2nd
  • “great returns” - 1st and 2nd
  • “borrowing” - 4th (just below Wikipedia)
  • “safe and simple borrowing” - 1st and 2nd
  • “peace of mind loan” - 1st
  • “how is APR calculated” - 6th (behind BBC)
  • “no banks” - 1st and 9th

…not to mention:

  • “zopa” - 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th, 10th, …

And I’m sure there are plenty more interesting ones out there to find.

And this is quite surprising to us. We did take search into account when we last redesigned the site, but we didn’t try to game Google, or do anything aggressive.

All we actually did was: use clean HTML, have clear human-readable URLs, feed Google & Yahoo sitemaps, and make sure to use the right metadata for each page. This is all basic stuff that makes your site easy to parse. It was actually mostly done to help the blind rather than Google.

We archived this using a small in-house templating system that assembles each page from content files.

Use Clean HTML

HTML is designed so that the code only marks out the semantics of the page.


⟨ol⟩ ⟨-Start an ordered list
  ⟨li⟩Item One⟨/li⟩
  ⟨li⟩Item Two⟨/li⟩
⟨/ol⟩

The user’s browser then adds the numbering and indentation to that list. The designer can add external rules through a system called CSS, but the browser decides for itself how to best fit the content to the user’s device. Clean HTML will work well on mobile phones, speech readers, and dozen of devices the original author never planned for.

Dirty HTML looks like this.

⟨br /⟩⟨br /⟩
⟨font face="Arial, Helvetica, sans-serif" size="0"⟩
©2003-2007 MySpace. All Rights Reserved.
⟨/font⟩
⟨script type="text/javascript"⟩
⟨/script⟩
⟨img src="http://nb.myspace.com/isf.gif" /⟩

This one doesn’t actually matter too much with search engines as they’re scanning for text. It does matter a lot for selling to older people with poor eyesight, there’s more business there than you might think.

Clean URLs

If you look your address bar as you move around our site, you’ll see links like http://www.zopa.com/zopaweb/public/lending/what-people-are-saying.html These ‘pretty’ URLs are easier to remember and type. They’re also used by search engines to work out what a page is likely to be about.

Sitemaps

Both Google and Yahoo have online tools that let you submit content directly to them. This is a great way to make use that your legal small print, and other important but seldom linked to content, gets indexed properly. The easiest way is to catalogue the URLs on your site into a single XML file and point Google at it. Yahoo does exactly the same thing, but with a different format. For more details see . You can also submit RSS news feeds to Google which leads to much faster indexing, as the spider can just pull one file to read all the new content.

Metadata

HTML defines specific areas where you can tell a search engine directly what your page is. The ones we use are the title and keywords. Out templating system lets us set these directly on each page to make sure they’re indexed under the right words.

 

But the main reason Zopa ranks so highly is you. Over the years, Zopa has accumulated 646 natural links from blogs, newspapers, homepages, Italian comedians… you name it! These links represent the trust and interest of the internet.

(And they’ve probably helped us jump over a dozen other sites that were splurging £££ on link farms and consultants!)

Zopa = Top UK Web 2.0 App

While the arguements rage about what exactly is meant by Web 2.0, Richard MacManus over at Read / Write Web has kindly listed Zopa as Top UK Web 2.0 App - we are there, but you have to go right to the end to see us (Downside of having a name beginning with ‘Z’ I guess.)

The original source for the article comes from JigsawUK - a web site that tracks UK startups, so thanks to Colin Donald there as well.

It’s interesting that we’re in the category of ‘Second time around entrepreneurs’ - I guess that’s because of Richard’s previous experience at Egg, but James and myself were definitely start up virgins when we left Egg to create Zopa :)