Problem:
SPF, DMARC and DKIM isn’t enough anymore, new requirements are coming out.
Solution:
Creating the image
- Take your logo and turn it into a square
- I used paint, I opened my logo
- CTRL-X, resized the canvas and CTRL-V
- Go to https://www.adobe.com/express/feature/image/convert/svg and convert the file into SVG format and save it
- Go to https://jakearchibald.github.io/svgomg/ and drag your logo there, make sure that at the bottom right, the size is under 32k
- Upload it to your website (eg https://yourdomain.com/yourlogo.svg)
Adjusting the SVG
- Go to the file editor on your website and open the logo file for editing
- You should see <svg xmlns=”http://www.w3.org/2000/svg” etc.
- after svg but before xmlns, add the following:
version=”1.2″ baseProfile=”tiny-ps” - Now it should look like this:
<svg version=”1.2″ baseProfile=”tiny-ps” xmlns= - After the closing “>” but before <pathfill… add the following
<title>My Company Name</title>
- after svg but before xmlns, add the following:
DNS Editor
- Go into your DNS editor and create the following:
- TXT record
- Name: default._bimi
- Value: v=BIMI1; l=https://mydomain.com/logo.svg; a=; avp=brand;
Record Check
- https://mxtoolbox.com/bimi.aspx?source=cms_bimi_setup
- https://redsift.com/tools/bimi?utm_source=google-c&utm_campaign=OnDMARC_US&utm_medium=ad&utm_content=BIMI&utm_term=verified%20mark%20certificate&gad_source=1&gad_campaignid=17549629671&gbraid=0AAAAADPOkYYxS0kF-ReWOrhHRisIpwkZL&gclid=CjwKCAiAzrbIBhA3EiwAUBaUdcQqZguUTsPONf1fgiby79Ouo0niwzHDkhH6pD9k9bMejPcUuOYDgxoCSvkQAvD_BwE