# Information Architecture (IA) Information Architecture (IA) is the structural design of shared information environments—the art and science of organizing, labeling, and navigating content to help people find what they need. Coined as a discipline by [[Richard Saul Wurman]] in 1976 and formalized by Peter Morville and Louis Rosenfeld in their 1998 book *Information Architecture for the World Wide Web* (the "Polar Bear Book"), IA provides the blueprint for websites, apps, intranets, and any system where humans interact with organized content. IA is distinct from but overlaps with [[User Experience (UX)]], [[Information Design]], and [[Information Management (IM)]]. While UX focuses on the overall experience and Information Design on visual presentation, IA focuses specifically on structure: how content is categorized, labeled, and connected. Effective information architecture makes complex systems navigable and helps users build accurate mental models of where things are and how to find them. ## Core Components | Component | Description | Example | |-----------|-------------|---------| | **Organization** | How content is categorized | Hierarchical, faceted, sequential | | **Labeling** | How content is named | Navigation labels, headings | | **Navigation** | How users move through content | Menus, breadcrumbs, search | | **Search** | How users find specific content | Search systems, filtering | ## Organization Schemes | Scheme | Description | Example | |--------|-------------|---------| | **Alphabetical** | A-Z ordering | Dictionary, directory | | **Chronological** | Time-based | Blog archives, news | | **Geographical** | Location-based | Store locators, maps | | **Topical** | Subject categories | Wikipedia categories | | **Task-based** | By user goal | "Buy", "Learn", "Support" | | **Audience-based** | By user type | "For Students", "For Business" | | **Faceted** | Multiple dimensions | E-commerce filters | ## IA Process ``` 1. Research └── User research, content audit, stakeholder interviews ↓ 2. Strategy └── Define content model, taxonomy, metadata ↓ 3. Design └── Site maps, wireframes, navigation design ↓ 4. Documentation └── Content matrices, controlled vocabularies ↓ 5. Testing └── Card sorting, tree testing, usability testing ``` ## Key Deliverables | Deliverable | Purpose | |-------------|---------| | **Site map** | Visual hierarchy of all pages | | **Taxonomy** | Classification scheme for content | | **Wireframes** | Page-level structure layouts | | **Content inventory** | Audit of existing content | | **Card sort results** | User mental model insights | | **Controlled vocabulary** | Standardized terminology | ## IA Research Methods | Method | Purpose | |--------|---------| | **Card sorting** | Discover user mental models | | **Tree testing** | Validate navigation structure | | **First-click testing** | Test entry points | | **Content audit** | Inventory existing content | | **User interviews** | Understand needs and language | ## Key Figures | Person | Contribution | | ----------------------- | ------------------------------------------------- | | [[Richard Saul Wurman]] | Coined "Information Architecture" (1976) | | Peter Morville | *Information Architecture for the World Wide Web* | | Louis Rosenfeld | Co-author of "Polar Bear Book" | | Jesse James Garrett | *Elements of User Experience* | | Abby Covert | *How to Make Sense of Any Mess* | ## IA vs Related Disciplines | Discipline | Focus | |------------|-------| | **Information Architecture** | Structure and organization | | [[Information Design]] | Visual presentation of information | | [[User Experience (UX)]] | Overall user journey and satisfaction | | [[Information Management (IM)]] | Lifecycle of organizational information | | Content Strategy | What content to create and why | ## References - Rosenfeld, L. & Morville, P. (1998). *Information Architecture for the World Wide Web* - https://en.wikipedia.org/wiki/Information_architecture ## Related - [[Information Design]] - [[Information Management (IM)]] - [[User Experience (UX)]] - [[Hierarchical Data]] - [[Information silos]] - [[Personal Knowledge Management (PKM)]] - [[Knowledge Management (KM)]] - [[Wireframing]] - [[Richard Saul Wurman]]