# Content and Design for Deliverability

> Content-level filtering factors — spam-trigger-word myths vs reality, image/text balance, link practices, headers, subject lines, Gmail tabs, and engagement-optimizing design.

Source: emailmarketing.net — https://emailmarketing.net/learn/operations/content-and-design-for-deliverability

Reputation and list quality weigh most in filtering decisions (see [Foundations](https://emailmarketing.net/learn/foundations/foundations-of-email-deliverability)), but content is the one filtering input you control directly on every message you send. Litmus reports that **70% of emails show at least one spam-related issue** that could keep them out of the inbox.

Modern spam filters are machine learning systems, trained on spam and phishing patterns and adjusting in real time. Content rules are therefore best understood as avoiding spam patterns and optimizing engagement, not as a fixed checklist of keywords.

## Spam trigger words: myth vs. reality

**Myth**: certain words ("free", "buy now", "sale") automatically send mail to spam, and avoiding a magic list of words guarantees inbox placement.

**Reality**: specific trigger words are not a problem in themselves; what matters is how they are used. A genuinely free offer described as free is fine. A misleading "free" claim, or a "flash sale" that repeats every week, generates spam complaints and list churn, and it is those complaint and engagement signals that sink placement. Filters trained on real user feedback punish deceptive patterns, not vocabulary.

Some content patterns still genuinely match spam:

| Pattern | Why it hurts |
|---|---|
| Misleading subject lines or false claims | They drive complaints, and deception is the core signal filters target |
| ALL CAPS and strings of exclamation marks | A strong, classic correlate of spam |
| Excessive symbols ($$$, walls of emoji) in subjects | Same |
| Misspellings (especially deliberate spellings meant to evade filters) | A historic spammer technique |
| HTML-only messages with no text part | Poorly received by providers, and they render badly when images are blocked |

## Image, text and link balance

- **Higher ratios of text to images and of text to links are better.** Too many images or links relative to text trigger spam flags. Filters are suspicious of emails dominated by images, because the all-image email is a classic technique for evading filters.
- Providers commonly **block images by default**, so an email made only of images shows the recipient nothing, which hurts the engagement signals that drive placement. Always send **multipart (text and HTML)** or text only.
- Include **alt text** on images. It preserves meaning when images are blocked, supports screen readers, and reduces complaints driven by frustration.
- Readable layouts and adequate contrast affect engagement, and engagement affects placement. Broken links and missing images frustrate subscribers and reduce clicks.
- Test rendering in the major clients before sending. A message that displays broken in one client silently loses the engagement signal from that provider.

## Link practices

- **Link domains should match the sending domain**, or at least share the same organizational root. Links that point to unrelated domains are a phishing pattern.
- **Avoid public URL shorteners.** Spammers use them heavily, and some filters penalize them outright.
- Avoid **too many links**, and never send **broken links**.
- Use a **branded click-tracking domain (with SSL)** rather than the shared tracking domain of an email service provider (ESP). It aligns tracking links with your brand or root domain, keeps the behavior of other senders on a shared tracking domain from affecting you, and measurably increases the likelihood of clicks.

## Headers and structural details

- **The From domain must match the actual sending domain.** This is a DMARC alignment issue, not only a cosmetic one, and Microsoft's Hotmail is particularly strict. Even `mail.example.com` against `example.com` can be enough to send mail to the spam folder at some receivers. See [DMARC](https://emailmarketing.net/learn/authentication/dmarc).
- Gmail scrutinizes the **Message-ID and Received headers**. A malformed Message-ID (missing the `< >` brackets, or the wrong domain after the `@`) reads as spamware. If your infrastructure generates Message-IDs correctly, do not override them in application code.
- **Personalize the To: field** with the recipient's actual address, and use the recipient's name in the greeting.
- Include a working **unsubscribe link and List-Unsubscribe headers**. Several providers (notably Hotmail and Outlook) filter mail that lacks them, and one-click unsubscribe is a requirement for bulk senders at Gmail and Yahoo. An unsubscribe option that is hard to find turns into spam complaints, which are a far more damaging signal.
- Include a **physical mailing address**, and ideally a link to your privacy policy (CAN-SPAM requires the unsubscribe mechanism and the postal address).

## Subject lines

- The subject line is the first thing a recipient sees. It drives the decision to open, and opens drive placement.
- Never mislead. A mismatch between subject and body is a top cause of complaints and a direct filtering signal.
- Keep symbols to a minimum and avoid all caps.
- **A/B test subject lines systematically.** Testing for a winning variant (with reporting on confidence in the winner) is the content experiment with the most leverage on open rates. Measure against the benchmark of an open rate of at least 33% (see [Reputation Monitoring](https://emailmarketing.net/learn/operations/reputation-monitoring) for the full table of thresholds).

## Gmail tabs (Primary, Promotions, Updates, Social, Forums)

- Gmail's algorithms decide tab placement after delivery. Senders cannot choose a tab in advance, but content shapes the outcome.
- **Promotions is not spam.** Studies show that emails in the Promotions tab did not suffer the feared decline in open rates, and landing there is normal for marketing mail.
- Factors that push mail toward Primary: personalization (for example, inserting the first name, with fallbacks), a conversational one-to-one style, and a limited number of images and links. Heavily templated mail that is dominated by images and dense with links is sorted to Promotions.
- Users can drag a message to another tab and tell Gmail to keep doing that, so asking engaged readers to move you to Primary is legitimate and effective.
- Seed testing tools can predict the tab placement of a given message before sending (see [Reputation Monitoring](https://emailmarketing.net/learn/operations/reputation-monitoring)).

## Engagement-optimizing practices

Content earns inbox placement indirectly, by producing the engagement signals that providers reward:

- **Relevance and targeting matter more than anything else.** Segment and personalize. Content that does not match the segment shows up as unsubscribes and complaints.
- **Make it easy to reply.** Send from an address that accepts replies, and invite them. Replies and forwards are among the strongest positive signals, and a real conversation "does wonders" for reputation.
- **Set expectations at signup and honor them**, for example with a welcome series that states the content and frequency. Then match frequency to engagement: reduce frequency as a recipient's engagement drops. Sending often to unengaged profiles damages reputation, while sending too little to engaged ones only loses revenue.
- **Provide value beyond offers** (educational content, useful information). Streams of pure promotion wear out engagement.
- **Test content before sending.** Run messages through a spam filter or seed test (for example, Mail-Tester or commercial tools) to catch content flags before a live send, and change one variable per test.
- Track opens, clicks, read time, deletions without reading, replies and forwards, complaints, and spikes in unsubscribes for each campaign. Content problems show up here first.

Production speed is also a risk close to content. Teams now produce campaigns in 1–3 days (compared with 2+ weeks in 2024), and a sharply increased sending cadence can itself look suspicious to providers if volume jumps with it.

## Related articles

- [Reputation Monitoring and Remediation](https://emailmarketing.net/learn/operations/reputation-monitoring), on metric thresholds and the testing and monitoring stack
- [Foundations of Email Deliverability](https://emailmarketing.net/learn/foundations/foundations-of-email-deliverability), on how engagement signals feed filtering
- [Two Worlds of Email Deliverability](https://emailmarketing.net/learn/strategy/two-worlds-of-email-deliverability), on why wanted and expected content beats gaming the filters
