Skip to main content
Back to Blog

Why Accessibility Is the Soil Your Website Grows In

By Brent Passmore 3 min read

Updated

The roots come first

There's a reason farmers spend more time preparing soil than planting seeds. Without the right foundation, nothing grows well, no matter how good the seed stock is.

Web accessibility works the same way. It's not a coat of paint you apply after the build is done. It's not a line item on a checklist you rush through before launch. Accessibility is the soil your entire digital presence grows in.

What we mean when we say WCAG

The Web Content Accessibility Guidelines (WCAG for short) are a set of standards published by the W3C that define how to make web content perceivable, operable, understandable, and robust for everyone. WCAG 2.1 AA is the most widely adopted benchmark, and it covers everything from color contrast ratios to keyboard navigation to screen reader compatibility.

Think of WCAG like a soil test. It tells you exactly what your ground needs: where the pH is off, where nutrients are missing, where drainage could be better. You don't guess at soil health. You test it. The same discipline applies to accessibility.

Accessibility isn't charity. It's quality

One of the most persistent myths in web development is that accessibility is something you do for a small group of people. That framing misses the point entirely.

Accessible websites are better websites. Period. When you structure your HTML semantically, your SEO improves. When you ensure keyboard navigation works, your power users benefit. When you write clear, descriptive alt text, everyone gains context, including search engines.

Accessibility is the rising tide that lifts every boat in the harbor.

The cost of skipping it

Retrofitting accessibility is like trying to amend hardpan clay after you've already planted the orchard. It's expensive, disruptive, and you'll never get the same results as if you'd prepared the ground first.

We built eiSEO specifically because we saw teams treating accessibility as an afterthought, a compliance box to check before a deadline. The issues pile up. The remediation costs compound. And the people who can't use your site? They leave quietly, and they don't come back.

Start with the soil

If you're building a new site or redesigning an existing one, plant accessibility into your process from day one:

  • Use semantic HTML elements (nav, main, header, footer, article) instead of generic divs for everything.
  • Ensure every interactive element is reachable by keyboard.
  • Maintain a minimum 4.5:1 color contrast ratio for body text.
  • Write alt text that describes the purpose of an image, not just what it looks like.
  • Test with a screen reader at least once before you ship.

Good soil doesn't happen by accident. Neither does an accessible website. But when you get the foundation right, everything you plant in it has room to grow.

Accessibility as foundation.

What does it mean to treat accessibility as a foundation?

Treating accessibility as a foundation means building it into your site from the start rather than adding it later. Just as healthy soil supports everything a farm grows, WCAG-compliant markup, semantic HTML, and keyboard operability support every feature and interaction on your website. Retrofitting accessibility is expensive and disruptive compared to building it in from the beginning.

Is WCAG compliance required by law?

In many jurisdictions, yes. The Americans with Disabilities Act, Section 508, and the European Accessibility Act all require varying levels of digital accessibility. Beyond legal requirements, WCAG compliance improves usability for everyone and reduces risk of accessibility-related lawsuits, which have increased steadily in recent years.

How does accessibility improve SEO?

Accessibility and SEO share common foundations. Semantic HTML helps search engines understand page structure. Descriptive alt text gives crawlers context for images. Proper heading hierarchy creates clear content outlines. Keyboard-navigable interfaces tend to have cleaner code. Investing in accessibility almost always strengthens your search performance.

More from the field

One Shed: Why We Merged eiAEO into eiSEO

Two tools scanning the same field never made sense for long. We merged eiAEO into eiSEO so every scan covers SEO, accessibility, and answer engine optimization in one pass.

4 min read

The Farm-Fresh Approach to Building Software

Factory-farmed code ships fast and breaks faster. Here's why we take the agrarian approach to software: patient, intentional, and built to last more than one season.

3 min read