Skip to content
VendorFinder

Collections

Case Studies

Vendor + client + problem, solution, and measured results — served at /cases/[slug].

Case studies show what a vendor actually delivered. The structured fields (client, problem, solution, results) render as a summary above the story, so buyers can scan the outcome before reading the detail.

Files live in content/cases/en/ (or de/, es/, fr/). English entries are served at /cases/[slug]; other locales keep their folder in the URL.


Frontmatter Fields

FieldTypeRequiredNotes
titlestringYesMax 120 characters. Lead with the outcome.
descriptionstringYesMax 200. Used in cards and meta description.
companyslugYesThe vendor that delivered the work (organizations).
client.namestringYesClient name, or a descriptor such as 'A top-10 European bank' when anonymised.
client.industry / client.size / client.location / client.urlNosize uses company-size values, e.g. '501-1000'.
products / servicesslug[]NoListings used in the engagement. The case study also appears on those listing pages.
problemstringYesMax 600 characters.
solutionstringYesMax 600 characters.
resultsarrayYesAt least one { value, metric }, e.g. { value: '38%', metric: 'faster onboarding' }. The first one is the headline on cards.
testimonialobjectNo{ quote, author, role }.
authors / organizationsslug[]NoByline.
publishedAtdateYes
industries, tagsstring[]No
featured, draftbooleanNoFeatured entries sort first.

Template

---
title: ''
description: ''
company: ''
client:
  name: ''
  industry: ''
products: []
services: []
problem: ''
solution: ''
results:
  - value: ''
    metric: ''
publishedAt: 2026-01-01
---

The full story: context, approach, rollout, and what's next.