Skip to content
Lifedge logo
← The journal

How To Make Your Emails Accessible To Everyone

April 19, 2024·Lifedge Team

Reading Time: 5 min ( Word Count: 1509 )

In our last post, we talked about what email accessibility is and why it matters. In this post, we’ll dig in to exactly how to make your emails accessible to everyone and the best practices to use.

Prefer to listen instead? Check out our email accessibility podcast right here. ⬇️

Accessibility

Audio Player

https://lifedge.online/wp-content/uploads/2022/09/Lifedge-Podcast-Accessibility.mp3

00:00

00:00

00:00

Use Up/Down Arrow keys to increase or decrease volume.

What is email accessibility?

Email accessibility is the practice of making emails readable to those with disabilities, which can include neurological, physical, auditory, cognitive, speech, visual, and temporary impairments. The goal of email accessibility is that everyone has the ability to receive emails in a way that they can consume them.

Learn more about what email accessibility is and why it matters.

How to make your emails accessible: email accessibility best practices

Now that you know what email accessibility is, let’s work through some of the best practices that will allow your emails to be consumable by the largest audience possible.

Best practices for email accessibility:

  1. Subject line and preheaders
  2. Copy/content
  3. Layout structure
  4. Images
  5. Typography
  6. Colors
  7. Buttons/links

1. Subject lines and preheaders

The first step is writing accessible subject lines and preheaders.

Your subject lines should be brief but descriptive and give subscribers an accurate idea of what’s in your email.

Effective subject lines aren’t just good for accessibility, though, they also tend to increase overall subscriber engagement.

What are preheaders?

A preheader is the short text snippet or summary text that directly follows the subject line when an email is previewed. Many desktop, web, and mobile email browsers provide them to give the recipient a little more information before they open the email.

2. Copy/content

The next step is copy. Write copy that’s easy to read. Always keep in mind that you’re writing to humans – not simply to leads or numbers.

If your content is accessible, it’s also much easier for all of your subscribers to consume. Focus on:

  • Readability: Stick to writing at an eighth-grade reading level, which will allow for around 85% of the general population to easily understand your content.
  • Consistency: Use the same terms to describe the same things. For example, if you refer to action as “edit,” don’t call it “change” later in your email.
  • Defined: If there’s a chance someone won’t know what a word or phrase means, take the time to define it.
  • Easily digestible: Write short paragraphs and break up blocks of text with headers and bullet points. This makes content easier to both read and skim.

3. Layout structure

When considering how to make your emails accessible, the structure of your content is very important. Here are some tips for maintaining an engaging and easily-consumable structure.

Maintain a logical reading order

Make your titles bigger than your paragraphs. Always write from left to right and top to bottom.

Use heading elements in code <h1>, <h2>, <h3>, etc.

This is very important, as the screen readers take the titles from the code.

Consider dyslexia: avoid justified content or centered content

It’s important when designing and developing emails to left-align large bodies of text in order to help those with dyslexia consume the content. About 22 million Americans struggle with some symptoms of dyslexia, so be mindful that your email content should be as accessible and impactful as possible.

Properly format tables for accessibility

Tables are commonly used for laying out content in an email, but unless they are properly created in HTML, screen readers will have a difficult time reading them. Though they may look good, they may sound terrible on a screen reader. For layout tables, this is easily fixed by specifying that the table has role=”presentation.” This tells the screen reader to read the content from top to bottom, left to right. And if the table is a data table, ensure that you include headers to give context to the table information.

Avoid image-only emails

Sometimes, because of design, we believe that it is better to just use a full image in an email. The reality, however, is that we don’t want to use just one image with all text.

4. Colors

When dealing with colors, it’s important to use appropriate color contrast.

A 1:1 ratio has very little contrast (think of white text on a white background) while 21:1 has large contrast (black text on white background). WCAG’s standards require a minimum contrast ratio of 4.5:1 for standard-sized text. For text larger than 23px, or bold text larger than 18px, the ratio should be 3:1.

5. Images

When it comes to images, here are a few other things to keep in mind:

The alt text must describe the meaning, not describe the image. If the image is decorative – like stock photography, which is almost always decorative – you must include the alt but make it blank. This is an indicator to the screen reader that it can just skip mentioning the image because it conveys no information.

Use different alt text for each image, even if the images are similar. Imagine how confusing it would be to someone using a screen reader if all the pictures sounded exactly the same.

Don’t add title text in addition to alt text. Most screen readers will read both the title text and alt text, which doesn’t provide an ideal listening experience.

Use empty alt text when appropriate. If your image strictly serves a design purpose (like a swirl, pattern, or shadow) then alt text may not be necessary. However, make sure to add an empty alt=”” to the image so screen readers know to skip over it.

Examples:

  • Bad Alt: alt=”Image of woman drinking coffee using smartphone”
  • Alt for a Decorative Image of a Woman Using a Smartphone: alt=””
  • Useful Alt for an Image with Text: alt=”Introductory mortgage rate of 3.5 percent”

