PMaker home
Architecture only works if the user can answer three questions on any screenInformation architectureThe structure that answers those three questionsWhere am IAnswered by nav highlight, breadcrumbs, page title. Without it, users hesitate, unsure they came to the right placeWhere can I goAnswered by siblings, child entries, related links. Without it, users think a feature doesn't exist—they just can't find itHow do I get backAnswered by clickable breadcrumbs, back buttons, persistent top-level entries. Without it, users hit browser back or start overWhen a screen feels off, separate the layers: is the thing misplaced, or is it placed right but hard to operate

Information architecture isn't a diagram—it's three questions a user can answer on any screen.

What Is Information Architecture

Let the user always know where they are, where they can go, and how to get back.

When you drive to an unfamiliar city, road signs tell you where you are, navigation tells you how far is left, and guide boards tell you which way to turn at the next intersection. The nav, breadcrumbs, and hierarchy inside a product do the same job. Information architecture is organizing content into a structure users can guess, so that on any screen they can answer three questions. ia-wiki

What you'll run into:

  • A user says they can't find a feature, and it's right there
  • Pages keep growing, the nav overflows, and you end up adding a "More" entry
  • The same thing can be reached through two places, and the two screens show it differently

Three questions

  • Where am I. Answered by nav highlight, breadcrumbs, and the page title. Without an answer, users aren't sure they came to the right place, and they hesitate before acting.
  • Where can I go. Answered by sibling items, child entries, and related links. Without an answer, users assume a feature doesn't exist when they simply missed the entrance.
  • How do I get back. Answered by clickable breadcrumbs, a back button, and a persistent top-level entry. Without an answer, users fall back to the browser's back button or start over entirely.

The third question breaks most often on mobile. Once users have gone several levels deep with no clear way back, they quit and relaunch the app—and all the guidance you gave before is wasted.

Each question is verified differently. For "where am I," open any deep page and check: without the address bar, can you tell where you are from the highlights and title alone? For "where can I go," run a find test: hand someone untrained the task of locating a feature and see whether they can judge which direction to head within seconds. For "how do I get back," take the long walk: after five taps down, is there an explicit way back at every step?

Information architecture and navigation are not the same thing. Architecture is the structure itself—how content is grouped, how many levels there are, who nests under whom. Navigation is just how that structure is presented on screen. If the structure is wrong, a beautiful nav only organizes the mistake more tidily. That's also why adding a "More" entry when the nav overflows isn't a fix—the problem lives in the structure, not in the length of the nav bar.

What it manages, and what it doesn't

Information architecture manages: what content exists and how it's grouped, what each group is called, how many levels there are and who's nested under whom, and which entries lead in. It does not manage: what happens after a tap, how loading and errors are shown, whether an action can be undone, or how a task is split into steps—that's interaction design.

Keeping the two separate pays off in practice. When a screen feels off, first decide which layer the problem is in: is the thing misplaced (architecture), or placed right but awkward to operate (interaction)? Pick the wrong layer and you'll polish a problem that lives in the other one.

Signals the architecture is wrong

  • The nav contains "More," "Other," or "Tools." These words are the signature of failed categorization—you couldn't find the right bucket, so you opened a junk drawer.
  • The same feature has entry points in three places. It has no fixed place in the structure, so it gets scattered around to avoid being missed.
  • Nav items need explanatory text. A well-chosen name needs no explanation. Needing one usually means the naming or grouping is off.
  • You don't know where a new feature goes. If every addition starts a fresh debate about placement, the original grouping logic isn't holding.

Architecture defines relationships between pages; the priority inside a single page is a separate concern. Run these three questions across every screen first, and structural problems surface before the visual ones do.

References

  1. Information architecture — Wikipedia