SVG Tiny 1.2 Portable/Secure is the restricted SVG profile required by BIMI. It forbids scripts, external references, and embedded raster images, and requires a <title> element and baseProfile="tiny-ps".
Why does my SVG fail validation?
Most commonly a missing baseProfile attribute, embedded images, or leftover editor metadata. Run it through a converter that outputs the Tiny PS profile.
Why does SVG Tiny PS logo files matter for deliverability?
Providers reject non-conforming files silently. A valid file is the difference between a logo appearing or not.
What is the first step to get started with SVG Tiny PS logo files?
Export a square SVG with the logo centered and a solid background color.
What is the most common SVG Tiny PS logo files mistake?
Transparent backgrounds, which render unpredictably on dark-mode clients.