Content & Editorial Accessibility Checklist

Accessibility checks for writers, editors, and content designers. Plain language, link text, image alt, inclusive language, and UX writing — the content-side decisions that affect who can read, understand, and act on your page.

Interactive Content
0 of 25 items complete

Plain Language & Reading Level

Headings & Page Structure

Links & Calls to Action

Images & Media

Inclusive Language

Content Design & UX Writing

Frequently asked questions

Who runs this checklist — designer, developer, or writer?

Content writers and copy editors. The items are about word choices and content structure that affect accessibility — link text quality, heading clarity, plain-language summaries, abbreviation handling. Designers and developers can spot issues, but the fixes live in the copy.

What's the minimum reading level I should target?

WCAG 3.1.5 (Level AAA) suggests lower-secondary education level for content not focused on the experts in the field. Use tools like Hemingway, Readable.io, or Microsoft Word's Flesch-Kincaid score. AA-level WCAG doesn't require a specific reading level, but plain-language writing is one of the highest-leverage accessibility decisions.

How should I handle abbreviations and jargon?

Expand on first use: "Web Content Accessibility Guidelines (WCAG) ...". For domain-specific terms, link to a glossary or definition. The <abbr title="..."> element provides a tooltip but isn't reliably announced by screen readers, so prefer in-text expansion.

What about emoji and Unicode symbols in text?

Use sparingly and only where they add meaning. Screen readers announce them verbosely ("☑️" becomes "ballot box with check"). Don't substitute emoji for words ("Tap 📞 to call" — bad; "Tap the phone icon to call" — good). Decorative emoji can be hidden with aria-hidden="true" on a wrapping span.

How long should headings be?

Short enough to be scannable in a screen reader's heading list (under ~10 words is a good target). Descriptive enough to communicate what the section is about without context. "Why this matters" is fine; "Why this matters: a deep look at the operational reasons behind..." is too long.

Does content accessibility affect SEO?

Yes — heavily. Search engines use the same signals as screen readers (heading hierarchy, alt text, link text, page title) to understand content. Writing accessible content is writing SEO-friendly content. The two practices reinforce each other.