Skip to content

Chapter 2 of 7

Organization Systems and Vocabularies

The organization half of IA answers the question, how is content grouped and described? A taxonomy is a hierarchical classification that organizes items into categories and subcategories and is the backbone of most navigation systems. A controlled vocabulary goes further by defining a fixed set of terms for tagging, which reduces ambiguity in both metadata and search. A thesaurus records relationships among those terms — synonyms, broader and narrower terms, and related concepts — so that the vocabulary behaves as a system rather than a list. More complex semantic structures, called ontologies, capture entities, attributes, and the relationships between them, supporting richer queries and inference. Folksonomies sit on the opposite end: user-generated tags (think hashtags) are flexible and fast but tend toward chaos, and are often used alongside controlled vocabularies rather than as a replacement. Categorical metadata uses discrete tag values (topic, status) and works well for filters; continuous metadata uses numeric or temporal values (date, price) and supports sorting and range filtering.

Standardized metadata schemas help systems interoperate. Schema.org provides a vocabulary of types and properties used by search engines to mark up web content with structured metadata, while Dublin Core defines fifteen widely adopted elements (title, creator, subject, and so on) common in libraries and digital archives. A clear tagging strategy — defining vocabulary sources, tagger roles, audit frequency, and governance — is what keeps tagging from drifting into noise, and even auto-tagging by machine learning requires human review to stay accurate. Sites also have to decide between global taxonomies, which are simpler and consistent across sections, and local taxonomies, which better fit diverse content at the cost of complexity.

When items need to be described by several independent attributes (color, size, brand, price), faceted classification becomes the right pattern. Faceted navigation surfaces these as filters so users can narrow content along any dimension, and faceted search brings the same idea into the search interface. Standard e-commerce facets — price, brand, rating, category, and product attributes — reduce decision burden by surfacing the most common ways people discriminate between options. A final structural concern is polyhierarchy: when a piece of content legitimately belongs in more than one category, IA must accommodate that without creating duplicate pages or broken links, which is why categories should stay mutually sensible — overlapping categories create ambiguity and make people second-guess every navigation choice.

Different content lends itself to different organizing logics, and IA work often means choosing among them. Topic-based IA organizes navigation around subjects, common in publishing and reference content; chronological IA organizes by time and is natural for news, blogs, and historical archives; alphabetical IA works when users know exact names, like an employee directory or glossary; geographic IA organizes by place for maps, locations, and multi-region content; audience-based IA groups by audience type (customers, partners, investors) and is risky if users do not self-identify cleanly; and task-based IA organizes around what users want to do, which is strong when tasks are clear. The matrix IA approach supports multiple ways to navigate the same content (by topic, audience, format) to serve diverse needs. Chunking groups related items into meaningful clusters to improve comprehension, layered IA keeps the surface simple while deeper layers expose detail for diverse expertise, and search-dominant IA — paired with a search-as-navigation pattern — is appropriate when most users arrive via search and bypass navigation entirely.

All chapters
  1. 1Foundations of Information Architecture
  2. 2Organization Systems and Vocabularies
  3. 3Navigation Design
  4. 4Labeling and Language
  5. 5Research, Testing, and Analytics
  6. 6Search, Findability, and Wayfinding
  7. 7Content, Governance, and Delivery

Drill it

Reading is not remembering. These come from the Information Architecture deck:

Q

What is information architecture?

Information architecture is the practice of organizing content, navigation, and labeling so users can find and understand information easily.

Q

Why does information architecture matter?

Good IA reduces confusion, improves discoverability, and makes interfaces feel easier to use.

Q

What is a navigation hierarchy?

A navigation hierarchy is the structure of categories, sections, and pathways users move through to reach content.

Q

What is labeling in information architecture?

Labeling is the naming of menus, sections, links, and content so users can predict what they will find.