The badge.

Free listings display the “Listed on NZ Directory” badge somewhere on their site. That backlink keeps the directory discoverable and free. Paid listings skip it.

Light, for light sites
Listed on NZ Directory light badge
<a href="https://nzdirectory.co.nz/companies/your-company">
  <img src="https://nzdirectory.co.nz/badges/listed-light.svg"
       alt="Listed on NZ Directory" width="224" height="48">
</a>
Dark, for dark sites
Listed on NZ Directory dark badge
<a href="https://nzdirectory.co.nz/companies/your-company">
  <img src="https://nzdirectory.co.nz/badges/listed-dark.svg"
       alt="Listed on NZ Directory" width="224" height="48">
</a>
Mono, inherits currentColor
Listed on NZ Directory mono badge
<a href="https://nzdirectory.co.nz/companies/your-company">
  <img src="https://nzdirectory.co.nz/badges/listed-mono.svg"
       alt="Listed on NZ Directory" width="224" height="48">
</a>
Guidelines
Automated verification

A scheduled job fetches each free listing's site and checks for the badge or backlink (see scripts/verify-badges.mjs), with a grace period before anything changes.