Badge install

Put the seal on the site in five minutes

No plugin store required. Copy one block. The image is static SVG. The link must open your /v/{hash} record. Not a tracker named badge.js.

Open owner dashboardFind your record first

1. HTML / most builders

Footer or About page. Replace HASH with your 64-character hash from the dashboard.

<a href="https://aiverified.io/v/HASH?src=badge" rel="noopener noreferrer">
  <img src="https://aiverified.io/seal/HASH.svg" alt="AI Verified Gold record" width="180" height="44" style="height:44px;width:auto;border:0" />
</a>

2. WordPress

Appearance → Widgets → Custom HTML, or a Custom HTML block in the footer template. Paste the same snippet. Do not put it inside a page builder “button” that strips the image.

3. Shopify

Online Store → Themes → Edit code → sections/footer.liquid (or the footer section in the theme editor → Custom liquid). Paste the snippet. Save.

4. If a firewall strips images

Use the iframe fallback:

<iframe src="https://aiverified.io/seal/HASH.svg" title="AI Verified seal" width="180" height="44" style="border:0"></iframe>

Then re-check from the owner dashboard. We look for the hash on your homepage HTML. A view of the seal is not a customer.