How do you find the information you're looking for on the Internet? This, of course is the original reason the Web was created - as a publishing platform for the physicists at CERN.
As the web matured, people constructed websites with tree-like structures, viewable as a site map. As web sites grew in size and complexity, we started referring to a large amount of information organized in a tree structure as a taxonomy. Some people (I'm looking at you, Yahoo) tried to taxonomize the entire web. Here's what we found out about taxonomies: they don't scale. Once they get too big, they start to collapse under their own weight. Historically it was a mark of a professional that they could navigate a large taxonomy, such as the Dewey Decimal System, or Scientific Classification. I don't believe that we'll see many new taxonomies of that scale adopted by the world at large.
So that leads us to search. Search, of course, is the other method we have to find the information we're looking for, especially when all we want to do is get to the information, and we don't give a rat's hiney how it's catalogued. But since the average search length on Google is something like 1.3 words, we need to infer a tremendous amount of information from very little input.
To me, this seems like a tremendously deep opportunity for the developers of websites to shape how information is presented via the establishment of business rules modeled within search. I call this Search Design, and I see it as a critical part of how websites with large volumes of information should be built.
Search design is currently implemented primarily in terms of how information on a website is indexed. This indexing controls the relative importance of information, and the relative importance of different structures inside the information, and is generally implemented by the developers who built the website.
However, at a higher level, search design is something that can be expressed as a series of business rules. Say you have a newspaper site with articles and authors. You could establish the following business rules for search:
- Articles have higher priority than Authors
- Weight of an article should be, in order of priority: Article Title, Article Author, Article Tags, Article Body.
- Weight of an author should be: Author Name, Author Department, Author Tags, Author Bio
It could be a lot more sophisticated than this of course, it could contain relative numeric values for the indexed values, and the business rules surrounding relative importance of information could also be far more sophisticated.
Search scales. It can handle a LOT of information, but as implemented on individual websites, the presentation of it to date has been relatively naive. Search design could grow to be a profession in itself, much in the same way that information architecture developed over the last decade. For many sites it is search, not a taxonomy structured navigation, that is the primary means of navigation for a website.
Labels: trends