How to Install the AI Verified Badge on Your WordPress Site in 5 Minutes
A step-by-step guide to adding the AI Verified trust badge to any WordPress website
The AI Verified badge tells visitors โ and AI systems โ that your business has been cryptographically verified against government registry data. Installing it on your WordPress website takes less than 5 minutes using any of the three methods below.
Method 1: WordPress Plugin (Recommended)
The easiest way to install the AI Verified badge is using the official WordPress plugin, available from the WordPress Plugin Directory.
- Log in to your WordPress admin dashboard
- Navigate to Plugins โ Add New
- Search for "AI Verified"
- Click Install Now, then Activate
- Navigate to Settings โ AI Verified
- Enter your business hash (found in your AI Verified dashboard)
- Choose your badge position (footer, header, or sidebar widget)
- Click Save Changes
The plugin automatically handles badge rendering, click tracking, and verification link updates.
Method 2: Script Tag in Header
If you prefer manual installation, add the following script tag to your website's <head> section:
<script
src="https://aiverified.io/badge.js"
data-hash="YOUR_BUSINESS_HASH"
data-position="bottom-right"
async
></script>
Replace YOUR_BUSINESS_HASH with your SHA-256 hash from your AI Verified dashboard. In WordPress, you can add this via Appearance โ Theme Editor โ header.php or using a plugin like "Insert Headers and Footers".
Method 3: Shortcode
With the AI Verified WordPress plugin installed, you can also place the badge anywhere on your site using the shortcode:
[aiverified hash="YOUR_BUSINESS_HASH" size="standard"]
Badge Sizes
The AI Verified badge is available in three sizes:
- Standard (180ร60px) โ recommended for footers and about pages
- Small (120ร40px) โ suitable for sidebars and compact layouts
- Large (240ร80px) โ for prominent placement on landing pages
Verifying the Installation
After installation, visit your AI Verified dashboard and navigate to Badge โ Check if Live. Enter your website URL and the checker will confirm whether the badge is correctly installed and reporting verification data.