Badge adoption kit

Turn a FairPrint seal into proof buyers can check.

FairPrint badges work best when they link to canonical evidence: the public certificate, badge SVG, and lookup JSON that confirm an Approved or Gold review record.

Implementation sequence

A seal should never be a loose image.

Use the certificate page as the source of truth, keep the badge URL canonical, and give procurement teams or AI agents a stable way to verify the claim.

01 · qualify

Earn Approved or Gold.

Submit terms through FairPrint. Scores 55–74 earn FairPrint Approved; 75+ earns FairPrint Gold. Needs Improvement submissions do not receive badge URLs.

02 · link

Point the badge to the certificate.

The badge should link to /certified/{company-slug}, not an internal marketing page, so users can inspect the score and criteria.

03 · place

Use it where risk appears.

Place the badge near pricing, checkout, renewal, cancellation, privacy, model-card, and trust-center surfaces where buyers ask about policy fairness.

04 · verify

Share handles, not screenshots.

Give buyers the certificate URL, badge SVG URL, lookup JSON, JSON-LD proof snippet, or /verify path so they can check the live record instead of trusting a copied image.

Personalized install kit

Find a live record, then copy the exact badge code.

Paste a company name, domain, certificate URL, or badge SVG URL — or share this page with a prefilled ?q= proof handle. FairPrint will only generate snippets for active FairPrint Approved or Gold records.

Exact matches produce copyable install code. Possible matches are shown as discovery aids only.

No lookup yet.Use this before pasting a badge into a trust center, pricing page, checkout flow, or procurement packet.
Copy/paste patterns

Four handles cover humans, browsers, and agents.

Website embed

Replace placeholders with the exact values returned by FairPrint after approval.

<a href="https://fairprint.app/certified/{company-slug}" target="_blank" rel="noopener"> <img src="https://fairprint.app/api/badge/{review-id}" alt="FairPrint Approved certification badge" width="240" height="76" /> </a>

Lookup JSON

Use this in vendor questionnaires, browser agents, procurement tools, or internal trust checks.

https://fairprint.app/api/certified-lookup?q=https%3A%2F%2Ffairprint.app%2Fapi%2Fbadge%2F{review-id}

Structured proof

Place JSON-LD beside the visible badge so crawlers and browser agents can connect your page to FairPrint's certificate, score, and lookup handles.

<script type="application/ld+json">{ "@context": "https://schema.org", "@type": "Organization", "name": "{Company}", "url": "https://example.com", "award": "FairPrint Approved", "subjectOf": { "@type": "CreativeWork", "name": "FairPrint Approved certificate for {Company}", "url": "https://fairprint.app/certified/{company-slug}", "identifier": "{review-id}", "isBasedOn": "https://fairprint.app/standards", "reviewRating": { "@type": "Rating", "ratingValue": 74, "bestRating": 100, "worstRating": 0 } }, "sameAs": [ "https://fairprint.app/certified/{company-slug}", "https://fairprint.app/api/badge/{review-id}", "https://fairprint.app/api/certified-lookup?q={company-or-domain}", "https://fairprint.app/verify?q={company-slug}" ] }</script>

Verification brief

A short plain-text receipt for support tickets, sales rooms, policy pages, and AI-agent notes.

{Company} is FairPrint Approved/Gold with a public Terms & Conditions score. Check the claim yourself at https://fairprint.app/verify?q={company-slug} — the live certificate is at https://fairprint.app/certified/{company-slug}, the badge SVG at https://fairprint.app/api/badge/{review-id}, and the lookup JSON at https://fairprint.app/api/certified-lookup?q={company-or-domain}.

Usage rules that keep the badge credible.

FairPrint is a third-party certification signal. It should make the public record easier to inspect, not replace the record.

  • Do link every displayed badge to the FairPrint certificate page.
  • Do keep dimensions explicit: width="240" height="76".
  • Do pair visible badges with the structured proof JSON-LD snippet when the page can accept custom scripts.
  • Do use the tier actually earned: FairPrint Approved or FairPrint Gold.
  • Do not alter badge colors, crop the SVG, or present a screenshot as proof.
  • Do not claim certification for subsidiaries, products, or AI models that were not reviewed.
  • Do not display a badge after a Needs Improvement result; reapply after improving the policy.

Ready to make your terms legible before the deal?

Apply for a free review, or verify a badge claim from a company name, domain, certificate link, or badge SVG URL.