Website accessibility means designing and building your site so people with disabilities can perceive, understand, navigate, interact with, and contribute to it, as defined by the W3C. The governing standard is WCAG 2.2, published by the W3C, and Level AA conformance is the practical target for most small-business sites. If you’re starting from zero, three actions move the needle fastest: run a basic audit with a free tool like WAVE, fix the highest-impact barriers (alt text, color contrast, keyboard navigation), then schedule a round of manual and user testing.

First actions for small-business owners:

  • Run a free automated scan with WAVE or axe to get a baseline issue count
  • Add meaningful alt text to every image that conveys information
  • Check that all navigation, forms, and buttons work with keyboard-only input
  • Verify color contrast meets a 4.5:1 ratio for normal text
  • Plan one manual walkthrough using only a keyboard before your next site update

Pro Tip: Build accessibility into your design brief from day one. Retrofitting an existing site costs significantly more time and money than starting with accessible patterns, and WebAIM offers free checklists to guide that early planning.

Charles-creative integrates these practices into every custom website build, so accessibility is a feature of the design, not an afterthought.

Table of Contents

What are the WCAG 2.2 standards and four core principles?

WCAG 2.2 is the international standard for web accessibility, developed through the W3C. It organizes all guidance around four principles, often called POUR:

  • Perceivable: Users can see or hear all content. Example: alt text on images, captions on video.
  • Operable: Users can navigate and interact using any input method. Example: full keyboard access, no keyboard traps.
  • Understandable: Content and controls are clear and predictable. Example: consistent navigation, plain error messages.
  • Robust: Content works reliably across browsers and assistive technologies. Example: valid HTML, correct ARIA roles.

Conformance comes in three levels: A (minimum), AA (recommended for business sites), and AAA (enhanced, often required only in specialized contexts). For most small-business websites, Level AA is the right target. It covers the issues most likely to block real users, without requiring the specialized effort AAA demands.

What common accessibility barriers might be on your site?

Infographic explaining WCAG 2.2 principles

Most small-business sites share the same handful of problems. Knowing what to look for makes a quick self-audit much faster.

You might see this on your site:

  • Images with no alt text, or alt text that says “image001.jpg”
  • Text and background colors that don’t meet contrast requirements
  • A navigation menu that works with a mouse but breaks with keyboard-only input
  • Videos with no captions or transcripts
  • Buttons or links labeled only with icons and no descriptive text
  • Forms with no visible labels on input fields
  • Headings used for styling rather than document structure
  • Long blocks of text with no subheadings to break them up

Visual and motor barriers tend to block users completely. Cognitive barriers, like unclear headings or inconsistent menus, frustrate users who might otherwise complete a purchase or contact you. W3C design guidance highlights contrast and focus states as two of the most commonly missed and most fixable issues.

Pro Tip: Open your site and press Tab. If you can’t see a clear focus indicator moving through links and buttons, keyboard users are effectively locked out.

Team discussing website accessibility barriers

Why does accessibility matter for your small business?

More than one billion people worldwide live with some form of disability. That’s a significant share of potential customers who may leave your site if they can’t use it. Accessibility also benefits people in situational contexts: a customer browsing on a phone in bright sunlight, or someone with a temporary injury using a keyboard instead of a mouse.

Business benefits at a glance:

  • Expanded reach: Serve customers with visual, auditory, motor, and cognitive disabilities
  • Better SEO: Semantic HTML and proper structure improve how search engines crawl and index your site
  • Stronger user experience: Cleaner layouts and clearer copy help every visitor, not just those with disabilities
  • Brand credibility: Accessible sites signal that your business respects all customers

Legal note: Under the Americans with Disabilities Act (ADA), courts and the Department of Justice have increasingly applied accessibility requirements to business websites. The DOJ has issued guidance affirming that web accessibility falls under ADA Title III. This article is general information, not legal advice. If you have specific legal concerns, consult a qualified attorney. For context on legal risk and SEO impact, the overlap between compliance and discoverability is worth understanding.

A prioritized checklist of accessibility fixes to tackle first

