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 "Verified 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.
<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.