Every scan report can be embedded on your own site as a small score badge — a compact way to show your AI visibility grade, backed by the full inspectable report.

Getting the badge

  1. Open any scan report (/r/<id>).
  2. Click Embed badge in the report actions.
  3. Pick the light or dark theme to match your site.
  4. Copy the HTML snippet and paste it into your page.

The snippet is a plain <a> + <img> pair — no JavaScript, no tracking script. The image is an SVG served from /api/badge/<id>.svg showing the grade and mention rate from that report, and the link opens the full report.

Behavior and notes

  • The badge shows the score of that specific scan — it is a snapshot, like the report itself. After a re-scan, embed the badge of the newer report if you want the newer number.
  • Light and dark themes are available (?theme=dark); both include an accessible label with the grade.
  • The badge loads lazily and weighs almost nothing — it won't slow your page down.
  • Anyone who clicks it sees the same public report you would share by link, nothing more.

Related