Skip to content
VendorFinder

Collections

Company Profiles

The central company profile that products, services, case studies, news, press releases, and jobs all point to.

The organizations collection holds one profile per company — the vendor or service provider behind every listing. It is the hub of the directory: products, services, case studies, and news require a company, and press releases, articles, and jobs can credit one.

Files live in content/organizations/ and are named with lowercase, hyphenated slugs (e.g. acme-corp.md). The profile is served at /organizations/acme-corp. Logos go in content/organizations/images/.


How other content points to a company

CollectionFieldRequired
products, services, cases, newscompany: acme-corpYes
articles, pressReleases, cases, news, jobsorganizations: [acme-corp]No
authors (makers)company: acme-corpNo

The company page lists everything that points to it automatically.


Frontmatter Fields

FieldTypeRequiredNotes
namestringYesCompany name, e.g. 'Acme Corporation'.
taglinestringYesOne line, max 160 characters. Shown on cards, bylines, and search results.
descriptionstringNoLonger summary (max 500) for the profile header and meta description.
logostringNoBare filename from content/organizations/images/, a relative path, or a URL.
logoAltstringNoAlt text for the logo.
websiteURLYesCompany website.
emailemailNoEditorial contact. Not displayed.
headquartersobjectNo{ city, region, country }country required when set.
foundednumberNoYear founded, e.g. 2014.
companySizeenumNo1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5000+.
industriesstring[]NoIndustries served, e.g. ['Financial Services', 'Healthcare'].
socialobjectNolinkedin, x, github, website URLs.
verifiedbooleanNoSet by editors after checking the company’s identity. Shows a verified badge. Default false.
claimStatusenumNounclaimed (default), pending, or claimed. Unclaimed profiles show a “Claim it” prompt.
featuredbooleanNoPin to the top of /organizations. Default false.
draftbooleanNoHide from production builds. Default false.
ordernumberNoSort order on /organizations. Lower first. Default 999.
seoTitle / seoDescriptionstringNoOverride the page title and meta description.

The Markdown body is shown on the profile page as the company’s “about” section.


Template

---
name: ''
tagline: ''
description: ''
logo: ''
website: 'https://'
headquarters:
  city: ''
  country: ''
founded: 2020
companySize: '11-50'
industries: []
social:
  linkedin: ''
verified: false
claimStatus: unclaimed
---

About the company.