Free Tool
Embeddable Audit Widget
Add a live audit score badge to any website with one line of code. Shows your AuditAI score and links to the full report. Free — no login required.
Widget preview
Appears as a floating badge in the corner of your site
94
94/100 Score
Powered by AuditAI
Installation
Basic embed
Adds a floating badge showing your site's audit score.
<script src="https://auditai.fyi/widget.js" data-site="yourdomain.com"></script>
Custom position
Place the widget in any corner: br (bottom-right), bl, tr, tl.
<script src="https://auditai.fyi/widget.js" data-site="yourdomain.com" data-position="bl" data-theme="dark"> </script>
Custom label
Replace the default label with your own text.
<script src="https://auditai.fyi/widget.js" data-site="yourdomain.com" data-label="Our Site Score" data-theme="light"> </script>
Agency white-label
Agencies on the Agency plan can customise the badge with their branding.
<!-- Upgrade to Agency plan for white-label widget --> <script src="https://auditai.fyi/widget.js" data-site="client-domain.com" data-label="Powered by YourAgency"> </script>
Options
AttributeTypeDefaultDescription
data-sitestringcurrent domainThe domain to display the audit score for.data-theme"dark" | "light""dark"Widget colour scheme.data-position"br"|"bl"|"tr"|"tl""br"Corner of the screen to anchor the widget.data-labelstring"Audit This Site"Button label text (shown before score loads).Score API
The widget fetches scores from our public API. You can use this directly in your own code:
GET /api/widget?domain=yourdomain.com
{
"score": 94,
"seoScore": 90,
"technicalScore": 88,
"lastScanned": "2026-06-04T10:30:00Z",
"auditUrl": "https://auditai.fyi/audit?url=yourdomain.com"
}CORS-enabled · Free · No API key required · Cached 1 hour
Run a scan first
The widget shows your latest score. Run a free audit to generate one.
Run Free Audit →