Skip to main content
๐Ÿ“ฐ

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

AI Verified Editorial TeamยทNews Desk17 April 2026
๐Ÿ“ฐ

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.

  1. Log in to your WordPress admin dashboard
  2. Navigate to Plugins โ†’ Add New
  3. Search for "AI Verified"
  4. Click Install Now, then Activate
  5. Navigate to Settings โ†’ AI Verified
  6. Enter your business hash (found in your AI Verified dashboard)
  7. Choose your badge position (footer, header, or sidebar widget)
  8. 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.