Trust in one tag
One script. Three variants. Zero dependencies.
Drop a single <script> tag anywhere on your site. Shadow-DOM scoped. No fonts, no images, no CSS bleed. Click-through to a live verification page.
Variant 01 · default
Inline pill
Drop-in next to a stat, in a footer, under a hero, in an article byline.
Example above is a live render against verifiedsxo.com/v/in23e9f05d
Default
<script src="https://verifiedsxo.com/v/in23e9f05d" async></script>With a short metric callout (e.g. #1 Google)
<script src="https://verifiedsxo.com/v/in23e9f05d" data-metric="#1 Google" async></script>Dark theme (for dark-surface backgrounds)
<script src="https://verifiedsxo.com/v/in23e9f05d" data-theme="dark" async></script>Variant 02 · recognizable
Circular stamp
120×120 trust seal with rotating ring + pulsing core. Place beside a hero stat, on case-study pages, in PDFs printed from your browser, or in email signatures.
Live render
Stamp
<script src="https://verifiedsxo.com/v/in23e9f05d" data-variant="stamp" async></script>Variant 03 · headline
Banner strip
Wide, headline-grade. Put it directly above or below the stat claim it proves.
Live render with data-metric="#1 Google"
Banner with metric
<script src="https://verifiedsxo.com/v/in23e9f05d" data-variant="banner" data-metric="#1 Google" async></script>Customization
All customization is via data-* attributes on the script tag. No JS API to call, no config file.
| Attribute | Values | Effect |
|---|---|---|
| data-variant | inline · stamp · banner | Picks which badge shape renders (defaults to inline). |
| data-theme | light (default) · dark | Flips surface + text color for dark backgrounds. |
| data-metric | any short string (≤ 40 chars) | Adds a short stat tag (e.g. #1 Google) inline/banner only. |
Why this badge is different
- Tamper-evident. Each script is bound to a specific, server-signed verification. Edit the URL and the badge won't render.
- Live, not baked-in. Renders from verifiedsxo.com on every load. If the underlying claim is revoked, the badge is gone instantly — no cached lie.
- Style-isolated. Each badge lives in a closed shadow root. It can't be restyled, hijacked, or broken by your site CSS.
- Zero-dep. Inline SVG, system fonts. No remote images, no Google Fonts, no webfont flash.
- Accessible + crawlable. Link, aria-label, visible text. Search engines and screen readers see it as a real proof link.
- Click-through. Every badge opens the full methodology page — evidence, confidence, data source, re-verify timestamp.