PicaJet

Reference Glossary

Metadata

Data that describes, identifies, or explains an asset — creator, date, keywords, rights, format — rather than the pixels, audio, or text the asset itself contains.

Why it matters in a DAM

A DAM library with no metadata is a pile of files a search box can't reach: a folder of 500,000 unlabeled images is functionally unsearchable, and staff end up opening files one by one to find the right one. Metadata is also the record of trust — it's what carries a usage license, an expiration date, or an approval status, so a marketing team doesn't accidentally publish a photo whose license already lapsed. Every DAM feature that looks like intelligence — faceted search, smart collections, expiration alerts — is really just metadata being queried.

A worked example

Title Product shot — blue widget, hero angle
Creator Jane Alvarez
Date Created 2026-03-14
Keywords widget, blue, product, studio, e-commerce

Common mistake

Teams treat metadata entry as a one-time step at ingest rather than an ongoing discipline — files go in with only a filename and camera-generated data, and within a year or two nobody can tell which assets are cleared for external use, forcing legal to manually re-vet the library before every campaign.

Metadata is commonly split into three functional types, a framework laid out in NISO’s 2004 primer Understanding Metadata: descriptive metadata (title, keywords, caption — what helps someone find and identify the asset), structural metadata (how a multi-part asset fits together, such as page order in a scanned document or track order in an album), and administrative metadata (rights, technical specs, and preservation data needed to manage the asset over time). A DAM’s metadata schema is usually some mix of all three, even if the interface doesn’t label them that way.

Where metadata lives matters as much as what it contains. Some of it is embedded directly in the file (Exif, IPTC, XMP blocks written into the file header), and some exists only in the DAM’s own database as an index record pointing at the file. Database-only metadata is fast to query and easy to bulk-edit, but it doesn’t travel with the file once it’s exported or downloaded outside the system — which is why most professional DAMs try to write key fields back into the file itself, not just store them alongside it.

In practice, a DAM’s metadata strategy is really a set of decisions about which fields are mandatory, which pull from a controlled vocabulary versus free text, and which sync automatically from an external system like a PIM or rights database. Get those decisions wrong and the system fills up with technically-tagged but practically useless records — present in the schema, empty in the field.

Frequently asked

What counts as metadata for an asset in a DAM?

Metadata is any data that describes an asset rather than being the asset itself — creator name, capture date, keywords, format, and rights status are typical examples. It's what a search box actually queries, since the pixels or audio in a file aren't searchable on their own.

Why can't a DAM function well without metadata?

Without metadata, a large library becomes a pile of files a search box can't reach — a folder of 500,000 unlabeled images is functionally unsearchable and staff end up opening files one by one. Metadata also carries the trust record, like license status or approval state, that prevents publishing something that shouldn't go out.

What features actually depend on metadata behind the scenes?

Faceted search, smart collections, and expiration alerts all look like intelligent DAM features, but they are really just metadata being queried under the hood. If the underlying fields are empty or inconsistent, those features quietly stop working even though the interface still shows them.

What's the most common mistake teams make with metadata?

Treating metadata entry as a one-time step done at ingest rather than an ongoing discipline. Files go in with only a filename and camera-generated data, and within a year or two nobody can tell which assets are cleared for external use, forcing legal to manually re-vet the library before every campaign.

Does metadata always travel with the file?

Not automatically — metadata can live only in the DAM's database as an index record, or be embedded directly in the file itself. Database-only metadata is easy to bulk-edit but disappears the moment the file is exported outside the system, which is why key fields are often written back into the file on export.

What are the three functional types of metadata used in DAM schemas?

Descriptive metadata (title, keywords, caption) helps someone find and identify an asset; structural metadata records how a multi-part asset fits together, like page order in a scanned document; and administrative metadata covers rights, technical specs, and preservation data. Most DAM schemas mix all three even when the interface doesn't label them that way.

Sources