This document provides a focused overview of the BIMI Extension, Gmail-specific requirements, and common troubleshooting steps for ensuring successful logo display using BIMI (Brand Indicators for Message Identification).
The BIMI Extension is a certificate extension used in Verified Mark Certificates (VMCs) to explicitly identify them as intended for BIMI.
1.3.6.1.4.1.57264.1.1
Note: Absence of the BIMI Extension may not cause outright failure but could prevent logo display in Gmail.
To display your brand logo in Gmail inboxes, the following must be in place:
Component | Requirement | Notes |
---|---|---|
DMARC Policy | Required | Must be set to quarantine or reject . |
Verified Mark Certificate | Required | Issued by DigiCert or Entrust. |
BIMI Extension in VMC | Recommended | OID 1.3.6.1.4.1.57264.1.1 should be present. |
State/Province Field | Required | Must be present in VMC Subject DN. |
Street Address Field | Required | Must be present in VMC Subject DN for Gmail. |
BIMI TXT Record | Required | Published at default._bimi.<domain> with v= , l= , and a= tags. |
Logo File | Required | Must be SVG Tiny PS format, hosted via HTTPS. |
Logo Dimensions | Required | Minimum 96x96 pixels, must be square (1:1 aspect ratio). |
SVG ViewBox Format | Required | Must be space-delimited (e.g., "0 0 400 400"), not comma-delimited. |
If your logo is not appearing in Gmail, check the following:
ST
field in the Subject DN of the certificate.p=none
.p=quarantine
or p=reject
.image/svg+xml
).default._bimi.example.com. IN TXT "v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/vmc.pem"
Gmail has specific requirements for BIMI logos to ensure proper display:
viewBox="0 0 400 400"
viewBox="0, 0, 400, 400"
Ensure your certificate includes the right fields and extensions for a seamless Gmail BIMI experience.