Content models for real sites
Most sites are built from a small number of repeating shapes: articles, landing pages, documentation, and product or service pages. Capell models each as a page type so the tenth article or landing page reuses a known structure instead of becoming another one-off build.
Good content modelling is what separates a site that ages well from one that needs a rebuild. The trick is to notice that most pages are variations on a few shapes, then model those shapes once.
Capell uses page types for exactly this. Articles, landing pages, documentation, and product or service pages each become a reusable type with shared fields and layout.
Why this matters
- The tenth article reuses the first article's structure.
- A redesign improves every page of a type at once.
- A new field is added to the type, not to each page.
- Developers keep the model in code where it can be reviewed.
Start from these examples, adapt them to your content, and the site will keep its shape as it grows.
Four shapes most sites need
Defining a shape once means a redesign or a new field improves every page of that type at once. The examples below are the patterns teams reach for most often when modelling content in Capell.
How reuse keeps cost down
Reusable models are where long-term cost is won or lost. When a page type carries the structure, a new field, a redesign, or an SEO change lands once and applies everywhere, instead of being repeated page by page.
Modelling questions?
Do I define content types in code or the admin?
Can one page mix several content shapes?
What happens when I need a new field later?
How does this hold up over years?
Model content once, reuse it for years.
If your site is built from repeating shapes, the platform overview and developer path show how Capell page types keep those shapes reusable as the site grows.
Reusable models Define a shape once, then improve every page of that type together.
Capell learning journey
Step 1 of 4: Learn
Guides for evaluating, planning, and operating Capell.
Keep moving through Foundations
Fit, architecture, content model, and output quality.
- Fit guide A straight answer on when Capell fits and when it does not, for owners and evaluators weighing a Laravel CMS against the usual alternatives.
- Platform map Follow the Capell CMS flow from Core records to Filament Admin, Frontend rendering, package extension points, cache, search, SEO, and public output safety.
- Content model examples See the content shapes a Capell site is built from, articles, landing pages, docs, and product pages, and how page types keep them reusable.
- Public output quality See how Capell keeps public pages fast, accessible, and free of CMS runtime or editor metadata, with clean DOM, cache control, and render rules.
