We already know what web accessibility is. Now we tackle the question every team asks sooner or later: why invest time and money in it? The answer has four sides that reinforce one another: an ethical and social reason, a solid business case (a larger market, better SEO, higher retention, and a stronger reputation), a real legal risk, and the often-hidden cost of not doing it. In this lesson we build that complete argument, show how accessibility benefits all users (not only those with a permanent disability), and ground it in the surfaces of Cursalia. With this, you will have the ammunition to defend accessibility to management, the business side, or clients.

Contents

  1. The ethical and social dimension
  2. The business case: market, SEO, retention, and brand
  3. Legal risk (a quick view)
  4. The cost of inaccessibility
  5. It benefits everyone: situational, temporary, and permanent disability
  6. Benefits table by stakeholder

  1. The ethical and social dimension

The first reason is the simplest and the most important: the web is a right, not a privilege. Today we book medical appointments, study, work, shop, and connect online. Leaving a person out because of how a site is built is like putting a barrier in front of an essential service.

The very inventor of the web, Tim Berners-Lee, summed it up like this:

"The power of the web is in its universality. Access by everyone regardless of disability is an essential aspect."

In practical terms, accessibility is a matter of equity and non-discrimination. For an educational brand like Cursalia, whose stated purpose is "learning for everyone," a catalog that a blind student cannot navigate is, quite simply, a contradiction of its mission.

  1. The business case: market, SEO, retention, and brand

Ethics convinces people; the business case convinces budgets. The good news is that both point in the same direction.

Market reach

