How do I embed the SEO audit widget on my site?
Create a free AuditWidget account, copy the one-line script tag from your dashboard, and paste it into any page on your site. The widget renders inline wherever you drop the tag. Works in WordPress, Webflow, Squarespace, or plain HTML. No plugin, no dev work, about five minutes.
The exact steps
- Create a free account — no credit card required.
- Create a widget — give it a name (your site or client site), pick light or dark theme, and save.
- Copy the script tag from the widget's "Get Code" view. It's one line and includes your unique token.
- Paste into any page on your site where you want the widget to appear. It renders inline at the paste location.
- Publish and open the page in a fresh tab to confirm the widget loaded.
The embed code looks like this:
<script src="https://auditwidget.app/embed.js" data-token="your_token_here" data-theme="light" data-width="100%"> </script>
Where to paste it, by platform
The script tag itself is the same everywhere. What changes is where the platform lets you paste it:
- WordPress: add a Custom HTML block to the page and paste. Elementor users: use the HTML widget. Full WordPress walkthrough →
- Webflow: drop in an Embed element and paste the script. Publish the page. Full Webflow walkthrough →
- Squarespace: add a Code Block set to HTML and paste the script. Save and refresh. Full Squarespace walkthrough →
- Plain HTML site: paste anywhere in the body of the HTML file and re-upload.
Common gotchas
- Pasting into a plain text block. WordPress, Webflow, Squarespace all strip scripts from their text/paragraph blocks. Use their dedicated HTML/embed blocks.
- WordPress.com Free/Personal/Premium. Those tiers block custom HTML. You need Business plan or higher on wordpress.com, or any self-hosted WordPress install.
- Content-Security-Policy blocking scripts. If your site enforces a strict CSP, allowlist
auditwidget.appunderscript-src. - Nothing appears. Open DevTools → Console. A missing or mistyped
data-tokenis the most common cause.
How long it takes
About five minutes end-to-end: two to sign up and configure a widget, one to paste the tag, two to publish and spot-check. The widget itself loads async and is ~8KB, so it doesn't affect your Lighthouse scores.
Want to see the widget live before you embed? The demo page shows exactly what your visitors will see.
Related FAQs
These answers also appear as a quick FAQ on the AuditWidget landing page. For the full list, see the FAQ hub.