Skip to content
Lesson 6 of 10intermediate9 min read

Information Architecture

Information architecture is the structuring, labeling and organizing of content so that people can find what they need and understand where they are.

01

Definition

Information architecture is the design of how information is organized, labeled, related and made findable. It covers the organization scheme — what the groups are and what belongs in each — the labeling system that names those groups, the navigation that lets people move between them, and the search system that lets people bypass structure entirely. It works at several scales at once: the whole product's structure, the arrangement within a section, and the naming of an individual control. Its output is rarely visible as a screen. A person experiences good information architecture as never wondering where something lives and never being surprised by what a label contained.

02

Why It Exists

Information architecture exists because content grows and categories do not scale by instinct. A site with twelve pages needs no architecture; one with twelve thousand needs an explicit one, or it becomes a place where information exists but cannot be found. The discipline also exists because organizations project their own structure onto users. Content gets grouped by the department that produced it, and labeled with internal vocabulary, so a person looking for help with a bill must first guess which division owns billing. Information architecture is largely the work of replacing the organization's model of itself with a structure that matches how users think about the subject.

03

Examples

  • A government site organized by life events — having a baby, losing a job — rather than by department.
  • A retailer's category tree where a product can legitimately sit in several places, requiring cross-listing rather than a single home.
  • A documentation site whose section names use the words developers search for instead of internal product names.
  • A settings screen grouped by what a user is trying to change rather than by the subsystem that implements it.
04

History

The field inherits from library and information science: classification systems, controlled vocabularies, thesauri and cataloging all address the same problem of making a collection findable. Richard Saul Wurman popularized the term information architect in the 1970s, arguing that making information understandable was a design discipline. The web gave it urgency, and Louis Rosenfeld and Peter Morville's Information Architecture for the World Wide Web, first published in 1998 and later revised with Jorge Arango, established the practitioner framework of organization, labeling, navigation and search systems. Card sorting and tree testing arrived as methods for deriving and validating structures with users rather than inventing them in a meeting.

05

In Modern Design

Search, recommendation and feeds have changed how people arrive at content, but not the need for structure. People still land deep, often from outside, and must orient themselves: what is this, where am I, what else is here. Structure also underpins the machinery itself — search results, filters, related content and any automated recommendation depend on consistent metadata and clear categories. Contemporary information architecture therefore leans heavily on taxonomy and metadata rather than on a single navigation menu, and increasingly serves multiple surfaces at once: web, app, voice assistant, in-product search and external search engines, each exposing the same underlying structure differently.

06

Real-World Example

A large public sector web estate consolidated hundreds of departmental sites into one. The previous structure mirrored the organization: a citizen needing to renew a document had to know which agency issued it. The consolidated architecture was built around user tasks, with plain-language labels derived from the words people typed into search, and content deduplicated so one authoritative page existed per topic. The visible result was a simpler navigation, but the underlying work was classification and editorial governance: deciding what a category contained, who owned it, and what happened to the eleven near-duplicate pages that previously answered the same question differently.

07

Key Principles

  • Organize by how users think about the subject, not by how the organization is structured.
  • Labels should use the words your audience already uses; test them rather than debating them.
  • Every item needs a home, but some items need several routes; cross-listing is not failure.
  • Structure must answer where am I and what else is here for someone arriving deep from search.
  • Validate structures with card sorting and tree testing, not with internal consensus.
  • Architecture requires governance — without ownership, categories drift and duplicates multiply.

Why it matters

When people cannot find information, the consequences are practical and unequal: they miss an entitlement, take the wrong action, or call a support line that costs the organization more than the fix would have. Structure also shapes understanding, because the categories a system presents teach people how a subject is divided, and a structure that mirrors bureaucracy teaches users to think like the bureaucracy. For design teams, information architecture is where content, naming and navigation decisions become architecture in the literal sense: expensive to change later, quietly determining what is possible, and invisible when it works.

Then vs Now

Then

Structure was expressed mainly as a navigation hierarchy for a site, derived from library-style classification and browsed from a homepage.

Now

People land deep from search and feeds, so architecture lives in taxonomy, metadata and plain-language labels serving web, app, search and assistants at once.

Try it yourself

Take a product or site with a menu you find confusing and run a small open card sort. Write forty content items on cards, one per card, using the names a user would recognize. Ask five people, individually, to group them however makes sense and then to name each group. Record their groupings and, importantly, their words. Look for items that different people placed consistently, and items that moved everywhere — those are your ambiguous cases. Draft a structure from the consistent clusters, then run a tree test: give five new people a task and ask them where they would look.

Test yourself

5 questions, one at a time

Answers are revealed at the end, so you can think without being nudged.

Sources

  • Information Architecture: For the Web and Beyond — Louis Rosenfeld, Peter Morville and Jorge Arango (2015) · Book
  • Information architecture research and guidance · Institution