SPF Record Checker
Validate SPF records — the first layer of your email authentication stack.
Open toolHome › Tools › Network & DNS › BIMI Record Checker
Check whether your domain's BIMI record is published at default._bimi.{domain}. Instantly see the logo URI, authority evidence URL, and whether the record is correctly formed.
Enter a domain to look up the BIMI record.
BIMI (Brand Indicators for Message Identification) is a DNS standard that lets email senders publish a verified brand logo for display next to authenticated emails in supporting clients — including Gmail, Apple Mail, and Yahoo Mail. To implement BIMI, your domain must have a valid DMARC policy at enforcement level (p=quarantine or p=reject), a published BIMI TXT record at default._bimi.{domain}, and optionally a Verified Mark Certificate (VMC) for authority evidence. This checker queries the default._bimi subdomain for your domain's TXT record, parses the key-value pairs (v=BIMI1, l= for logo URI, a= for authority evidence), and reports whether a valid record exists. Use it to confirm your BIMI record propagated correctly, diagnose missing or malformed values, and verify that your logo URI is a valid HTTPS URL pointing to an SVG file.
When a mail client like Gmail receives a message, it checks three things before showing your logo: (1) the message passes DMARC with p=quarantine or p=reject, (2) a BIMI TXT record exists at default._bimi.yourdomain.com, and (3) — for Gmail specifically — the a= tag points to a valid Verified Mark Certificate (VMC) from an approved authority (DigiCert or Entrust). If all three are satisfied, your brand logo appears in the inbox next to the sender name.
The logo pointed to by the l= tag must be a Tiny PS (Tiny Portable/Secure) SVG file served over HTTPS. Standard SVGs or rasterised images (PNG, JPG) are not supported. The Tiny PS SVG profile is a subset of SVG 1.2 that removes JavaScript, external references, and other security-sensitive features. Most major email clients validate the SVG format before rendering the logo, so a malformed file results in no logo being shown even if the BIMI record is otherwise correct.
BIMI sits at the top of the email authentication stack. The full chain is: SPF (which IPs can send) → DKIM (cryptographic signature per message) → DMARC (enforcement policy tying SPF and DKIM to the From domain) → BIMI (brand logo once DMARC enforcement is confirmed). Use our SPF Checker, DKIM Lookup, DMARC Checker, and SSL Checker alongside this tool for a complete email security audit.
A BIMI (Brand Indicators for Message Identification) record is a DNS TXT record published at default._bimi.{yourdomain} that tells email clients where to find your brand's verified SVG logo. When all requirements are met, Gmail, Apple Mail, and Yahoo Mail display your logo next to authenticated emails.
The l= tag is the logo URI — a URL pointing to your brand's SVG logo file (must be HTTPS, must be an SVG in the Tiny PS profile). This is the image email clients display next to your messages.
The a= tag is the authority evidence URL — a link to your Verified Mark Certificate (VMC) or Mark Verifying Authority (MVA) evidence document. This is optional in the draft standard but required by Gmail for logo display.
Yes. BIMI requires a DMARC policy at enforcement level (p=quarantine or p=reject). Domains with p=none will not qualify for BIMI logo display in strict clients like Gmail.
Gmail additionally requires a Verified Mark Certificate (VMC) issued by an approved authority (DigiCert or Entrust). If the a= tag is missing or points to an invalid VMC, Gmail will not display the logo even if the TXT record is present.
Open another DNS or network check in one click.
Validate SPF records — the first layer of your email authentication stack.
Open toolInspect DMARC enforcement policy — required for BIMI logo display.
Open toolVerify your DKIM public key — the cryptographic layer DMARC builds on.
Open toolCheck SSL validity — rounds out a full domain trust and deliverability audit.
Open tool