Local Business

Does My BC Business Website Need to Be Accessible?

Straight answer for BC small businesses: what accessibility law actually applies to you in 2026, what's coming, and the six fixes that cover most of it.

August 11, 20268 min read
website accessibilityWCAGAccessible BC Actweb design Kamloopssmall business

The short answer: as of August 2026, no BC law requires a private small business to meet a specific web accessibility standard on its website. The Accessible British Columbia Act applies to public sector organisations, not private businesses, and the federal Accessible Canada Act only covers federally regulated industries like banks, telecoms and airlines. What still applies to you is section 8 of the BC Human Rights Code, which covers services offered to the public — and your customers, roughly one in four of whom in BC report a disability. An accessible website is one a person can use with a screen reader, a keyboard, or poor eyesight in bright sunlight. Six common problems cause most of the failures, and they are cheap to fix.

An accessible website is one that still works when the person using it cannot see it well, cannot use a mouse, or is relying on software that reads the page aloud. That is the whole definition. It is not a certification, and for most BC businesses it is not currently a legal requirement.

I want to answer this one carefully, because there is a small industry built on making local owners nervous about it. If you have had an email warning you that your site is "non-compliant" and offering a monthly widget to fix it, read the section on overlays before you spend anything.

Does the law require an accessible website in BC?

For a private small business in British Columbia, right now: no specific standard is imposed on your website. Here is who is actually covered by what.

Who you areWhat appliesWhat it requires
Private BC business (trades, restaurant, clinic, realtor, retail)BC Human Rights Code, s.8No WCAG standard. A general duty not to discriminate in services offered to the public.
BC public sector body (city, school district, university, health authority)Accessible BC Act + RegulationAccessibility plan, committee, and feedback process. 754 organisations had to comply by 1 September 2023.
Federally regulated business (bank, telecom, airline, interprovincial trucking, broadcaster)Accessible Canada ActPublished accessibility plan and annual progress reports. Deadlines ran 1 June 2023 for 100+ employees and 1 June 2024 for 10–99 employees.
Business selling into Ontario or ManitobaAODA / Manitoba standardsProvincial web content rules that do not apply to your BC operations.

Most Kamloops businesses fall in the first row. The Accessible British Columbia Act received royal assent in 2021, and the regulation that followed named public sector organisations only. Nothing in it currently sets a WCAG requirement for a plumbing company or a café.

The part people miss is the human rights side. Section 8 of the BC Human Rights Code covers services customarily available to the public, and a website is now part of how most businesses deliver those services — booking, quoting, menus, hours, forms. That is not a technical standard with a pass mark. It is a duty to accommodate, and complaints go to the BC Human Rights Tribunal, which has a one-year filing limit. Complaints against small local businesses over a website are rare in BC. It is worth knowing the route exists, not worth losing sleep over.

What is coming in BC

The province is building accessibility standards under the Accessible BC Act, starting with Employment Accessibility and Accessible Service Delivery. Both went through public engagement that closed on 31 July 2024, and the province has been working through the results since. Industry groups tracking the file expect regulation to be considered through 2026.

Nobody can tell you today exactly which private organisations will be captured, or when. Ontario and Manitoba both phased their rules in by organisation size over several years, and BC has signalled a similar approach. The practical read for a small business: this is a "get the basics right over the next couple of years" issue, not a "hire a consultant this quarter" issue.

What does "accessible" actually mean?

The standard everyone refers to is WCAG — the Web Content Accessibility Guidelines, published by the W3C. WCAG 2.2 became the official recommendation on 5 October 2023. It has three conformance levels: A, AA and AAA. Where a law does name a target, it is almost always AA. Canada adopted the European standard EN 301 549 as a national standard in May 2024, which itself points back to WCAG.

You do not need to read any of that. For a five-page local business site, AA in practice means: text you can read, images that are described, forms you can fill in without a mouse, and buttons and links that say what they do.

The six problems that break most small business sites

WebAIM tests the home pages of the top one million websites every year. Their 2026 report found that 95.9% of home pages had detectable WCAG failures, up from 94.8% in 2025 — the first reversal after six years of small improvements. The average page had 56.1 detected errors.

The useful part is how concentrated the failures are. Six issues account for the overwhelming majority.

ProblemFound onWhat it means for a customer
Low-contrast text83.9% of pagesGrey-on-white text disappears for older eyes, and on a phone in direct sun.
Missing image alt text53.1%A screen reader announces "image" and moves on. Your project photos say nothing.
Missing form labels51%The quote form cannot be filled in reliably by screen reader or voice input.
Empty links46.3%Announced as "link" with no destination. Common with icon-only social links.
Empty buttons30.6%Your "Call now" or menu button has no accessible name.
Missing page language13.5%Screen readers guess the language and mispronounce everything.

None of these are hard. Contrast is a colour change. Alt text is a sentence per photo. Form labels, link names and the page language attribute are each a few lines of code. On a small local site, a developer can usually clear all six in a few hours.

Contrast is worth calling out for this market specifically. Kamloops trades and restaurant sites get read on phones outdoors, in July, at noon. Pale grey body text fails there for everyone, not just for customers with low vision.

Why bother if it is not the law yet

Three reasons, in order of how much money they represent.

Your customers. In 2022, 27% of Canadians aged 15 and older reported a disability that limited their daily activities — 8.0 million people, up from 22% in 2017. In British Columbia the rate was 28.6%, the higher end. This is not a rounding error in your market.

Kamloops is older than average. In the 2021 Census, 20.1% of Kamloops residents were 65 or over, against 19.0% nationally, and 21.1% across the Kamloops metro area. Most accessibility work is really age-related-eyesight work. Bigger tap targets, stronger contrast, plain labels.