People with disabilities are an enormous group (around 15-16% of the world's population according to the WHO), on top of which come their families and their aggregate purchasing power. An inaccessible site drives away a fraction of potential customers before they can even take an interest in the product. If Cursalia's enrollment form can't be completed with a keyboard, those enrollments simply don't happen.

SEO (search engine ranking)

Many accessibility practices coincide with SEO practices, because a search engine is, in essence, a "blind user" crawling your site:

  • The text alternative on images helps both screen readers and Google Images.
  • A correct heading hierarchy (<h1>, <h2>…) structures the content for screen readers and for the crawler.
  • Video transcripts give Google indexable text for content that would otherwise be opaque.
  • Semantic HTML (which we will see in Module 4) improves both parties' understanding of the content.

Retention and conversion

An accessible site is usually also clearer, faster, and easier to use, which reduces abandonment. If Cursalia's video-lesson player has captions and a transcript, a student finishes it even in a noisy environment; if the enrollment process is clear and free of traps, more sign-ups are completed.

Brand reputation

Accessibility communicates values. A brand perceived as inclusive earns trust; and conversely, a lawsuit or a viral complaint about exclusion does reputational damage that is hard to repair. For Cursalia, "a campus accessible to everyone" is a selling point, not just a technical requirement.

  1. Legal risk (a quick view)

There is an additional, very tangible reason: in a growing number of countries, web accessibility is a legal obligation, not a recommendation. Failing to meet it can bring lawsuits, financial penalties, and the obligation to rework the product in a rush.

Here we mention it only as part of the argument: the detail of which laws exist, who they bind, and what they require is covered in lesson 01-03 ("Overview of Accessibility Laws and Standards"). For now, hold on to the idea: for many services, accessibility is no longer optional.

  1. The cost of inaccessibility

It is common to see accessibility only as an expense. It is worth flipping the perspective and accounting for the cost of not doing it:

Type of cost What it translates into
Lost revenue Customers who can't complete a purchase/enrollment and go to a competitor.
Cost of reworking (retrofitting) Fixing accessibility at the end costs far more than integrating it from the design stage.
Legal risk Lawsuits, penalties, defense costs (detail in 01-03).
Reputational damage Public complaints, bad press, loss of trust.
Support and returns More reports from users who can't complete tasks.
Technical debt Inaccessible code tends also to be lower-quality code that is harder to maintain.

The practical rule worth remembering: the later a barrier is fixed, the more expensive it is. A missing alt is fixed in a minute during development; discovering after launch that the entire student-dashboard SPA is unusable with a keyboard can cost a full redesign.

  1. It benefits everyone: situational, temporary, and permanent disability

We revisit and expand the "curb-cut effect" from the previous lesson with a very useful model from Microsoft: almost any permanent limitation has temporary and situational equivalents that happen to everyone. Designing for the permanent case also solves the other two.

Ability affected Permanent Temporary Situational
Seeing Blind person Eye infection, dilated pupil Driving; direct sunlight on the phone screen
Hearing Deaf person Ear infection Being in a meeting, a noisy bar, or without headphones
Moving an arm Amputation Arm in a cast Holding a baby; carrying the groceries
Speaking Muteness Laryngitis Being in a quiet library

Applied to Cursalia, this means that "accessibility" improvements are in fact improvements for the entire body of students:

  • Captions and transcript in the player: used by the deaf person (permanent), by someone with an ear infection (temporary), and by someone studying on the subway without headphones (situational).
  • Good contrast in the brand palette: appreciated by the person with low vision and also by anyone looking at their phone in the sun.
  • Keyboard navigation in the quizzes: essential for someone who can't use the mouse and convenient for the power user who moves fast or for someone whose mouse is broken.
  • Clear text on the course detail page: helps people with cognitive difficulties and anyone who is in a hurry or tired.

The business takeaway is emphatic: every euro invested in accessibility pays off in a better experience for 100% of users, not just for a minority.

  1. Benefits table by stakeholder

Different people in an organization are convinced by different arguments. This table sums up what each of them gains from accessibility, and it is a useful tool when you have to "sell" the project internally:

Stakeholder What they gain from accessibility
Users / students They can use the service independently, without barriers or frustration.
Business / management A larger market, more conversions, a better reputation, less legal risk.
Marketing / brand Better SEO, an inclusive image, a distinctive selling point.
Product / design Clearer, more usable interfaces for the whole audience.
Development More semantic, robust, and maintainable code; less technical debt.
Legal / compliance Regulatory compliance and reduced exposure to lawsuits.
Support Fewer reports from users who can't complete tasks.

Common Mistakes and Tips

  • Presenting accessibility only as a "legal obligation." It breeds resistance ("the bare minimum so we don't get sued?"). Always combine it with the business case and the ethical one.
  • Thinking it's "for a few users." With the situational/temporary model, the beneficiary is practically your entire audience.
  • Ignoring the synergy with SEO. It is one of the arguments that most convinces marketing: accessibility and search ranking go hand in hand.
  • Leaving it "for when there's budget." The cost grows the later it is addressed; the cheap option is to integrate it from the start.
  • Tip: tailor the argument to your audience. Talk to management about market and risk; to marketing, about SEO and brand; to development, about maintainable code. The stakeholder table is your script.

Exercises

Exercise 1. Cursalia's management team says: "Accessibility is a cost for a minority; it's not a priority." Write a brief response (4-5 sentences) that combines the ethical argument, the market argument, and the SEO argument.

Exercise 2. For each accessibility improvement in Cursalia, name a permanent, a temporary, and a situational beneficiary:

  1. Captions in the video lessons.
  2. High contrast in the brand palette.

Exercise 3. Classify each consequence of an inaccessible site by type of cost (revenue, rework, legal, reputation, support):

  1. An influencer posts that they couldn't enroll as a blind person and it goes viral.
  2. The entire dashboard SPA has to be reprogrammed to work with a keyboard after launch.
  3. Hundreds of users contact support because they can't submit the form.

Solutions

Solution 1. Example: "It's not a minority: around 15% of the population has some disability, and with the situational/temporary model the benefit reaches nearly all our students (for example, someone studying on the subway without headphones). Ethically, leaving a user out contradicts our mission of 'learning for everyone.' And in business terms, many accessibility improvements—text alternatives, headings, transcripts—also improve our SEO, attracting more organic traffic. In other words, investing here expands market and ranking at the same time."

Solution 2.

  1. Captions: permanent = deaf person; temporary = someone with an ear infection; situational = studying in a noisy place or without headphones.
  2. Contrast: permanent = person with low vision or color blindness; temporary = eye strain after many hours of screen time; situational = using the phone in the sun.

Solution 3. 1. Reputation (and potentially legal). 2. Cost of reworking (retrofitting). 3. Support (and lost revenue, because those enrollments are not completed).

Conclusion

The importance of web accessibility rests on four pillars: it is the ethically right thing to do, it has a clear business case (market, SEO, retention, brand), it reduces legal risk, and it avoids the high cost of inaccessibility. And thanks to the situational/temporary/permanent model, its benefits reach all users, not a minority. With the stakeholder table, you now have an argument to defend it to any audience.

We have mentioned "legal risk" several times without going into detail. That is exactly what we will look at in the next lesson, "Overview of Accessibility Laws and Standards": which standards exist in Europe, Spain, and the United States, who they bind, and what level of compliance they require.

© Copyright 2026. All rights reserved