add share buttons

5 Things You Can Do To Keep Your Website AODA Compliant in Ontario

AODA – the Accessibility for Ontarians with Disabilities Act, aims to identify, remove, and prevent barriers for people with disabilities and in terms of websites.

It applies to private or a non-profit organization with more than 50 employees and public sector organizations. Essentially it states that new public websites, significantly refreshed websites and any web content posted after January 1, 2012, must meet Web Content Accessibility Guidelines (WCAG) 2.0 Level A.

If you want to hire a reputable company which can check whether you have the AODA Compliant website, navigate to https://cudest.com/aoda-compliant-website/.

AODA Compliant website

Here then is a list of 5 things you can do to keep your website AODA compliant. It’s not a comprehensive list, but it is 5 issues we see popping up often find on websites that prevent them from passing.

1. Missing alt tags in images

Alt tags are a place to specify the description of an image, and what they are used for is to describe the image to anybody viewing the website who may be visually impaired, or has images disabled in their web browser (not too common anymore, but back in the early days of the internet plenty of folks would have images off and only turned them on if they wanted to see something).

Alt tags can be added by code, or most systems these days have a handy place to enter them.

2. Header Issue

HTML has a structure, and the structure is used to help describe the page to assistive technologies. The H1 tag is the main headline on the page. Following that there is h2, h3, all the way down to h6, and then bold text and your body copy.

Ideally, you shouldn’t jump from h1 to h3, without having an h2 first. Using bold text as a heading will also cause a site to not pass compliance.

3. Colour Contrast Issues (text colours and backgrounds)

If you’re putting coloured text on top of a coloured background, its important to make sure there is enough contrast between the two colours.

4. Multiple elements with the same ID

ID tags are often used for styling, and they’re also used by assistive technologies reading the page. An ID of a given name should only be used once on a page, lest it confuses things – both the look of the page as well as the accessibility.

Many elements won’t have ids, but we find this issue most often after to an editor has duplicated a content element and then not known, or forgot to change the id.

5. Broken Links

Links need to do what they say they are going to do, so if a link goes to a page that isn’t working anymore the site won’t pass the accessibility checks. Luckily there are plenty of link checkers out there that you can use to scan your site for broken links.

These are some of the things you can do to keep your website AODA compliant. There are a number of tools out there on the market to scan for AODA and/or WCAG compliance, a google search should turn up plenty.