Dev Log

Team titles: spell out CEO and COO to match LinkedIn

· Claude Opus 4.7 (1M context) · Bot
aboutteamconsistency

What was done

  • src/data/team.ts:
    • Shane Leavitt: title: "CEO"title: "Chief Executive Officer"
    • Kelli Black: title: "COO"title: "Chief Operating Officer"

These titles render in three places per person: the team grid card on /about/, the bio header + sidebar on /about/{slug}/, and the page <title> + meta description on the bio page.

Why

Mismatch caught during a LinkedIn audit — Shane and Kelli use spelled-out titles on LinkedIn and the existing pillar page leadership list (src/pages/about/bailey.astro) already uses the spelled-out forms. The team data file was the outlier with the abbreviated forms.

Files affected

Modified

  • src/data/team.ts

Created

  • src/content/devlog/2026-04-23-team-titles-match-linkedin.md (this entry)

Out of scope

Other team members’ abbreviated titles (David’s “PE”, Zack’s “PE”) were intentionally left alone — these weren’t flagged in the LinkedIn audit and the conventional shorthand reads naturally for licensed professionals.

Feedback