> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ezforge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Verified by ezForge Badge

> Display your Hub verification on your own website with the embeddable "Verified by ezForge" badge

## Overview

The **"Verified by ezForge" badge** is a trust signal you can display on your own website, linking visitors directly to your verified Hub listing. It signals to potential clients and AI agents that your business has been independently verified through the ezForge Hub.

**Eligibility:** Any Hub listing at Tier 2 (Phone Verified) or higher.

## Getting your embed code

1. Sign in to Hub and open your listing dashboard.
2. Go to **Score Explanation** for your listing.
3. Scroll to the **Website Badge** section at the bottom of the page.
4. Copy the HTML snippet for the badge variant you want (light or dark).
5. Paste it into your website's HTML.

## Badge variants

Two SVG variants are available — choose the one that fits your site's background.

### Light badge

For white or light-coloured backgrounds.

```html theme={null}
<a href="https://ezforge.ai/hub/YOUR_LISTING_ID" target="_blank" rel="noopener noreferrer">
  <img src="https://ezforge.ai/hub/badges/verified-by-ezforge-light.svg"
       alt="Verified by ezForge" width="200" height="52">
</a>
```

Replace `YOUR_LISTING_ID` with your listing's ID (visible in your dashboard URL).

### Dark badge

For dark or coloured backgrounds.

```html theme={null}
<a href="https://ezforge.ai/hub/YOUR_LISTING_ID" target="_blank" rel="noopener noreferrer">
  <img src="https://ezforge.ai/hub/badges/verified-by-ezforge-dark.svg"
       alt="Verified by ezForge" width="200" height="52">
</a>
```

## Direct badge URLs

The badge SVG files are publicly accessible and suitable for embedding in HTML pages, email signatures, README files, and marketing materials:

| Variant | URL                                                           |
| ------- | ------------------------------------------------------------- |
| Light   | `https://ezforge.ai/hub/badges/verified-by-ezforge-light.svg` |
| Dark    | `https://ezforge.ai/hub/badges/verified-by-ezforge-dark.svg`  |

Both files are served as SVG — they scale perfectly at any size. The recommended display size is **200 × 52 px**.

## Usage guidelines

* **Link the badge** to your Hub listing (`https://ezforge.ai/hub/YOUR_LISTING_ID`) so visitors can verify your status directly.
* **Do not alter the badge** — do not crop, recolor, or modify the SVG files.
* **Do not display the badge** if your listing loses verified status. The badge represents your current verification state; displaying it on an unverified listing is misleading.
* Both badges are optimized for web use and render correctly on all major browsers.

## Verification tiers

The badge is available to listings at **Tier 2 and above**. See [Listing Verification](/hub/verification) for details on advancing your verification tier.

| Tier                  | Badge eligible |
| --------------------- | -------------- |
| 1 — Unverified        | No             |
| 2 — Phone Verified    | Yes            |
| 3 — Business Verified | Yes            |
| 4 — Premium Verified  | Yes            |
