Compliance badge
Show clients you're verified — on your own website
Embed the CavaIt Verified badge on your website. It pulls your live compliance status automatically — one line of code, always up to date.
Badge preview
CavaIt Verified· 3 credentials active
cavait.com/p/
Find your slug in your CavaIt dashboard under Profile.
Embed code
<div id="cavait-badge"></div>
<script>
(function(){
var s="your-business-slug";
var d=document.getElementById("cavait-badge");
fetch("https://www.cavait.com/api/badge/"+s)
.then(function(r){return r.json()})
.then(function(b){
if(b.status!=="OK")return;
d.innerHTML='<a href="'+b.profileUrl+'" target="_blank" rel="noopener" style="display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;border:1px solid #9FE1CB;background:#E1F5EE;text-decoration:none;font-family:-apple-system,sans-serif;font-size:13px;color:#085041"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="7" stroke="#127C4A" stroke-width="2"/><path d="M5 8l2 2 4-4" stroke="#127C4A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg><span><strong>CavaIt Verified</strong> · '+b.activeCredentials+' credential'+(b.activeCredentials===1?"":"s")+' active</span></a>';
});
})();
</script>Paste this code anywhere on your website — your homepage, footer, or contact page. The badge fetches your live CavaIt status and shows your active credential count. When someone clicks it, they see your full proof profile.