6. Typography and font

It’s important to adjust your typography and use appropriate font sizes. Here are a few more tips when it comes to typography and fonts.

  1. Choose legible fonts: Not all fonts are created equal — nor are they always easy to read. Decorative, quirky, or handwritten fonts are often challenging for anyone to consume. Anything smaller than 14 pixels on a desktop or laptop screen requires some effort to read. Text can appear smaller on mobile devices, forcing users to work harder to read your email. Use media queries to increase the minimum font size from 14 to 16 pixels on smaller devices to help users read your email
  2. Space your fonts appropriately: Even the most legible font can be challenging to read if the letters or lines of text are too close together. Adjust the kerning and leading of your fonts so they’re as easy to read as possible.
  3. Maintain a logical reading structure: Screen readers typically read from left to right before moving to the next line. Stick with this intuitive structure for best results.
  4. Avoid center-aligned paragraphs: It’s much harder for people with dyslexia to read center-aligned paragraphs, so even if you think it looks better, stick to left-aligning your text.
  5. Use enough white space: Don’t cram all of your design elements — images, text, graphics, etc. — too close together. Instead, allow for plenty of white space around them so people can more easily discern each one.

7. Buttons/links

It’s important to include clear calls-to-action in your emails, which generally come in the form of buttons or links. Here are some tips on how to make the most of your buttons and links.

Make links accessible

If someone is colorblind, and you distinguish a link from the rest of your text solely using color, then they won’t be able to tell a difference. This means that all of your links and calls-to-action essentially don’t exist for them. Instead, bold or underline your links, or even add a symbol so that they stand out more.

Screen reader users often navigate via links, and if they do, they often only hear: “Read More”, “Learn More”, or “Click Here”. Read more about what? Why click here? Many content creators are becoming comfortable adding an aria-label to elements in order to add extra content specifically for screen readers, but labelling this way should be considered a crutch, not a solution. The solution? Name all links so that they are meaningful on their own.

  • “Read more about how we support our communities”.
  • “Learn more about our sale items.”
  • “Click here for locations.”

Make links clickable/tappable

While Apple’s iPhone Human Interface Guidelines recommends a minimum width and height of 44 pixels for buttons, this number varies depending on the mobile device vendor. An alternative rule of thumb would be using a minimum width and height of 72 pixels as this is the average pixel width of a thumb.

Still not sure how to make your emails accessible?

If you want to learn more about what email accessibility is and how it matters, make sure to check out our previous post, What is Email Accessibility?

Don’t have time for email marketing? We’re here to help! Book a meeting today, or check out all of the services we offer when it comes to email marketing.

About the Author

Oscar Quesada

Oscar Quesada is the founder of Lifedge, a digital marketing agency that helps growing businesses and Christian organizations turn marketing into measurable results. He specializes in building clear, conversion focused websites, SEO systems, and automated email campaigns that attract the right people and turn them into real leads and customers.

Over the past decade, Oscar has helped contractors, local service businesses, and ministries move from hoping their marketing works to knowing exactly what is driving calls, bookings, and revenue. His approach blends StoryBrand messaging, data driven strategy, and practical execution so marketing stays simple, focused, and profitable.

Oscar is a StoryBrand Certified Guide and a trusted advisor to organizations across West Michigan and beyond, including Christian camps, nonprofits, and service based businesses. Through Lifedge, he builds marketing systems that do not just look good but actually create growth you can track.

When he is not working with clients, Oscar is usually coaching youth soccer, building new tech tools for Lifedge, or helping leaders think more clearly about how to steward their business for long term impact.

0 Comments

Are you on our email list?

Sign up today to receive free digital marketing advice, productivity tips, discount alerts, and more!

Name(Required)

FirstLast

Email(Required)

Company/Organization

CAPTCHA

reCAPTCHA

Recaptcha requires verification.

I'm not a robot

reCAPTCHA is changing its terms of service. Take action.

reCAPTCHA

Δ

Search

Search for:

Categories

Related Blog Posts

Stop Chasing New Customers Until You Fix These Three Quiet Holes in Your Funnel

Stop Chasing New Customers Until You Fix These Three Quiet Holes in Your Funnel

Jul 15, 2026 | Blog, Clients, Web Optimization

Every business owner I talk to wants the same thing. More customers. The instinct is almost always the same too. Run more ads. Try a new platform. Hire a new agency. Build a new funnel. Chase more leads. But after fifteen years of doing this work, I have noticed...

5 Reasons Photography Pays Off for Your Business

5 Reasons Photography Pays Off for Your Business

Jun 19, 2026 | Blog, Clients, Marketing

When business owners think about marketing, photography is often one of the last things on the list. Websites, social media, advertising, and email campaigns tend to get most of the attention. Yet the images used throughout those efforts often determine the first...

If Your Website Speaks to Everyone, It’s Speaking to No One

If Your Website Speaks to Everyone, It’s Speaking to No One

Jun 8, 2026 | Blog, Marketing, Web Optimization

