
Introduction
Information architecture is the structural design of information in a product: how content is organized into categories, what those categories are called, how people move between them, and how they search. It is the invisible skeleton that decides whether users can find what they need, and it is invisible precisely when it works. Formalized for the web in the late 1990s and still the discipline behind every site map and navigation debate, IA is where research and design meet most directly, because the structure that seems obvious to the organization is rarely the one users carry in their heads. This article covers what IA comprises, its core systems, and the research methods that test it.
What is Information Architecture?
Information architecture (IA) is the practice of organizing, structuring, and labeling content in a product or site so that people can find information and complete tasks. The term was popularized for digital products by Louis Rosenfeld and Peter Morville, whose 1998 book (known by its cover as the polar bear book) framed IA as the design of four interlocking systems: organization (how content is grouped and categorized), labeling (what the groups and items are called), navigation (how people move through the structure), and search (how they query it directly). IA is distinct from navigation design, which is one visible expression of it: the architecture is the underlying structure; the menu is one way of presenting it, and a good menu cannot rescue a bad structure.
The Core Problems IA Solves
Findability. Can users locate what they're looking for, whether by browsing or searching? The IA's primary job, and the one tree testing measures directly.
Understandability. Do labels and categories mean to users what they mean to the organization? The chronic failure is internal vocabulary (department names, product SKUs, jargon) exported into navigation, where it matches the user's mental model only by accident.
Scalability. Will the structure survive the next hundred pieces of content, or does every addition start a category argument? Good IA has room to grow along principled lines.
Consistency. Do similar things live in similar places with similar names across the product, so that learning one part teaches the rest?
Organization Schemes and Structures
Content can be organized exactly (alphabetically, chronologically, geographically: unambiguous, and useful only when users know the exact name, date, or place) or ambiguously (by topic, task, audience, or metaphor: more useful for browsing, and dependent on categories users share). Most products need both, plus multiple routes to the same content. Structurally, hierarchies (trees) remain the backbone for browsing, with the classic trade-off between breadth (many options per level, fewer clicks) and depth (fewer options, more clicks); faceted and database-driven structures let users filter along several dimensions at once; and hypertext links cut across the hierarchy. The design decision is rarely which structure but how the several structures combine, and how the labels at each choice point help users predict what lies beneath.
Researching IA
1. Card sorting to discover the user's categories.
Open card sorts reveal how people naturally group content and what they call the groups; closed sorts test whether a proposed scheme holds.
2. Tree testing to evaluate the structure.
Text-only findability tests on the proposed hierarchy, iterated on labels until success rates converge.
3. First-click and usability testing on the real interface.
The structure with its visual design, search, and content in place, tested with realistic scenarios; a Ballpark prototype study captures first clicks, paths, and recorded reasoning on the live navigation.
4. Search analytics and site search logs.
What people search for is what they couldn't find by browsing, and the terms they use are the vocabulary the labels should speak.
5. Content inventory and audit.
Before any of the above: a complete list of what exists, its purpose, and its owner. Structures designed without an inventory organize an imagined product.
Where This Leaves You
Information architecture is the structure beneath the interface: organization, labeling, navigation, and search, designed so that people can find and understand what a product contains. It fails quietly when the organization's categories are mistaken for the users', and it is one of the most testable areas of design: sort to discover, tree-test to evaluate, test the real interface to confirm, and read the search logs for the vocabulary you missed. When users never think about the structure, it worked.
Further reading
For IA fundamentals and testing:
Articles:
1. Information Architecture vs. Navigation - Nielsen Norman Group
The distinction between the underlying structure and its visible expression, with implications for design and testing.
2. Card Sorting: Uncover Users' Mental Models for Better Information Architecture - Nielsen Norman Group
The primary generative method for IA research.
Books:
1. Information Architecture for the Web and Beyond - Louis Rosenfeld, Peter Morville & Jorge Arango
The polar bear book in its current edition: the four systems, organization schemes, and the practice of IA.