Web Accessibility for Small Business: A Practical WCAG 2.2 Guide
Learn how to improve web accessibility through structure, contrast, keyboard support, forms, and testing based on WCAG 2.2—not a scanner alone.
Published September 17, 2026 · 11 min read
What is web accessibility?
Web accessibility means designing and building websites that people can perceive, understand, and operate through different abilities, devices, and interaction methods. This includes people who use screen readers, keyboards, magnification, voice control, or customized color and text settings.
It is not one feature or a button added at launch. Accessibility depends on content, visual design, code, and operations: useful headings, understandable forms, identifiable controls, media alternatives, and processes that do not require one specific way to interact.
Accessible choices can also help people with a temporary injury, glare, limited bandwidth, or a small screen. The goal is to remove barriers from the same experience rather than creating a separate website.
WCAG 2.2 and the four accessibility principles
The W3C Web Content Accessibility Guidelines organize accessibility around four principles: perceivable, operable, understandable, and robust. WCAG 2.2 became a W3C Recommendation on October 5, 2023 and remains a current technical reference for evaluating web content.
Perceivable means information does not depend on one sense. Operable means people can use controls through different inputs. Understandable means content and interactions are clear. Robust means browsers and assistive technologies can interpret the code reliably.
The guidelines provide requirements and testable criteria, but implementation is not a mechanical checklist. Teams need to understand each page's purpose and confirm that people can complete the actual task.
Common barriers on business websites
Problems often appear in everyday components: navigation, contact forms, search, quote tools, checkout, dialogs, and language selectors. A page may look correct with a mouse on a large display while failing at high zoom or during keyboard-only navigation.
Review revenue and service journeys first: understanding an offer, requesting information, buying, booking, downloading a document, or signing in. A barrier that prevents task completion deserves higher priority than an isolated issue on a secondary page.
- Informative images without useful alternative text.
- Text or controls with insufficient contrast against the background.
- Inputs without persistent labels or clear error messages.
- Icon-only buttons without an accessible name.
- Menus, dialogs, or date pickers that do not work by keyboard.
- Invisible focus or a confusing tab sequence.
- Headings selected for visual size instead of document structure.
- Videos without captions or instructions that rely on color alone.
Content and visual design that support understanding
Use descriptive titles and a logical heading hierarchy. Link text should communicate destination or purpose without relying on repeated phrases such as “click here.” Break long instructions into steps and place essential information near the related action.
Color should not be the only way to communicate state. If an invalid field has a red border, include a message that explains the problem. Verify contrast for default, hover, visited, disabled, and focus states—not only body copy.
Allow content to enlarge without overlapping buttons, text, or columns. Avoid fixed heights where content can grow and test browser zoom. A clean mobile layout does not guarantee that the interface handles magnification or custom text settings.
Keyboard access, focus, and interactive components
People should be able to reach and operate controls without a mouse. Move through each page with Tab and Shift+Tab, activate controls by keyboard, and confirm that focus is always visible. The sequence should follow the logical content order.
When a dialog opens, focus should enter it, remain contained while it is active, and return to the triggering control when it closes. Dropdowns, tabs, and accordions need predictable behavior and programmatic names, roles, and states.
Prefer native HTML elements such as button, input, label, and nav. When a visual element becomes a custom control, the team must recreate the semantics, keyboard behavior, focus handling, and state communication that native elements provide.
Accessible forms that help people finish tasks
Every field needs an associated label that remains understandable after a value is entered. A placeholder may show an example, but it should not replace the label. Group related choices and explain required formats before an error occurs.
When validation fails, identify the field, describe what to fix, and preserve valid entries. Move focus to an error summary or the first issue predictably. Do not rely only on color, animation, or a notification that disappears quickly.
Pay particular attention to contact, registration, checkout, search, and file upload flows. Test time limits, confirmations, and recovery from mistakes. People should know what happened and what to do next.
Images, documents, and multimedia
Alternative text should communicate an image's relevant purpose or information in context. A decorative photo may use an empty alternative; a chart needs an equivalent conclusion or data source; an icon used as a button requires an action-oriented name.
Video needs alternatives appropriate to its content, including captions and, when needed, descriptions of meaningful visuals. Avoid unexpected audio playback and provide controls that people can find and operate.
Downloadable files are part of the journey. An inaccessible PDF or presentation can block a process even when the page is well built. Consider publishing essential information as HTML and evaluate the structure, reading order, and form behavior of required documents.
Why an automated scanner is not enough
Automated tools can identify issues such as missing attributes, invalid relationships, and some contrast failures. They are useful for covering many pages and preventing regressions, but they cannot determine whether alternative text explains an image, whether reading order makes sense, or whether a workflow is understandable.
W3C guidance explains that no tool can automatically evaluate every accessibility aspect and that human judgment is required. Combine scanning with keyboard navigation, content review, screen reader checks, and manual testing of critical journeys.
A high score does not prove that a website has no barriers. Record each finding with page, component, impact, related criterion, evidence, and recommended action. Prioritize task blockers and shared components that affect many routes.
A practical improvement roadmap for a small business
Start with an inventory of templates, components, documents, and critical journeys. Evaluate a representative sample and create a prioritized backlog. Fix shared foundations—header, navigation, buttons, forms, and styles—so improvements reach more pages.
Add accessibility acceptance criteria to design, development, and content publishing. Define tests for each component, train people who upload images or documents, and review changes before release. Monitor the site and retest whenever a critical workflow changes.
MTORI can help assess the experience, remediate components, and make accessibility part of ongoing maintenance. A technical evaluation is not legal advice about obligations that may apply; consult qualified counsel for jurisdiction-specific requirements.
Frequently asked questions
What is WCAG 2.2?
It is a version of the Web Content Accessibility Guidelines published by W3C. Its testable criteria are organized under the principles perceivable, operable, understandable, and robust.
Can a plugin make a website accessible automatically?
Not necessarily. A tool may support specific features, but it cannot independently repair structure, content, component behavior, documents, and business workflows. The actual experience still requires evaluation.
How can a small business run an initial accessibility check?
Test critical journeys by keyboard, zoom the page, and review headings, labels, contrast, image alternatives, and form errors. Combine an automated scan with manual evaluation.
Does web accessibility only help people with disabilities?
No. It can also help people with temporary limitations, small screens, difficult environments, slow connections, or different interaction and reading preferences.
How often should website accessibility be reviewed?
Review it when building or changing components, templates, and critical journeys, and schedule periodic evaluations. New content can introduce barriers even when the original design was tested.
Next step
Make your website work for more people
Let's review content, design, and critical components to build a practical, maintainable accessibility roadmap.
Talk with MTORI