Conception, information architecture and content model
Before any line of code comes the content model.
What we clarify in the content-model workshop:
- Which content types exist? Pages, news, case studies, products, team, locations, job postings
- Which structured fields does each type need?
- Which relationships exist? Case study → linked services, news → author, product → categories
- What does the URL structure look like, cleanly multilingual?
We map this to custom post types and ACF fields, plan taxonomies and URL slugs.
In parallel we clarify information architecture and navigation logic:
- Which main levels, which sub-levels?
- When does a mega-menu approach make sense, when is a classic dropdown enough?
- SEO architecture (main pages, topic clusters, glossary, blog) is co-designed in the same step — not added at the end
Output: sitemap, content-model spec, URL mapping (for relaunches incl. 301 redirect list).


