Work
8 min read


In this piece
The CMS is the invisible architecture of a website
Most people meet a website through pages.
A home page. About page. Service page. Article. Case study. Team profile.
The content team meets the same website through fields.
Title. Summary. Category. Author. Hero image. Date. Client. Industry. Result. Related work. Featured switch. Search description.
Those fields determine which pages can exist repeatedly, which relationships remain consistent, which changes can happen without redesign, and which future idea will require a workaround.
This is why the content management system is not merely the place where finished words and images are entered.
It is the invisible architecture of the website.
The visual design shows how one item appears. The content model decides what the organisation can publish reliably after the designers and developers leave.
Use five layers:
Content types → Fields → Relationships → Permissions → Publishing rhythm
If the layers reflect the organisation’s real work, the site can evolve coherently. If they reflect only the launch pages, maintenance gradually turns architecture back into manual labour.
Content types are organisational promises
A content type represents a recurring kind of information.
Articles, authors, projects, services, people, events, resources, locations, testimonials, and jobs are common examples.
Creating a “Case Studies” type is a promise that case studies share enough structure to be published through one system. The team can add a new item and expect the website to know where and how it may appear.
Webflow calls these types Collections. Each Collection provides a schema and a shared page template for its items. Webflow’s Collections documentation
The difficult decision is not how to create the Collection.
It is deciding which things are genuinely the same type.
Suppose a studio has website projects, brand projects, campaigns, and a book-design project. A single “Work” type may support a unified portfolio. But if every item requires different sections and labels, the shared structure may become a large set of optional fields. Separate types may fit better—or the apparent differences may reveal that the team has not identified the common story it wants every project to tell.
Model around stable meaning, not current page appearance.
A “Person” can appear as an article author, team member, speaker, or project contributor. If those roles are likely to overlap, one person type with relationships may be more durable than duplicated author and team entries.
Content architecture begins by asking what the information is.
Fields turn editorial judgment into structure
A rich-text field can hold almost anything.
That is both its strength and its danger.
If every case study is one large formatted field, editors have freedom. The system cannot easily display the client consistently, filter work by service, create a card from the summary, connect related projects, or ensure each item includes a meaningful contribution statement.
Structured fields create reusable meaning.
Webflow supports plain and rich text, images, links, numbers, dates, switches, options, files, references, and other field types. Webflow’s Collection field documentation
Choose a field when the information needs one or more of these properties:
it appears separately in the design;
it needs a consistent format;
it will be sorted or filtered;
it should be reused in another context;
it needs to be required;
it participates in a relationship;
it needs its own editing guidance;
it may be consumed through an API or migration.
Do not create a field merely because the current design has a visual slot.
“Left column text” describes layout, not meaning. “Project constraint” can survive a redesign.
Semantic field names protect content from the current template.
Required fields reveal the real editorial standard
Making a field required seems like a small configuration choice.
It establishes a publishing rule.
If every case study must have a client name, summary, contribution, and hero image, the CMS can enforce that baseline. If the organisation often cannot provide verified results, making “result metric” required will either block publishing or encourage invented precision.
Required fields should represent information without which the item becomes misleading, unusable, or structurally incomplete.
Optional fields should have designed absence.
What happens when there is no testimonial? Does the template leave an awkward gap? If no date is supplied, does the item look outdated or timeless? If an image is missing, is there an appropriate fallback? If a service has no price, does the page hide the label or display nothing?
The empty state is part of the content model.
A schema that works only when every field is perfectly populated is not modelling editorial reality.
Relationships make the site a system
Flat content produces isolated pages.
Relationships allow the site to understand that an article has an author, a project belongs to a service, a resource relates to a topic, or a location provides several offerings.
Webflow reference fields connect one item to another Collection; multi-reference fields connect several. Updating the referenced item can then update the places where that relationship is displayed. Webflow’s reference-field overview
This prevents duplication.
Without an Author relationship, a team may type the author’s name, portrait, and biography into every article. When the biography changes, old posts remain inconsistent. With a relationship, the source can be updated once.
Relationships also improve discovery. A service page can display relevant case studies. An article can show related resources. A project can identify contributors without copying their profiles.
But relationships introduce complexity for editors and platform limits. Too many categories, cross-links, and nested structures can make publishing difficult or create fragile templates.
Add a relationship when the connection has repeated editorial or user value.
Do not recreate an internal organisation chart simply because the CMS can express it.
Permissions shape what can remain trustworthy
The content model determines what can be edited. Permissions determine who can edit it.
A writer may need to draft article content. A subject expert may need to review technical accuracy. A marketer may manage landing pages. A site manager may change the schema or global settings. These responsibilities should not all require the same access.
Even within one content type, fields carry different risk.
Changing a project summary is different from changing a disclaimer, canonical URL, data integration identifier, or featured status that affects the home page.
Not every CMS provides field-level control. The architecture can still reduce risk through role separation, workflow, clear labels, help text, protected components, and publishing approval.
Webflow allows help text on fields and, in 2026, added field groups to make larger schemas easier to navigate for editors. The groups organise the editing interface without changing the data behaviour. Webflow’s field-group documentation
This illustrates an important principle: editorial usability belongs inside CMS design.
If the content team cannot understand the schema, it will create workarounds outside it.
Publishing rhythm determines the right model
A CMS should be designed around the frequency and conditions of publishing.
A portfolio updated four times a year can tolerate more manual review. A newsroom, directory, event programme, or multi-market resource library needs stronger structure, bulk operation, predictable metadata, and clear ownership.
Ask:
How often is each type published?
Who supplies and reviews the information?
Does content arrive one item at a time or in batches?
Which content becomes stale?
Which entries need scheduled publication or expiry?
What must be localised?
Which fields come from another system?
What happens when the schema changes?
Migration and bulk editing make architecture tangible. Webflow supports Collection import and export through CSV, including mapping columns to fields and references, but different field types have formatting requirements and imported images require particular performance care. Webflow’s CMS import guide
A schema designed only for manual entry may become expensive when the organisation needs to import hundreds of items or publish the same content across channels.
The publishing rhythm should influence the architecture before the first field is created.
The objection: modelling slows the launch
It can.
Teams can spend weeks debating taxonomies and hypothetical futures. A small site does not need an enterprise information model. Premature abstraction can be as expensive as duplication.
Use the smallest model that supports known recurring work and plausible near-term change.
A one-page validation site may need no CMS. A five-project portfolio can begin with a simple Work Collection. A complex resource library deserves more deliberate relationships and migration planning.
Do not model every future possibility.
Do avoid choices that make the next obvious item structurally impossible.
A practical test is to enter three different real examples before finalising the schema. The easiest item shows the happy path. The unusual items reveal whether the fields describe the content type or one convenient instance.
The objection: flexible rich text is easier for editors
It is easier at the moment of entry.
The cost appears later in inconsistent formatting, inaccessible heading structures, duplicated information, weak filtering, difficult redesigns, and content that cannot travel beyond one page.
Fully structured content can also become oppressive. Editors may have to split one natural story across many tiny fields and lose control over sequence.
The useful model combines both.
Structure information the system needs to reuse or govern. Preserve rich text where narrative and editorial flow genuinely vary.
The boundary is not technical. It is semantic.
Model content before designing every page
For one recurring content type, run five passes.
Content types
What is this thing? Which examples belong together, and which only look similar in the current design?
Fields
Which information needs separate meaning, validation, reuse, filtering, or guidance? Which narrative should remain flexible?
Relationships
What other content does this item depend on or help people discover? Which duplicated information should have one source?
Permissions
Who creates, reviews, publishes, changes the schema, and handles high-risk fields?
Publishing rhythm
How often, in what volume, from which sources, and through which future channels will this content move?
Then populate the model with real, varied examples and let the visual templates respond.
The most important website architecture may never appear in a screenshot.
It appears months later when a content editor can publish something new without rebuilding the page, duplicating the information, or asking the original agency what the field was supposed to mean.