Imagine you are hosting a dinner party. A close friend walks in, and you greet them with a hug and an inside joke. Your boss arrives next, and you shake their hand and offer them a drink. Then your kid’s teacher shows up, and you make introductions, mention how the...

The Night the Underdog Got Called Up — And What 9 Years of Quiet Work Actually Looks Like

The Night the Underdog Got Called Up — And What 9 Years of Quiet Work Actually Looks Like

Jun 1, 2026 | Blog, Company Culture

A few nights ago, I sat at a round table in a hotel ballroom in Grand Rapids with my wife and my team, looking at a program with five names listed under "Hispanic Business of the Year." Ours was one of them. This is the story of the work that got us there. I think it...

Storytelling in Marketing: The Cure for Content Overload in an AI-Driven World

Storytelling in Marketing: The Cure for Content Overload in an AI-Driven World

May 18, 2026 | AI, Blog, Marketing

AI is changing how content is created in a very real way. It’s faster, more efficient, and more accessible than anything we’ve seen before. Anyone can generate blog posts, captions, emails, or ideas in seconds. But as content becomes easier to produce, something else...

Why Your Business Isn’t Showing Up in AI Search (And What to Do About It)

Why Your Business Isn’t Showing Up in AI Search (And What to Do About It)

May 4, 2026 | AI, Blog, Web Optimization

A simple moment that reveals a bigger problem I always like to start with a simple illustration. Think about your potential customer sitting at their kitchen table, with their kids running around and one quick problem on their mind. Is it time to change the roof? I...

AI for Business Owners: A Practical Guide to Getting Real Value From AI

AI for Business Owners: A Practical Guide to Getting Real Value From AI

Apr 20, 2026 | All Posts, Blog

Artificial Intelligence is everywhere right now. For many business owners, it seems like a new AI tool appears every week. ChatGPT Claude Gemini Perplexity Copilot The biggest question is not whether AI is powerful. The real question is: How do I actually use it in my...

AI for Christian Camps and Nonprofits: Using AI Without Losing the Human Mission

AI for Christian Camps and Nonprofits: Using AI Without Losing the Human Mission

Apr 6, 2026 | All Posts, Blog

If you are a camp director, ministry leader, or nonprofit operations director, you have probably heard the buzz about AI. Leaders across camps and nonprofits are beginning to ask how this technology might fit into their work. But the real question many leaders are...

Why a Strong Social Media Presence Still Matters for Businesses

Why a Strong Social Media Presence Still Matters for Businesses

Mar 2, 2026 | All Posts, Marketing, Social Media

Many business owners quietly wonder if social media is still worth the effort. Algorithms change. Trends come and go. And for busy business leaders, posting on social media can feel like just another thing competing for attention. But here’s the truth: social media...

SEO Is Content: Why Investing in Content Is the Smartest Way to Rank Higher

SEO Is Content: Why Investing in Content Is the Smartest Way to Rank Higher

Feb 2, 2026 | Blog, Marketing, Search Engine Optimization

SEO is Content When we talk about SEO, we talk about content. Do you want to be highlighted in AI Overviews, in ChatGPT, or rank higher in search results? There is only one way to do it. You need to provide content for these search engines to find and understand your...

« Older Entries

Trustindex

Trusted Business

Verified by Trustindex

lifedge.online

Latest reviews

This site has obtained the following certificates:

Excellent rating\ \ 5.0\ \ Google star 1Google star 2Google star 3Google star 4Google star 5\ \ 45 Google reviews

Trustindex

Trusted Business

Verified by Trustindex

Reviews credibility

Certified

Customer reviews showcase the level and quality of service a website provides.

Trustindex collaborates with 137 review platforms to provide website visitors easy access to all real and verified reviews in one place.

Reviews from other platforms are displayed and added to the ratings only if they are proven spam-free and meet Trustindex's guidelines.

100% issue-free services

Certified

Trustindex continuously measures the satisfaction of your customers based on evaluations. Less than 1% of the customers surveyed indicated a problem.

Verified business

Certified

The website's contact information and business information has been independently verified by Trustindex.

Contact details

Phone:

+1 616-730-3065

Verified

E-mail:

oscar@lifedge.online

Verified

Business data

Company name:

Lifedge LLC

Domain:

lifedge.online

Company founded:

2017

Number of employees:

1-10

Start of Trustindex verification:

2025-02-27

Data protection

Certified

The website is constantly checked for security issues by Trustindex.

Google

Safe Browsing: no problems detected

SSL

Valid SSL certificate

About Trustindex certificate

Websites that continuously maintain a high level of customer satisfaction and comply with a high level of security protocol can obtain a Trustindex certificate. When shopping, look for Trustindex certificates and buy with confidence.

More details »

For businesses

Build trust and increase sales with Trustindex certification.

More details »

© Copyright 2026 trustindex.io

Notifications

reCAPTCHA

Recaptcha requires verification.

protected by reCAPTCHA

reCAPTCHA is changing its terms of service. Take action.

reCAPTCHA