Orbit web apps
Orbit web apps
Build the exact _bimi TXT record and check every prerequisite that decides whether your logo shows in the inbox. Runs entirely in your browser.
The record is published at <selector>._bimi.<domain>. Almost everyone uses the default selector.
An https link to your SVG Tiny PS file. Must be square and served as image/svg+xml.
Optional, but Gmail and Apple Mail need it. An https link to your VMC or CMC .pem bundle.
The record is the easy part. BIMI is mostly prerequisites — enforced DMARC, a conforming SVG, a certificate. The checklist on the right names each one so you publish only when the logo will actually appear.
What each tag means
vlWhat BIMI needs, in plain language
Host / name: <selector>._bimi.<domain>
v=BIMI1; l=<empty>1 blocker before you publish
Readiness checklist
Blocker: Confirm DMARC is at p=quarantine or reject first
This is the prerequisite, not a nice-to-have. No inbox will show your logo unless the domain publishes DMARC at an enforcing policy — p=quarantine or p=reject, applied to 100% of mail. Get there and read a run of clean aggregate reports before you publish BIMI. Tick the box once it's live.
To do: Enter the domain
The record is published at <selector>._bimi.<domain>. Enter the domain your mail is sent from — the same one your DMARC record is on.
To do: Add the logo URL
The l tag is an https URL to your logo. Host the SVG somewhere stable — your own domain or a CDN you control — and paste the full link.
To do: Logo must be SVG Tiny PS and square
Once you have a logo, it has to be the SVG Tiny PS profile — square, solid background, no scripts — not a plain SVG export. This is the single most common reason a BIMI setup silently shows nothing.
Warning: No VMC — Gmail and Apple won't show the logo
You can publish without a certificate, and Yahoo and Apple Mail may show a self-asserted logo. But Gmail — usually the largest slice of a consumer audience — requires a Verified Mark Certificate before it renders anything, and Apple Mail requires one to show the verification tick. A VMC (registered trademark) or CMC (other eligible marks) is what unlocks the full reach.
Order to do this in
p=quarantine → p=rejectGet the domain to an enforcing DMARC policy and let the aggregate reports come back clean. Everything else is wasted effort until this is done.
image/svg+xml, squarehttps://…/logo.svgv=BIMI1; l=…a=https://…/vmc.pemIndicative sequence from the BIMI Group specification — publish only once DMARC is enforcing and the SVG conforms. BIMI and VMC explained has the full walkthrough.
BIMI puts your brand's logo next to your mail in Gmail, Apple Mail, Yahoo and Fastmail. The TXT record that switches it on takes two minutes to write. The reason most BIMI projects stall is everything that has to be true before that record does anything: enforced DMARC, a very specific flavour of SVG, and a certificate that proves the logo is yours.
BIMI does not authenticate anything itself. It is the display layer that sits on top of DMARC, and inbox providers only honour it for domains that already enforce DMARC — a policy of p=quarantine or p=reject, applied to all of your mail. Publish a perfect BIMI record on a domain still at p=none and nothing happens, because there is no verified sender identity to attach a logo to.
That is why the order matters. Get DMARC to enforcement, sit on a run of clean aggregate reports so you know your legitimate senders are aligned, and only then start on BIMI. Doing it the other way round is the most common way to spend a week on a logo that never appears.
BIMI logos are not any SVG. They must use the SVG Tiny Portable/Secure profile — a deliberately restricted subset that strips out scripts, animation, external references and raster embeds, because inbox providers will not render an image format that can carry active content. The file also needs a square (1:1) viewBox, a solid background rather than transparency, and a title element naming the brand.
An export straight from a design tool almost never satisfies all of that. The reliable path is to run your logo through a BIMI SVG converter, then confirm the result opens correctly and stays small — under roughly 32 KB is the indicative ceiling implementers work to. A logo that fails the profile check is the single most common reason a fully published BIMI record silently shows nothing.
You can publish a BIMI record with just the logo and skip the certificate. Yahoo and Apple Mail may show that self-asserted logo, which makes it a useful checkpoint. But Gmail — usually the largest single slice of a consumer list — will not render anything without a Verified Mark Certificate, and Apple Mail needs one to show the verification tick beside your name.
A VMC proves you hold the registered trademark on the logo; a Common Mark Certificate (CMC) covers some eligible non-trademark marks. Either is issued by an authorised certificate authority after they verify the mark, and served as a .pem bundle at an https URL that becomes the a tag in your record. It is the most expensive and slowest part of the project, which is exactly why you confirm the cheaper prerequisites before you start it.
Everything above resolves into a single TXT record published at <selector>._bimi.<domain> — conventionally default._bimi.example.com. Its value is v=BIMI1; l=<logo url>; a=<certificate url>: the version, the https location of the SVG, and the https location of the certificate. That is the whole record, and it is what this builder assembles for you.
The l tag can even be left empty on purpose — l= with no value — as the spec's way of explicitly declining BIMI for a selector, which is occasionally useful for a subdomain you never want to carry a logo. For everyone else, the record is the last thing you publish, once the checklist on this page is clear.
Built into Orbit
Orbit's deliverability tooling reads a domain's live SPF, DKIM, DMARC and BIMI and flags the gaps before a send — a domain not yet at DMARC enforcement, a missing VMC, an SVG that won't render. Claude can sequence the whole logo-in-the-inbox project and tell you when the record is finally safe to publish.
Sign up free