Not every fix carries equal weight. Start with the items that block the most users, then work down the list.

High priority (owner or developer, hours to a day):

  1. Add meaningful alt text to all informational images
  2. Fix color contrast to meet the 4.5:1 ratio for normal text
  3. Confirm all interactive elements are keyboard-accessible
  4. Add visible focus indicators to links, buttons, and form fields
  5. Label every form field with a visible, descriptive label

Second tier (designer or developer, days):

  • Add captions and transcripts to any video content
  • Implement skip links so keyboard users can bypass repeated navigation
  • Use ARIA landmarks correctly to define page regions
  • Structure headings (H1, H2, H3) to reflect actual content hierarchy

Pro Tip: When briefing a designer or developer, ask them to include an accessibility checklist as a project deliverable. Three items to request explicitly: semantic HTML structure, keyboard navigation testing, and a color contrast audit before launch.

How should you test your website for accessibility?

Automated tools are a good starting point, but they catch only about 30–40% of accessibility issues. Manual and user testing are necessary to find the rest.

Automated tools worth using:

  • WAVE (WebAIM): Flags missing alt text, contrast failures, and structural errors with visual overlays
  • axe DevTools (Deque): Browser extension that runs in Chrome or Firefox and produces a prioritized issue list
  • Lighthouse (Google): Built into Chrome DevTools; includes an accessibility audit alongside performance scores

Manual checks to run yourself:

  • Navigate your entire site using only the Tab, Enter, and arrow keys
  • Read your page headings aloud in order — they should tell a coherent story
  • Zoom to 200% and confirm text reflows without horizontal scrolling
  • Check that every link describes its destination (not just “click here”)

User testing adds a layer no tool can replicate. Ask someone who uses a screen reader, a keyboard-only user, or a person with low vision to complete a core task on your site. Their experience will surface issues that automated scans miss entirely. WebAIM’s testing resources are a practical starting point for building a testing process.

Pro Tip: Run a short accessibility check during every design sprint, not just at launch. Keep a simple log of issues found and resolved — it becomes your compliance record and helps you spot recurring patterns.

What are realistic timelines and costs for small-business accessibility?

Scope Timeline Estimated Cost Range
Quick fixes (alt text, contrast, labels) A few hours to 1 day $150–$500 DIY or freelance
Moderate retrofit (existing site, 5–15 pages) 1–3 weeks $1,000–$4,000 professional
Full accessible custom build 4–10 weeks $3,500–$10,000+
Professional audit only 3–5 business days $500–$2,000

A few factors push costs higher: a legacy CMS with hard-coded templates, heavy video content requiring captions, custom interactive components, or a site with no existing documentation. Retrofitting a poorly structured site can require 2–4 times the per-page effort of building accessibly from the start, because discovery, remediation, quality assurance, and regression testing all add up.

At lower budgets, prioritize the high-impact quick fixes first and plan a phased approach. At higher budgets, a custom accessible website build is almost always more cost-effective long-term than repeated rounds of remediation.

When should you hire a professional for accessibility work?

Hire a professional when your site is complex, handles transactions, carries legal risk, or when you simply don’t have the in-house expertise to test and fix issues reliably.

Signals it’s time to bring in help:

  • Your site has ecommerce, booking, or member login functionality
  • You’ve received an ADA demand letter or accessibility complaint
  • Your site was built on a heavily customized CMS with no documentation
  • You’ve run an automated scan and the issue count is in the dozens

Vetting questions to ask any vendor:

  • Can you show examples of accessible sites you’ve built and tested?
  • What conformance level do you build to, and how do you verify it?
  • Do you include manual testing and screen reader testing in your process?
  • What’s your remediation warranty if issues are found post-launch?

Red flags: vague answers about “accessibility plugins,” no examples of accessible components, or a process that relies entirely on automated tools with no manual review.

Pro Tip: When writing a brief or RFP, include three required deliverables: a WCAG 2.2 AA conformance checklist, a keyboard navigation test report, and a post-launch remediation window of at least 30 days.

How do you maintain accessibility after your site launches?

