Best Practices for Search Results Design

by Jeffrey Veen 12 Aug 2004 · 4 minute read

Over the past year, I’ve evaluated the search experiences on a number of popular content sites. With the help of author and interface designer Darcy DiNucci, I picked apart the search and result designs from sites like Apple.com, NASA.gov, SchwabFoundation.org, and a variety of others. We focused on content sites, rather than e-commerce or Web applications, and we avoided general Web search engines entirely.

Our finding, not surprisingly, is that almost every site’s search engine could use improvement. We also found that most organizations’ Web teams couldn’t really affect the quality of their search results — they were stuck tweaking search technologies that had already been purchased and installed. Often, the most dramatic change they could make was in the design of the search and results interfaces. In some cases, as the old saying goes, this was like putting lipstick on a pig. But cleaning things up does help users find answers to their queries.

Through our research, we discovered eight quick fixes that will improve your site’s search experience:

1. Question search engine defaults.

Before turning on your search software, evaluate every option the software provides in terms of user needs. For example, do they really need to hide or show the result summaries? Take away as much as you can; it will simplify your results page.

2. Relevance is relative.

Ranking results based on their relevance is a subjective practice at best. Every piece of search software has its own algorithm for determining which documents best match which queries. Make sure the default ranking you select matches your user needs.

3. Help users avoid mistakes.

Check your search logs. One of the top queries will inevitably be an empty submission. While we’re not sure why this happens so frequently, users often accidently submit forms before filling them out. One of the simplest usability enhancements you can make to your site’s search experience is a single line of JavaScript. Make sure the search field has something in it before allowing the form to be submitted.

4. Roll your own results.

Even if you can’t change your search engine’s algorithm to be more relevant for your users, don’t give up hope. Frankly, one of the best ways to improve your results is to do them by hand. Get a report of the top search queries on your site. Take the top ten and find three to five pages that satisfy those queries. Then, create a simple script to match them up on your results page. When you have time, do the next 20 most popular. Stop when you get to 50. That will likely cover the majority of your users’ queries. Check the report once a month and adjust the canned results as necessary.

5. Simplify your page layout.

Almost every search engine can be more effective with a simple layout.

6. Offer help for zero results.

If a query doesn’t find any matches, display the following:

7. Use categories if you’ve got them.

If your search software offers different search categories (often called catalogs or indices), use them to organize your results in a similar structure to your site’s architecture. Then include links at the top of the results page that show how many results match each category. This will help users narrow their search to a more manageable list.

8. Advanced search and help should be the same thing.

If you link to a page that offers usage instructions for the many features of your search engine, include interfaces for those features so they can be used without switching back and forth.