Frontend engineers and marketplace operators · ships in 5 minutes

How to add a live trust badge to your site

You want visible proof of reputation on a page, not just a number in your database.

The problem

A score buried in your backend changes nothing about how buyers behave. A visible, verifiable badge that a visitor can click and check does.

Step by step

  1. 1. Drop in the SVG badge

    Fully static, cacheable, works in READMEs, emails and server-rendered HTML.

    <a href="https://trstlyr.com/u/tawhid">
      <img src="https://trstlyr.com/badge/tawhid.svg" alt="TrustLayer verified score" height="28" />
    </a>
  2. 2. Or embed the live card

    The iframe card shows score, tier and vouch count and refreshes itself.

    <iframe src="https://trstlyr.com/embed/tawhid" width="360" height="120"
      style="border:0" loading="lazy" title="TrustLayer profile"></iframe>
  3. 3. Keep the link

    Badges must stay clickable through to the public profile so any visitor can verify the claim independently. That link is the whole point of a portable badge.

Share the proof

Once you are live, show it. This badge stays up to date on its own and links visitors back to the verifiable profile behind the score.

<a href="https://trstlyr.com/u/your-handle">
  <img src="https://trstlyr.com/badge/your-handle.svg" alt="Verified on TrustLayer" height="28" />
</a>

Frequently asked questions

Next recipes

All 6 recipes are on the API recipes index.