Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure13 landmarksREVIEW
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
BAlt Text Quality2 of 16 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
BLink & Button Quality1 issue(s) across 154 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.health.gov.au/ | Australian Government, health … | new tab | Add '(opens in new tab)' to text |
| https://www.health.act.gov.au/ | ACT Government logo | new tab | Add '(opens in new tab)' to text |
| https://www.health.nsw.gov.au/ | New South Wales government log… | new tab | Add '(opens in new tab)' to text |
| https://health.nt.gov.au/ | Northern Territory Government … | new tab | Add '(opens in new tab)' to text |
| https://www.health.qld.gov.au/ | Queensland Government logo | new tab | Add '(opens in new tab)' to text |
| https://www.sahealth.sa.gov.au/ | Government of South Australia … | new tab | Add '(opens in new tab)' to text |
| https://www.health.tas.gov.au/ | Tasmanian government logo | new tab | Add '(opens in new tab)' to text |
| https://www2.health.vic.gov.au/ | Victorian government logo | new tab | Add '(opens in new tab)' to text |
| https://ww2.health.wa.gov.au/ | Government of Western Australi… | new tab | Add '(opens in new tab)' to text |
| https://about.healthdirect.gov.au/linkin… | Linking to us | new tab | Add '(opens in new tab)' to text |
| https://about.healthdirect.gov.au/ | About us | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/healthdirectaus… | link to facebook page | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/healthdirectau… | link to instagram page | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/healthd… | link to linked-in page | new tab | Add '(opens in new tab)' to text |
| https://about.healthdirect.gov.au/end-to… | clinical governance | new tab | Add '(opens in new tab)' to text |
| https://www.healthdirect.gov.au/quality-… | quality and safety processes | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.health.gov.au/; https://www.health.act.gov.au/; https://www.health.nsw.gov.au/; https://health.nt.gov.au/; https://www.health.qld.gov.au/; https://www.sahealth.sa.gov.au/; https://www.health.tas.gov.au/; https://www2.health.vic.gov.au/; https://ww2.health.wa.gov.au/; https://about.healthdirect.gov.au/linking-to-us (+8 more)
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.dor-modal_body-exit (#510 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BFavicon & Branding6 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 16 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 Get health informati… | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h1 Healthdirect 24hr 7 … | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h1 Government Accredite… | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 Symptom Checker | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 About Symptom Checke… | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 Find a health servic… | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 Health topics | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 About | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 Discover | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 Resources in your la… | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h2 Support for this bro… | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| h3 Get started | 2.10:1 | 3.0:1 | #000000 | #1E4759 | Fail |
| title Trusted Health Advic… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Sign in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Join | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Sign in | 15.02:1 | 4.5:1 | #000000 | #DADADA | Pass |
| button Menu | 2.10:1 | 4.5:1 | #000000 | #1E4759 | Fail |
| span Healthdirect | 2.10:1 | 4.5:1 | #000000 | #1E4759 | Fail |
| span Free Australian heal… | 2.10:1 | 4.5:1 | #000000 | #1E4759 | Fail |
| button Join | 2.10:1 | 4.5:1 | #000000 | #1E4759 | Fail |
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.
AHeading Hierarchy13 headingsPASS
- H1 Healthdirect Free Australian health advice you can count on.
- H1 Get health information and advice duplicate H1
- H2 Symptom Checker
- H3 Get started
- H2 About Symptom Checker
- H2 Find a health service
- H2 Health topics
- H1 Healthdirect 24hr 7 days a week hotline duplicate H1
- H1 Government Accredited with over 140 information partners duplicate H1
- H2 About
- H2 Discover
- H2 Resources in your language
- H2 Support for this browser is being discontinued
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
AForm Accessibility1 of 16 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #header-search-mobile-mode | search | Enter your search terms | aria-label |
| #header-search-desktop-mode | search | Enter your search terms | aria-label |
| symptomPatient | radio | none | |
| symptomPatient | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| selectedServiceType | radio | none | |
| #search-location-node-homepage-mode | search | Enter a location | aria-label |
| input | checkbox | none | |
| #header-search-home-article-topic-search | search | Enter your search terms | aria-label |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 28 passedPASS
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.