Accessibility isn’t a one-time fix. New content, plugin updates, and design changes can introduce new barriers. A simple maintenance cadence keeps issues from accumulating.

Monthly checks:

  • Run an automated scan on key pages (home, contact, services, any new pages)
  • Confirm new images have alt text and new videos have captions
  • Check that any updated navigation still works with keyboard-only input

Quarterly checks:

  • Manual keyboard walkthrough of core user flows
  • Review user feedback and support requests for accessibility-related complaints
  • Spot-check focus states and heading structure on recently updated pages

KPIs to track with your vendor:

  • Total automated issues found vs. resolved (trend over time)
  • Number of user-reported accessibility incidents per quarter
  • Percentage of videos with captions
  • Keyboard navigation success rate on core task flows

Accessible sites reach more customers, perform better in search, and carry lower legal risk — making accessibility one of the highest-return investments a small business can make in its website.

Key Takeaways

Website accessibility, governed by WCAG 2.2 and the W3C, is a business investment that expands your reach, strengthens SEO, and reduces legal exposure for U.S. small businesses.

Point Details
WCAG 2.2 AA is your target Level AA covers the issues most likely to block real users on a small-business site.
Automated tools have limits Automated scans catch only a minority of issues; manual and user testing are required.
Build in, don’t bolt on Retrofitting accessibility costs significantly more per page than building accessibly from the start.
Prioritize high-impact fixes first Alt text, color contrast, keyboard access, and visible focus states deliver the most immediate gains.
Charles-creative builds it in Charles-creative integrates WCAG 2.2 AA practices into every custom website design from the first brief.

A studio perspective on accessibility and small-business design

Most small-business owners I work with come to accessibility from one of two directions: they’ve just heard about an ADA complaint in their industry, or they’re redesigning their site and want to do it right this time. Both are valid starting points. But the owners who get the most out of accessible design are the ones who stop thinking of it as a compliance checkbox and start treating it as a design standard.

Here’s what I’ve seen consistently: when accessibility is part of the design brief from the beginning, the resulting site is cleaner, faster, and easier for every visitor to use. Semantic HTML, clear heading structure, and well-labeled forms don’t just help screen reader users. They make the site easier to navigate on mobile, easier for Google to index, and easier for your own team to update later. The benefits of professional website design compound when accessibility is woven into the foundation.

The conventional wisdom says “fix accessibility after launch.” I’d push back on that. The sites that hold up over time, the ones that don’t need expensive remediation every two years, are the ones where accessibility was a design decision, not a development task.

Charles-creative builds accessible websites for small businesses

Custom website design that works for every visitor is exactly what Charles-creative delivers. Every project starts with a clear brief that includes WCAG 2.2 AA targets, semantic HTML structure, and keyboard navigation testing before a single page goes live. You get a site that looks sharp, loads fast, and holds up under real-world use.

Charles-creative

Whether you need a full custom WordPress build or a focused accessibility audit of your existing site, the process starts with a conversation. Reach out to request an accessibility consult and get a clear picture of where your site stands and what it would take to fix it.

Useful resources for going further

Standards and guidelines:

  • Introduction to Web Accessibility, W3C WAI — the definitive starting definition and overview
  • WCAG 2.2 full specification, W3C — the complete technical standard
  • WCAG 2.2 overview, W3C WAI — a plain-language summary of conformance levels
  • WebAIM Introduction to Web Accessibility — practical primers and checklists for implementers
  • MDN Web Docs: What is accessibility? — developer-focused primer on semantic HTML and accessible patterns
  • web.dev: What is digital accessibility? — business and legal context with design guidance

Testing tools:

Tool Type What it finds
WAVE (WebAIM) Automated, browser-based Missing alt text, contrast errors, structural issues
axe DevTools (Deque) Browser extension Prioritized WCAG violations with fix guidance
Lighthouse (Google) Built into Chrome DevTools Accessibility score alongside performance metrics

Charles-creative resources:

Discover more from Charles Choate Creative

Subscribe now to keep reading and get access to the full archive.

Continue reading