Conformance Certification Badges

Directory-issued visual badges that verified publishers may display.

Status Stable

The badge assets and their display rules are stable. The visual design and SVG markup are versioned as standalone assets; substantive changes will increment the certification badge version. See specification conventions for status definitions.

Last updated:

Purpose

The AI Visible Directory, in its role as the canonical conformance registry for this specification, issues three visual certification badges that verified publishers may display on their websites. Each badge corresponds to one of the three conformance classes: Essential, Recommended, or Complete. This page documents the badges, the embed snippets, and the rules for who may display each one.

1. The three badges

AI Discovery Files: Essential conformance class, Directory verified
Essential
2 of 10 files required
(llms.txt + ai.txt)
AI Discovery Files: Recommended conformance class, Directory verified
Recommended
6 of 10 files required
(adds identity.json, brand.txt, faq-ai.txt, ai.json)
AI Discovery Files: Complete conformance class, Directory verified
Complete
All 10 files required

Each badge is a single SVG file, served from a stable URL on this site. Badges scale cleanly from 60px wide (the practical minimum where text remains legible) up to several hundred pixels. The design intent is that a reader sees the badge, recognises the certification, and understands the publisher's conformance status at a glance.

2. Who may display each badge

The rules are simple and absolute:

  1. A publisher MAY display a badge if and only if the Directory has verified them at that class or higher. A publisher verified at Recommended class MAY display the Essential badge (because Recommended supersedes Essential) but MUST NOT display the Complete badge. A publisher verified at Complete class MAY display any of the three.
  2. Self-declared publishers (without Directory verification) MUST NOT display any of these badges. Self-declaration is a legitimate conformance claim and is documented in the conformance specification, but the badges are reserved for Directory-verified publishers as the visual signal of independent verification. Self-declared publishers may use the textual phrase "AI Discovery Files conformant" per the licensing policy.
  3. A publisher whose Directory verification has lapsed (downgraded, removed, or paused) MUST remove the badge. The change history on a publisher's Directory listing records when verification changes; publishers are notified by email of downgrades. Display SHOULD be removed within a reasonable window after notification (the Directory does not actively police badge display, but misrepresenting current verification status is a misuse of the certification mark).

The badge is intentionally linked to current Directory verification, not historical verification. This is what makes it a useful trust signal.

3. Embed snippet

The recommended HTML for embedding a badge:

<a href="https://www.ai-visibility.org.uk/directory/verify/<your-slug>"
   target="_blank" rel="noopener">
  <img src="https://www.ai-visibility.org.uk/specifications/badges/<class>.svg"
       alt="AI Discovery Files: <Class> conformance, Directory verified"
       width="120" height="140" loading="lazy">
</a>

Where:

The verified Directory dashboard for each publisher includes a copy-paste snippet pre-filled with the publisher's slug and current class. Use that snippet rather than hand-rolling the markup; it stays accurate when verification status changes.

4. Sizing and placement

5. Don't modify the badges

Publishers MUST display the badges as supplied. Specifically:

If you need a variant (e.g. a horizontal pill version for inline use, a monochrome version for print, a dark-mode variant), contact support. The Directory will consider commissioning additional variants if there is demonstrated demand.

6. Canonical URLs

The badges are served from canonical URLs that publishers may rely on. Hot-linking the SVG (rather than self-hosting a copy) is encouraged: it means a future visual update or anti-fraud change propagates to every publisher automatically.

ClassSVG URLCache
Essentialhttps://www.ai-visibility.org.uk/specifications/badges/essential.svgBrowser 30 days; CDN 30 days
Recommendedhttps://www.ai-visibility.org.uk/specifications/badges/recommended.svgBrowser 30 days; CDN 30 days
Completehttps://www.ai-visibility.org.uk/specifications/badges/complete.svgBrowser 30 days; CDN 30 days

The URLs serve Access-Control-Allow-Origin: * so cross-origin embeds work everywhere. The same image is served to every publisher regardless of their identity; verification status is communicated by the link target (the per-publisher verification record at /directory/verify/<slug>), not by the image itself.

7. Anti-fraud and misuse

Because the SVG is publicly accessible, anyone can technically embed it on their site. The protections against fraudulent display are:

Fraudulent badge display is rare in practice because the linked verification record makes it trivially checkable. Publishers who want the credibility of the badge generally also want the substance of Directory verification.

8. Licensing

The badge SVG files are released under MIT licensing (the same as the JSON Schemas). This is permissive enough that publishers can embed them on commercial sites without attribution overhead.

Permission to display the badge, however, is conditional on Directory verification under the rules in section 2. The two are separate: the MIT licence covers your right to copy and embed the file; section 2 covers your right to display it as a representation of your conformance status.

Use of the textual phrase "AI Discovery Files Directory-verified" is permitted only for publishers actually in the Directory at the relevant class. See the licensing policy for the full naming and attribution stance.

9. Versioning the badges

The visual design and SVG markup are versioned as the certification mark itself, separate from the AI Discovery Files specification version. The current version of the certification mark is 1.0 (initial public issuance). Future visual or technical changes (e.g. accessibility improvements, additional metadata, anti-fraud enhancements) will increment this version.

Because publishers hot-link the SVG from canonical URLs, version updates propagate automatically. A publisher who self-hosts a copy of the SVG (not recommended) will need to re-fetch the updated artwork when the certification mark version changes; major changes will be announced via the project changelog.

References