Skip to content

Home Topics BIMI and VMC Certification SVG Tiny PS logos

BIMI and VMC Certification · SVG Tiny PS logos

SVG Tiny PS logo files glossary: key terms explained

Short answer

SVG Tiny PS logo files: 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".

Terms below appear throughout guides on SVG Tiny PS logo files. Each definition is one or two sentences; follow the links in the sidebar for the full guides.

Core terms#

SVG Tiny PS logo files

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".

SPF

A DNS record listing servers authorized to send for a domain. Checked against the connecting IP.

DKIM

A cryptographic signature on each message, verified with a public key in DNS.

DMARC

A policy record telling receivers what to do when SPF and DKIM fail alignment, plus reporting.

Alignment

Agreement between the visible From domain and the domain that passed SPF or DKIM.

Sender reputation

A provider's running assessment of a domain or IP based on complaints, bounces, engagement, and authentication.

Inbox placement

Share of accepted mail that lands in the inbox rather than spam.

Spam trap

An address that never opted in, used to catch senders with poor list practices.

BIMI

A DNS record pointing to a brand logo displayed next to authenticated mail; requires DMARC enforcement.

Feedback loop

A provider program that reports recipient spam complaints back to the sender.

Frequently asked questions#

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.

Keep reading on SVG Tiny PS logos