Skip to content
A

Website Glossary / Letter A

What Is ADA Compliance?

ADA compliance for a website means the site meets the accessibility expectations of the Americans with Disabilities Act. In practice, that means people with disabilities can read, navigate, and use the site with the same tools they use everywhere else on the web.

What ADA Compliance Actually Refers To

The Americans with Disabilities Act became law in 1990, and it was written when websites barely existed. It was aimed at physical places. Ramps, doorways, restrooms, parking spaces. Over the years, courts have taken the same reasoning and applied it to the digital front door of a business, which is the website. The reasoning is simple. If your storefront needs a ramp so a person in a wheelchair can enter, your website needs the equivalent so a person using a screen reader can enter.

Here is the part that trips people up. There is no single government checklist called ADA Compliance for Websites that an owner can print out and go through. The law itself does not spell out the technical details. Courts and legal settlements have generally looked at a published standard called the Web Content Accessibility Guidelines when deciding whether a site is reasonable. That standard is what most designers and lawyers use as the practical yardstick, even though it is not the law itself.

A note on legal advice

This page explains what ADA compliance means in plain language and how it affects the way a website is built. It is not legal advice. If a business owner is worried about legal exposure or has received a demand letter, that is a conversation for an attorney, not a web designer.

Why It Matters for a Local Business

The clearest reason is customers. About one in four adults in the United States lives with some form of disability. Not all of those disabilities affect how a person uses the web, but a large share of them do. A visitor who cannot see the screen, cannot hear a video, cannot tell your gray text from your gray background, or cannot use a mouse is still a customer looking to hire someone. If your site does not work for them, they go to a competitor whose site does.

The second reason is legal. Complaints and demand letters have been filed against businesses of every size, including very small local operations. The pattern has been consistent enough that a lot of small business owners have received a letter completely out of the blue. Whether any specific business is legally required to meet a specific standard is a question for an attorney to answer, but the risk is not confined to giant corporations, and the cheapest protection is building the site correctly the first time instead of paying someone to fix it after a letter arrives.

The third reason is search. A lot of what ADA compliance requires happens to also help how well a website performs on Google. This is not a coincidence. Both a screen reader and a search engine are trying to read a page without seeing it, and both need the same things, which connects directly to what makes a cheap website actually hurt your Google ranking.

What Fails an ADA Review

Most sites that fail do not fail because they are hostile. They fail because nobody who built them thought about anyone other than a sighted mouse user. Here are the specific things that get flagged most often.

  • Images with no alt text. Every photo on a page needs a short written description so screen reading software can read out what the picture shows. Missing descriptions are the single most common issue on small business sites.
  • Contact information trapped inside a graphic. A phone number displayed as part of a header image is invisible to anyone using a screen reader and to Google. Owners often do this to make the number look nice, and it fails on both counts.
  • Weak color contrast. Light gray text on a white background is a common design choice and it fails accessibility because a lot of people literally cannot read it, whether they are older, in bright sunlight, or have any visual impairment.
  • Unlabeled form fields. A contact form where the label vanishes the moment a user starts typing gives a screen reader user nothing to work with. Real labels have to stay visible.
  • Link text that says nothing. Ten links on a page that all say "click here" are useless to someone whose screen reader can list every link on the page but reads out only the link text itself.
  • The site cannot be used with the keyboard alone. If pressing the tab key does not move a visible highlight from item to item so a visitor can navigate without a mouse, whole groups of users cannot use the site at all.

Any of these individually is fixable. Several of them together is a sign the site was thrown together without much care, and it is often the same site that has other things wrong underneath, which is worth looking at through the lens of an honest audit of a website you built yourself.

The Overlay Widget Question

Somewhere in the middle of all this, a whole industry sprang up around a piece of software called an accessibility overlay. It is that little icon in the corner of certain websites that pops open a menu of text size and contrast sliders. The pitch is that you install one line of code and your site becomes accessible. It has been marketed heavily to small business owners who received demand letters.

Advocacy groups for people with disabilities have been publicly critical of these overlays. Their argument is straightforward. The widget adds a control panel on top of a website. It does not repair the underlying code that a screen reader is trying to read. A blind visitor whose software is confused by a badly built page is still confused when a widget is sitting on top of it. Courts have generally not treated the presence of an overlay as protection against complaints. A site that was going to get sued before the overlay was installed is still exposed with the overlay installed.

The reliable path is not a widget. It is building the site properly from the start so a screen reader can actually understand it. This costs the same amount of money as building it wrong. It just requires knowing what to do.

What Doing It Right Looks Like

None of this is exotic. It is a short list of habits that any competent web designer should already follow.

