Informational only. Not medical advice.INFORMATIONAL PLATFORM ONLY — NOT MEDICAL ADVICE, DIAGNOSIS, OR TREATMENT
Drop a one-line script on your site. Two embeds, one loader — no build step, no dependencies.
Why embed it: show shoppers an independent, third-party purity grade — not a self-claim. It builds buyer confidence at the point of sale and updates automatically as new COAs are tested.
Live preview
Light variant (default) — pass data-theme="dark" for dark.
Show a live "COA Trust Score by Disclosed Labs" badge for a vendor, with their current grade, score, and COA count. The badge links back to the vendor's Disclosed Labs profile.
<script async src="https://www.disclosedlabs.com/widget.js"
data-vendor="your-vendor-slug"></script>
The badge renders inline where you place the script. Options:
data-vendor — your vendor slug (required). Find it in your vendor URL: disclosedlabs.com/vendors/<slug>.data-theme="dark" — use the dark variant (default is light).data-target="#el" — mount into a specific element instead of inline.The free badge carries a dofollow link to disclosedlabs.com. On the Enterprise plan the badge is white-label — no wordmark or backlink. See Pricing.
The script badge above renders its link with JavaScript, which search engines don't always credit. If you want a link search engines reliably see and follow, paste this static version instead — no script, just a crawlable link in your page source:
<a href="https://www.disclosedlabs.com/vendors/your-vendor-slug"
rel="noopener" target="_blank"
style="display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;text-decoration:none;font:600 13px/1.25 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif">
✓ Verified by Disclosed Labs — independent COA trust score
</a>
It won't show your live grade (that stays current on your profile), but it's the version that passes link value. You can use both — the live badge for shoppers, the static link for search engines.
This static link is the branded, attributed version, so it's for the free plan. Enterprise is white-label by design — no wordmark or backlink — so the static link doesn't apply there (pasting it would re-add attribution your plan removes).
<div id="dl-badge"></div> where you want it, then load the script with data-target="#dl-badge".If the badge doesn't appear, your store may not be scored yet — upload COAs to get a grade, then it renders automatically. (Check the browser console for a hint.)
Embed a specific certificate of analysis so buyers can verify a lot in place:
<!-- by lot number -->
<script async src="https://www.disclosedlabs.com/widget.js"
data-lot="ABC123"></script>
<!-- or by COA id -->
<script async src="https://www.disclosedlabs.com/widget.js"
data-coa-id="cm0..."></script>
This injects a compact iframe of the verified COA.
GET /api/widget/{vendor-slug} (no key required) if you'd rather render it yourself.