Embed
Two lines of HTML on your product page, and your customers see the live status of the product's certificate of authenticity, verified against the SealTrust registry, with a link to the public product passport.
Verified by SealTrust
Authentic product · Sac Cuir Edition Limitee · Maison Veritas
Checked Jul 27, 2026, 3:28 AM UTC
1
Add the async script tag anywhere on your product page. It loads once, after your content. It never blocks rendering.
2
Place a div with your product identifier (uid_hash, token_id or certificate number) where you want the badge to appear.
3
The badge shows the certificate's live status (authentic, revoked, expired) and links to the public product passport. Revocations propagate in under a minute.
Replace YOUR-PRODUCT-ID with the product's uid_hash, token_id or certificate number.
<script async src="https://sealtrust.io/embed.js"></script>
<div data-sealtrust-badge="YOUR-PRODUCT-ID" data-lang="en" data-theme="light"></div>The exact component served inside the badge iframe, in its main states:
Authentic product
Verified by SealTrust
Authentic product · Sac Cuir Edition Limitee · Maison Veritas
Checked Jul 27, 2026, 3:28 AM UTC
Revoked certificate
Verified by SealTrust
Certificate revoked: do not trust this item · Sac Cuir Edition Limitee · Maison Veritas
Checked Jul 27, 2026, 3:28 AM UTC
Unknown identifier
Verified by SealTrust
Product not recognized
Checked Jul 27, 2026, 3:28 AM UTC
Dark theme
Verified by SealTrust
Authentic product · Sac Cuir Edition Limitee · Maison Veritas
Checked Jul 27, 2026, 3:28 AM UTC
Static examples rendered with sample data. On your page the badge is live.
Everything is configured with data attributes on the div.
| Attribute | Values | Description |
|---|---|---|
| data-sealtrust-badge | uid_hash · token_id · certificate number | Required. The product identifier the badge verifies: the same identifiers accepted by the public API and the passport page. |
| data-lang | en (default) · fr | Language of the badge text. |
| data-theme | light (default) · dark | Badge theme, to match your product page. |
Customers who tap "View passport" land on the product's public passport. Want badges for your own products?
Talk to us