What the badge is
The "Verified by TrackJet" badge is a small, self-contained snippet you place on a product or order page. It signals that the store offers tracking you can independently verify, and it links through to the verifiable tracking page.
How to add it
Generate your snippet from /my/badge when signed in. It is plain HTML with an inline SVG — drop it wherever you want it:
``html <a href="https://trackjet.world/verify" rel="noopener"> <!-- inline SVG checkmark + "Verified by TrackJet" --> </a> ``
Why it is safe to embed
- No JavaScript. It cannot slow your page or break under a strict CSP.
- No external request. The SVG is inline, so the badge never phones home from your customers' browsers.
- It cannot break your layout — it is a single inline-block element with its own contained styles.
What it honestly claims
The badge only asserts that tracking is verifiable — which is true, because TrackJet seals every shipment history cryptographically. It does not claim a delivery happened or invent a status. For a badge that deep-links to a specific shipment's live page, point it at that shipment's [Smart Link](/docs/smart-links) instead of the generic /verify.
SEO bonus
The badge is a do-follow link back to trackjet.world, so it doubles as an honest backlink — you vouch for verifiable tracking, and the link reflects that.