It overlaps with the things you already want. Descriptive alt text, clear headings, meaningful link text, properly labelled forms and fast pages are accessibility fixes and on-page SEO fixes at the same time. Google has never confirmed accessibility as a direct ranking factor, and I am not going to claim otherwise. But the same structure that lets a screen reader make sense of your page is what lets a search crawler — and now an AI assistant — read your pages properly. The overlap is real even if the ranking claim is oversold.

Do not buy an accessibility overlay

Overlays are the widgets that promise instant compliance from one line of JavaScript. They do not work, and the regulators have now said so.

In January 2025 the US Federal Trade Commission acted against accessiBe over its accessWidget product, which was marketed as automatically making sites WCAG 2.1 AA compliant. The FTC's complaint said the plug-in failed to make basic components accessible, including navigation menus, form fields and image descriptions. The final order, approved in April 2025, required accessiBe to pay $1 million.

If a vendor is selling you a monthly subscription that fixes accessibility without touching your site's code, that is the product the FTC fined. Spend the same money once on the actual fixes.

Check your own site in twenty minutes

You can do a decent first pass yourself, with no purchase and no login.

  1. Unplug your mouse. Tab through your home page with the keyboard alone. Can you reach the phone number, the menu, and the quote form? Can you see where you are on the page? If focus vanishes, that is a real failure.
  2. Turn your phone brightness to about 30% and read your own site. If body text is hard to read, your contrast is too low. This one test catches the most common failure on the web.
  3. Run a free automated checker on your home page and your contact page. Lighthouse is built into Chrome, and WAVE is free in the browser. They catch roughly the six issues above.
  4. Turn on the screen reader you already own — VoiceOver on iPhone or Mac, TalkBack on Android — and listen to your home page for two minutes. If your photos are announced as "image" and your buttons as "button", you have found your alt-text and button-name problems.
  5. Fill in your own quote form using only the keyboard. This is the page where accessibility failures cost you actual money.

Write down what you find. That list is what you hand a developer, and it is short enough to price.

What it costs to fix

For a typical five- to eight-page local business site, clearing the six common issues is usually a few hours of developer time rather than a project — realistically in the low hundreds of dollars if the site is well built underneath, and folded in for free during a redesign. On a site built with a heavy page builder, contrast and form problems are often baked into the theme, which is when it turns into a bigger conversation about what a rebuild costs.

If you are hiring, add one question to the list you should already be asking any web designer: does your build include alt text, labelled forms, keyboard navigation and AA contrast, or is that extra? On a site I build — web design in Kamloops — it is included, because it is faster to do during the build than to retrofit afterwards.

The free website grader checks speed, mobile performance and on-page structure, which is the same foundation accessibility sits on — a good place to start before you decide whether anything needs fixing at all. It does not replace the twenty-minute manual check above, and neither replaces testing with real users.

Common questions

Does my small business website legally need to be accessible in BC? As of August 2026, no BC law sets a web accessibility standard for private businesses. The Accessible British Columbia Act applies to public sector organisations. Section 8 of the BC Human Rights Code still covers services offered to the public, including services delivered through your website.

What is WCAG, and which level do I need? WCAG is the Web Content Accessibility Guidelines, published by the W3C; version 2.2 became the official recommendation on 5 October 2023. It has three levels: A, AA and AAA. Where laws name a target, they almost always name AA. AA is the sensible goal for a small business site.

Does the Accessible Canada Act apply to my Kamloops business? Only if you are federally regulated — banks, telecoms, airlines, railways, interprovincial trucking, broadcasters. Those organisations had to publish accessibility plans by 1 June 2023 (100+ employees) or 1 June 2024 (10–99 employees). Trades, restaurants, clinics and brokerages in BC are provincially regulated and are not covered.

Do accessibility overlay widgets work? No. Overlays are the one-line scripts that promise instant compliance. In 2025 the US Federal Trade Commission required overlay vendor accessiBe to pay $1 million over claims its widget automatically met WCAG 2.1 AA, finding it failed on basics like menus, form fields and image descriptions. Fix the site instead.

How do I check whether my website is accessible? Five free steps: tab through the site with no mouse, read it at 30% phone brightness, run Lighthouse or WAVE on your home and contact pages, listen to the page with VoiceOver or TalkBack, then fill in your own quote form using only the keyboard. Write down what fails.

Does an accessible website help my Google rankings? Not directly — Google has never confirmed accessibility as a ranking factor. The overlap is real but indirect: alt text, clear headings, descriptive link text, labelled forms and fast pages help both screen readers and crawlers understand your page. Treat rankings as a side effect, not the reason.

The honest summary

You are probably not legally required to meet WCAG on your BC business website today. Standards are being developed provincially and will likely reach parts of the private sector in phases. Meanwhile about one in four British Columbians reports a disability, Kamloops skews older than the country, and the fixes that matter most are cheap and quick. Do the twenty-minute check, fix the contrast, describe your photos, label your forms. Skip the widget.


Written by Jagatjeet — Jagatjeet (jagatjeet.com) is a web design, local SEO and AI automation studio in Kamloops, British Columbia, serving the Thompson-Okanagan and BC Interior. Published 11 August 2026. Last updated 11 August 2026. This article summarises publicly available law and standards as of that date and is not legal advice.

Free tool: Website Grader

Accessibility sits on the same foundation as speed, mobile layout, and page structure — get an instant grade on all three before you fix anything.

Grade my website →

New posts by email

Local SEO, web design, and digital marketing for BC Interior businesses. When a new post publishes — not on a schedule.

Get started

Want more customers finding your Kamloops business?

I build websites, local SEO, and Google Business Profile setups for Kamloops and BC Interior businesses. Get a free review of your site and Google presence — I'll tell you exactly what's costing you customers, no pitch.

Free, no pitch. Based in Kamloops, BC — serving the BC Interior.