Put a verified badge on your own site.
The badge reflects your current verification level — earned through the process, never bought. It links directly to your public proof page. When your level rises, the badge updates automatically: no re-embed needed.
Your badge
Sign in to see your live badge preview and get a snippet prefilled with your provider slug.
Embed snippet
Copy and paste this into your website, landing page, or proposal template. Replace {your-slug} with your Trustgent provider slug (visible in your account dashboard URL).
<a href="https://trustgent.com/providers/{your-slug}/proof"
target="_blank" rel="noopener noreferrer">
<img src="https://trustgent.com/api/badge/{your-slug}.svg"
alt="Verified on Trustgent"
width="200" height="52" />
</a>The badge image is served by Trustgent and updates automatically. There is nothing more to maintain after the initial embed.
How it works
- Generated server-side. The badge image (
.svg) is rendered on request from the provider's current verification record. It is never a static file; it cannot be cached at a stale level. - Honest and fail-closed. The badge shows only the highest level the provider has earned through the published verification process. If a slug is unrecognised or the provider is unlisted, the endpoint returns a 404 — there is no way to display a level the provider does not hold.
- Auto-updates on level change. When your verification level rises, the badge image at the source changes within the hour. Anyone who has embedded it sees the new level automatically — no re-embed, no manual update.
- Links to the proof page. The
<a>wrapper in the snippet links to your public proof page (/providers/{slug}/proof), where buyers can inspect the underlying evidence. The badge and the proof page are a matched pair — the badge makes the claim; the proof page substantiates it. - Plan-blind. The badge reflects earned verification level only. Plan tier (free, pro, premium) is never visible in the badge and is never used to gate access to the embed endpoint.
Privacy
The badge image is a plain SVG served over HTTPS. It sets no cookies, runs no JavaScript, and contains no tracking pixels. Referrer headers sent to Trustgent when the image loads are used only for aggregate flow statistics (how many sites have embedded a badge), never for tracking individual visitors.
Learn how verification levels are earned in the How we verify methodology, or view your current status on your provider dashboard.