Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction5 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DHeading HierarchyAction34 headings, 3 skip(s)FIX
- H1 Welcome To Inclusion Health
- H1 Our Occupational Therapy Services duplicate H1
- H3 Pediatric Occupational Therapy skipped
- H3 Occupational Therapy For Seniors
- H3 Occupational Therapy For Adults
- H1 Specialized Occupational Therapy Services duplicate H1
- H4 Sensory Profile skipped
- H4 Toilet Training Programme
- H4 Handwriting Programme
- H4 Return to Work and Case Management
- H4 Hospital Discharge and Home Health
- H4 Home Modification Assessments
- H4 Ergonomics
- H4 Wheelchair Seating and Positioning
- H2 Frequently Asked Questions
- H1 What is occupational therapy? duplicate H1
- H1 What age groups do you provide occupational therapy services for? duplicate H1
- H1 How can occupational therapy benefit children? duplicate H1
- H1 Can occupational therapy help seniors with aging-related challenges? duplicate H1
- H1 What services do you provide for adults? duplicate H1
- H1 How can I schedule an appointment or learn more about your services? duplicate H1
- H1 What funding sources do you accept? duplicate H1
- H1 How long are the occupational therapy sessions? duplicate H1
- H1 Is occupational therapy covered by insurance? duplicate H1
- H1 Where are your locations? duplicate H1
- H2 Get in Touch With Us
- H2 Take the first step towards improved health, independence, and well-being.
- H4 Contact Inclusion Health today and let us help you unlock your full potential. skipped
- H5 Sitemap
- H5 Legal
- H5 Contact
- H5 Hours
- H5 Locations
- H5 Social Media
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
DAlt Text QualityAction3 of 20 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction11 issue(s) across 52 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/profile.php?id=… | Visit our Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/inclusion_heal… | Visit our Instagram | new tab | Add '(opens in new tab)' to text |
| https://twitter.com | Visit our Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/profile.php?id=… | Visit our Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/inclusion_heal… | Visit our Instagram | new tab | Add '(opens in new tab)' to text |
| https://twitter.com | Visit our Twitter | new tab | Add '(opens in new tab)' to text |
| https://inclusionhealth.ca/ | (empty) | empty | Add link text or aria-label |
| https://inclusionhealth.ca/our-services/… | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: Pediatric Occupational Therapy | |||
| https://inclusionhealth.ca/our-services/… | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: Occupational Therapy For Seniors | |||
| https://inclusionhealth.ca/our-services/… | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: Occupational Therapy For Adults | |||
| https://inclusionhealth.ca/at-home-thera… | (empty) | empty | Add link text or aria-label |
| https://inclusionhealth.ca/at-home-thera… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: At Home Therapies | |||
| https://inclusionhealth.ca/functional-ca… | (empty) | empty | Add link text or aria-label |
| https://inclusionhealth.ca/functional-ca… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Functional Capacity Evals | |||
| https://inclusionhealth.ca/stroke-rehab-… | (empty) | empty | Add link text or aria-label |
| https://inclusionhealth.ca/stroke-rehab-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Stroke Rehab Ot | |||
| https://www.facebook.com/profile.php?id=… | Visit our Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/inclusion_heal… | Visit our Instagram | new tab | Add '(opens in new tab)' to text |
| https://twitter.com | Visit our Twitter | new tab | Add '(opens in new tab)' to text |
| https://designfoundry.agency/ | Design Foundry | new tab | Add '(opens in new tab)' to text |
| https://inclusionhealth.ca/privacy-polic… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Privacy Policy | |||
Links without text are announced as raw URLs by screen readers.
https://inclusionhealth.ca/; https://inclusionhealth.ca/at-home-therapies/; https://inclusionhealth.ca/functional-capacity-evals/; https://inclusionhealth.ca/stroke-rehab-ot/
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
https://inclusionhealth.ca/our-services/pediatric-occupational-therapy/ ("LEARN MORE"); https://inclusionhealth.ca/our-services/occupational-therapy-for-seniors/ ("LEARN MORE"); https://inclusionhealth.ca/our-services/occupational-therapy-for-adults/ ("LEARN MORE"); https://inclusionhealth.ca/at-home-therapies/ ("Read More"); https://inclusionhealth.ca/functional-capacity-evals/ ("Read More"); https://inclusionhealth.ca/stroke-rehab-ot/ ("Read More"); https://inclusionhealth.ca/privacy-policy/ ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/profile.php?id=61561567422596; https://www.instagram.com/inclusion_health; https://twitter.com; https://www.facebook.com/profile.php?id=61561567422596; https://www.instagram.com/inclusion_health; https://twitter.com; https://www.facebook.com/profile.php?id=61561567422596; https://www.instagram.com/inclusion_health; https://twitter.com; https://designfoundry.agency/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Welcome To Inclusion… | 2.85:1 | 3.0:1 | #000000 | #535279 | Fail |
| h1 Our Occupational The… | 2.47:1 | 3.0:1 | #000000 | #3B4B79 | Fail |
| h1 Specialized Occupati… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 What is occupational… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 What age groups do y… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 How can occupational… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 Can occupational the… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 What services do you… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 How can I schedule a… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 What funding sources… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 How long are the occ… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 Is occupational ther… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h1 Where are your locat… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h2 Frequently Asked Que… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h2 Get in Touch With Us | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h2 Take the first step … | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h3 Pediatric Occupation… | 5.08:1 | 3.0:1 | #000000 | #767B9B | Pass |
| h3 Occupational Therapy… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| h3 Occupational Therapy… | 4.02:1 | 3.0:1 | #000000 | #706980 | Pass |
| title Occupational Therapy… | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 84/100 — 5 failing, 21 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Make A Referral div#_header_row-3-161 > div.oxy-header-container > div#_header_right-6-161 > a#link_button-28-161 |
CONTACT US div.ct-section-inner-wrap > div#new_columns-8-55 > div#div_block-10-55 > a#link_button-298-7 |
Design Foundry section#section-3-48 > div.ct-section-inner-wrap > div#text_block-5-48 > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Pediatric Occupational Therapy div.ct-section-inner-wrap > div#new_columns-306-7 > div#div_block-309-7 > h3#headline-311-7 |
Sensory Profile div.ct-section-inner-wrap > div#new_columns-323-7 > div#div_block-326-7 > h4#headline-328-7 |
Contact Inclusion Health today and let us help you unlock your full potential. div.ct-section-inner-wrap > div#new_columns-8-55 > div#div_block-10-55 > h4#headline-17-55 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.oxy-posts > div.oxy-post > a > img.oxy-post-image div.oxy-posts > div.oxy-post > a > img.oxy-post-image |
div.oxy-posts > div.oxy-post > a > img.oxy-post-image div.oxy-posts > div.oxy-post > a > img.oxy-post-image |
div.oxy-posts > div.oxy-post > a > img.oxy-post-image div.oxy-posts > div.oxy-post > a > img.oxy-post-image |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#_header_row-7-161 > div.oxy-header-container > div#_header_left-8-161 > a#link-23-161 div#_header_row-7-161 > div.oxy-header-container > div#_header_left-8-161 > a#link-23-161 |
div#_posts_grid-373-7 > div.oxy-posts > div.oxy-post > a div#_posts_grid-373-7 > div.oxy-posts > div.oxy-post > a |
div#_posts_grid-373-7 > div.oxy-posts > div.oxy-post > a div#_posts_grid-373-7 > div.oxy-posts > div.oxy-post > a |
div#_posts_grid-373-7 > div.oxy-posts > div.oxy-post > a div#_posts_grid-373-7 > div.oxy-posts > div.oxy-post > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
A+Heading Text QualityAll 34 heading(s) have substantive, well-formed textPASS
A+Form AccessibilityAll 7 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #wpforms-59-field_0 | text | First | for/id |
| #wpforms-59-field_0-last | text | Last | for/id |
| #wpforms-59-field_6 | text | Phone Number * | for/id |
| #wpforms-59-field_1 | Email * | for/id | |
| #wpforms-59-field_3 | text | Which City Are You Located In | for/id |
| #wpforms-59-field_2 | textarea | Comment or Message | for/id |
| #wpforms-59-field_4_1 | checkbox | By proceeding, you agree to our Terms of Service & Privacy Policy. | for/id |