Skip to main content
AccessibilityCompliant

For certified clients

Show visitors you're accessibility compliant

Once your product passes our audit, display the Accessibility Compliant badge. Pick a style, copy the embed code, and drop it in your footer — the badge links back to your certification.

Badge variants and embed codes

Seal — dark

Certified Accessibility Compliant — WCAG 2.2 AA

Best on light backgrounds. The classic round certification stamp.

Embed code
<a href="https://accessibilitycompliant.example/" target="_blank" rel="noopener"
   aria-label="Certified Accessibility Compliant — WCAG 2.2 AA">
  <img src="https://accessibilitycompliant.example/badge/seal-dark.svg"
       alt="Certified Accessibility Compliant — WCAG 2.2 AA"
       width="120" height="120" loading="lazy">
</a>

Download: SVGPNG

Seal — light

Certified Accessibility Compliant — WCAG 2.2 AA

Best on dark backgrounds.

Embed code
<a href="https://accessibilitycompliant.example/" target="_blank" rel="noopener"
   aria-label="Certified Accessibility Compliant — WCAG 2.2 AA">
  <img src="https://accessibilitycompliant.example/badge/seal-light.svg"
       alt="Certified Accessibility Compliant — WCAG 2.2 AA"
       width="120" height="120" loading="lazy">
</a>

Download: SVGPNG

Horizontal badge — dark

Certified Accessibility Compliant — WCAG 2.2 AA

A compact bar for footers. Best on light backgrounds.

Embed code
<a href="https://accessibilitycompliant.example/" target="_blank" rel="noopener"
   aria-label="Certified Accessibility Compliant — WCAG 2.2 AA">
  <img src="https://accessibilitycompliant.example/badge/badge-dark.svg"
       alt="Certified Accessibility Compliant — WCAG 2.2 AA"
       width="240" height="56" loading="lazy">
</a>

Download: SVGPNG

Horizontal badge — light

Certified Accessibility Compliant — WCAG 2.2 AA

A compact bar for footers. Best on dark backgrounds.

Embed code
<a href="https://accessibilitycompliant.example/" target="_blank" rel="noopener"
   aria-label="Certified Accessibility Compliant — WCAG 2.2 AA">
  <img src="https://accessibilitycompliant.example/badge/badge-light.svg"
       alt="Certified Accessibility Compliant — WCAG 2.2 AA"
       width="240" height="56" loading="lazy">
</a>

Download: SVGPNG

Using the badge responsibly

  • Display the badge only while your certification is current. We re-validate periodically; the badge links to your live status.
  • Keep the badge legible: don't recolour, distort, or remove the text. Use the light variant on dark backgrounds and vice-versa.
  • Always keep the descriptive alt text so the badge is itself accessible to screen-reader users.