Want something practical? Here are five common accessibility mistakes — and simple ways to improve them:
Problem: Low-contrast text
Why it matters: It can be difficult or impossible to read for people with low vision.
Simple solution: Use a contrast checker such as WebAIM’s contrast tool.
Problem: Images without useful alt text
Why it matters: A screen reader may not be able to communicate the image’s purpose or meaning.
Simple solution: Add appropriate alternative text when the image conveys information. Example: alt="Marie smiling in front of her computer"
Problem: Poor heading structure — for example jumping between heading levels without a logical hierarchy
Why it matters: The content structure can become difficult to understand, especially for people navigating by headings with assistive technology.
Simple solution: Use headings to represent the actual hierarchy of your content: <h1>, <h2>, <h3>, and so on.
Problem: Vague links such as “click here”
Why it matters: When links are read out of context, labels such as “click here” do not explain where they lead.
Simple solution: Make the link text meaningful. For example: “Download the free accessibility guide” instead of “click here”.
Problem: Navigation that only works with a mouse
Why it matters: Some people cannot use a mouse because of motor impairments, injuries, or their choice of assistive technology.
Simple solution: Test your website using the Tab key. Can you reach and activate all interactive controls? If not, review focus behavior and keyboard interactions.
💬 “But I’m not a designer or an experienced developer…”
That is fine. You do not need to be perfect to start. Pick one issue. Fix it. Then turn that improvement into a habit.