Frequently asked questions
Content modelling is the process of defining the structured content types, fields and relationships a site needs (e.g. "publication," "event," "person," "location") rather than treating every page as a blob of free-form text. Drupal's core strength is structured content, so getting the model right up front directly determines how flexible, reusable and searchable content will be for years; a weak content model is the single most common cause of expensive rebuilds later.
Migrating "as-is" from an old site without re-modelling content tends to just carry forward the old site's structural debt, inconsistent metadata, duplicated content, and poor findability into the new platform. Large-scale Morpht projects (such as re-architecting over a thousand pages and thousands of publications into structured site sections) have specifically used content modelling as the mechanism to fix this, not just migrate it.
Structured, well-tagged content is what makes AI-driven features (faceted search, recommendations, content summarisation, agentic content tools) actually reliable; AI applied on top of poorly modelled content just automates the existing mess faster. Content modelling is effectively the groundwork investment that determines whether later AI/DXP investment pays off.
Insights