The Baseline Any Small Business Site Should Meet

  • Every image has written alt text. A plain sentence describing what is in the picture. Not the file name. Not a list of keywords. What is actually there.
  • Real headings, not fake ones. A heading tag for a heading. Not big bold text pretending to be one. This is what lets a screen reader tell someone what section they are in.
  • Dark enough text on light enough backgrounds. Contrast that a person can read in normal daylight without squinting, checked with a tool, not eyeballed.
  • Visible, permanent labels on every form field. Not just gray placeholder text that vanishes when the visitor starts typing.
  • Link text that describes where it goes. "See our pricing" is a real link. "Click here" is a broken one.
  • Text out of images. Your phone number, your hours, and your services live in real text, never baked into a graphic that no screen reader can read.
  • The whole site works with the keyboard. Tab moves through every menu, button, and form field. Enter and space activate them. A visible highlight shows where you are.

These are the same things Google needs to read a page well, which is why doing it right for accessibility often shows up in ranking and clarity too, and it is a large part of what separates a real build from the shortcuts you get when you ask whether an AI website builder can replace a real web designer for a local business.

How Cannone Marketing Handles This for Every Client

Every image on every site gets a written description of what is actually in the picture. Real headings are used in order so a screen reader can move through the page the way a sighted visitor moves through it with their eyes. Contact forms get labels on every field that stay visible after typing starts. Text colors are checked against their backgrounds with real tools, not guessed at. Every menu, button, and link works with the keyboard alone, and the highlight showing where the visitor is stays visible.

No overlay widget gets bolted on to pretend the site is accessible when it is not. The site is accessible because the code underneath is written correctly the first time. Phone numbers, hours, and service lists live as real text where screen readers can read them, keyboard users can reach them, and Google can index them. When new content or new photos come in, they get added the same way, under Worry-Free Support.

The cost is $199 one time to set it up and $49 per month after that. No contracts. You work directly with Mike Cannone on every request, with no middlemen and no account managers.

Related Terms

Accessibility The broader idea of building a website so everyone can use it, including people with disabilities. ADA compliance is the specific legal framing of this in the United States.
WCAG The Web Content Accessibility Guidelines, the published standard courts and lawyers usually reference when deciding whether a site is accessible enough.
Alt Text The written description attached to every image so a screen reader can read out what the picture shows. Missing alt text is the most common ADA issue on small business sites.
Screen Reader Software that reads a web page out loud to a blind or low vision visitor. It depends entirely on the code underneath being written correctly.
Keyboard Navigation Using a site with only the tab and enter keys instead of a mouse. Sites that break here fail an accessibility review immediately.
Accessibility Overlay A widget that sits on top of a website and offers text size and contrast controls. It does not fix underlying code problems and is not considered reliable protection.

Common Questions About ADA Compliance

Does the ADA apply to a small business website?

This is a legal question, not a marketing one, and it depends on the type of business, the state it operates in, and how the courts in that state have ruled. A local business owner concerned about legal exposure should ask an attorney rather than relying on a web designer's opinion. What is not in dispute is that businesses of every size have received demand letters and complaints, including very small ones, so building the site correctly from the start is the practical protection any owner can put in place.

Is an accessibility widget the same as ADA compliance?

No. Accessibility overlay widgets are the little icons in the corner of a page that open a menu of text size and contrast controls. They are marketed as a fast solution, but they do not fix the underlying problems in the code. Advocates for people with disabilities have publicly criticized them, and courts have not treated them as protection against complaints. The reliable approach is building the site properly underneath.

What are the most common ADA compliance issues on a small business site?

Missing alt text on images is the most common issue. Every picture needs a short written description so a screen reader can tell a blind visitor what is there. Other frequent problems include text that is too light to read against its background, form fields with no labels, links that all say click here, and important information trapped inside images where nobody using assistive technology can read it.

Do I need an accessibility certificate or seal on my website?

No official certificate is required, and no seal or badge on a website carries any legal weight on its own. What matters is whether the site actually works for people with disabilities in real use. A clean, correctly built page beats a fancy badge every time.

How does ADA compliance overlap with SEO?

A lot of the same fundamentals help both. Alt text describes images to blind visitors and also helps search engines understand pictures. Real headings help screen readers move through a page and also help Google understand the structure of your content. Descriptive link text tells assistive tools where a link goes and also tells search engines the same thing. Building a site right for accessibility tends to help how well it gets read and indexed.

Get a Website Built to Work for Everyone

Alt text on every image, real headings, labeled forms, readable colors, and a site that works with the keyboard. Cannone Marketing builds the foundation right the first time, so no visitor is turned away and no shortcut widget has to cover for a broken page. Request a free custom homepage demo and see your site built for you within 24 hours.

Get My Free Demo
Cannone Marketing BBB Business Review Official Jobber Partner Badge