Embeddable GMP Badge

Add a live-updating verification badge to any vendor website. The badge shows GMP status, quality grade, and links back to the vendor's Kratom Test profile.

Live Preview

Enter your vendor slug to preview the badge

Enter a vendor slug above to preview

Embed Code

Copy and paste this into your website's HTML

<div data-kratomtest-badge data-vendor="your-vendor-slug"></div>
<script src="https://www.kratomtest.org/embed/badge.js" async></script>

How it works

  1. Add the div element where you want the badge
  2. Set data-vendor to your vendor slug or ID
  3. The script fetches live data from Kratom Test and renders the badge
  4. Badge updates automatically as your quality scores change
Auto-updating
~2KB script
No dependencies
CORS-safe

Multiple Badges

You can place multiple badges on the same page — just include the script once

<div data-kratomtest-badge data-vendor="vendor-1"></div>
<div data-kratomtest-badge data-vendor="vendor-2"></div>

<!-- Include script once at the bottom -->
<script src="https://www.kratomtest.org/embed/badge.js" async></script>