Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction14 of 52 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 12 image(s) |
| generic | 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
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 QualityAction13 issue(s) across 185 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://study.anu.edu.au/related-informa… | (empty) | empty | Add link text or aria-label |
| https://study.anu.edu.au/related-informa… | (empty) | empty | Add link text or aria-label |
| https://study.anu.edu.au/related-informa… | (empty) | empty | Add link text or aria-label |
| https://study.anu.edu.au/related-informa… | (empty) | empty | Add link text or aria-label |
| https://study.anu.edu.au/related-informa… | Undergraduate students | img no alt | Add alt attribute to the image |
| https://study.anu.edu.au/related-informa… | Postgraduate students | img no alt | Add alt attribute to the image |
| https://study.anu.edu.au/related-informa… | Postgraduate research students | img no alt | Add alt attribute to the image |
| https://study.anu.edu.au/related-informa… | International students | img no alt | Add alt attribute to the image |
| /news/all-news/scientists-rescue-the-los… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Scientists Rescue The Lost Song Of The Critically Endangered Regent Honeyeater | |||
| /culture-creativity-societies | (empty) | empty | Add link text or aria-label |
| /environment-sustainability | (empty) | empty | Add link text or aria-label |
| /future-security | (empty) | empty | Add link text or aria-label |
| /health-medicine | (empty) | empty | Add link text or aria-label |
| /our-regional-global-context | (empty) | empty | Add link text or aria-label |
| /science-innovative-technology | (empty) | empty | Add link text or aria-label |
| https://research.anu.edu.au/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Home page | |||
| https://research.anu.edu.au/our-research… | Research | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Culture, creativity & societie… | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Research | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Environment & sustainability | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Research | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Future security | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Research | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Health & medicine | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Research | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Our regional & global context | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Research | new tab | Add '(opens in new tab)' to text |
| https://research.anu.edu.au/our-research… | Science & innovative technolog… | new tab | Add '(opens in new tab)' to text |
| https://researchportalplus.anu.edu.au | Researcher search | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/TheAustralianNa… | ANU Facebook Link | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/anumedia | ANU Twitter Link | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/school/162587/ | ANU Linkedin Link | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/ANUchannel | ANU Youtube Link | new tab | Add '(opens in new tab)' to text |
| http://www.anu.edu.au/news/publications-… | ANU Weixin/Wechat Link | new tab | Add '(opens in new tab)' to text |
| https://policies.anu.edu.au/ppl/document… | ANU Privacy Policy, opens in a… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; https://study.anu.edu.au/related-information/information-undergraduate-students; https://study.anu.edu.au/related-information/information-postgraduate-students; https://study.anu.edu.au/related-information/information-postgraduate-researc…; https://study.anu.edu.au/related-information/information-prospective-internat…; /culture-creativity-societies; /environment-sustainability; /future-security; /health-medicine; /our-regional-global-context (+1 more)
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.
/news/all-news/scientists-rescue-the-lost-song-of-the-critically-endangered-r… ("Read more"); https://research.anu.edu.au/ ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://study.anu.edu.au/related-information/information-undergraduate-students"]; a[href="https://study.anu.edu.au/related-information/information-postgraduate-students"]; a[href="https://study.anu.edu.au/related-information/information-postgraduate-researc…"]; a[href="https://study.anu.edu.au/related-information/information-prospective-internat…"]; a[href="https://research.anu.edu.au/our-research#researchAreas"]; a[href="https://research.anu.edu.au/our-research#researchAreas"]; a[href="https://research.anu.edu.au/our-research#researchAreas"]; a[href="https://research.anu.edu.au/our-research#researchAreas"]; a[href="https://research.anu.edu.au/our-research#researchAreas"]; a[href="https://research.anu.edu.au/our-research#researchAreas"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://research.anu.edu.au/our-research#researchAreas; https://research.anu.edu.au/our-research#researchAreas; https://research.anu.edu.au/our-research#researchAreas; https://research.anu.edu.au/our-research#researchAreas; https://research.anu.edu.au/our-research#researchAreas; https://research.anu.edu.au/our-research#researchAreas; https://researchportalplus.anu.edu.au; https://www.facebook.com/TheAustralianNationalUniversity; https://twitter.com/anumedia; https://www.linkedin.com/school/162587/ (+4 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
FFavicon & BrandingAction1 icon(s) detectedFIX
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
BHeading Hierarchy54 headingsREVIEW
- H2 Main navigation
- H2 Apply for Semester 2, 2026: International student applications close 15 May
- H2 Apply for Semester 2, 2026: International student applications close 15 May
- H2 Study at ANU
- H3 Undergraduate students
- H3 Postgraduate students
- H3 Postgraduate research students
- H3 Prospective international students
- H2 Find out more about
- H2 Study at ANU
- H2 Latest news
- H2 Scientists rescue the lost song of the critically endangered regent honeyeater
- H3 Screening blitz could achieve cervical cancer elimination among Indigenous communities within a generation
- H3 Most Australians believe life was better 50 years ago: ANUpoll
- H3 Advancing national resilience through consultation and dialogue
- H2 Latest news
- H2 Scientists rescue the lost song of the critically endangered regent honeyeater
- H3 Screening blitz could achieve cervical cancer elimination among Indigenous communities within a generation
- H3 Most Australians believe life was better 50 years ago: ANUpoll
- H3 Advancing national resilience through consultation and dialogue
- H3 More ANU news
- H3 For journalists
- H2 Research & innovation
- H3 Culture, creativity & societies
- H3 Environment & sustainability
- H3 Future security
- H3 Health & medicine
- H3 Our regional & global context
- H3 Science & innovative technology
- H2 Find out more about
- H2 Research & innovation
- H3 Culture, creativity & societies
- H3 Environment & sustainability
- H3 Future security
- H3 Health & medicine
- H3 Our regional & global context
- H3 Science & innovative technology
- H3 Culture, creativity & societies
- H3 Environment & sustainability
- H3 Future security
- H3 Health & medicine
- H3 Our regional & global context
- H3 Science & innovative technology
- H2 Academic colleges
- H2 Research
- H2 Divisions
- H2 Admission
- H2 Resources
- H2 More information
- H2 Cookie Settings
- H3 (empty)
- H4 Essential Cookies
- H4 Marketing Cookies
- H3 Cookie List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
B404 Error PageHTTP 404, custom pageREVIEW
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Main navigation | 5.19:1 | 3.0:1 | #000000 | #7B816B | Pass |
| h2 Apply for Semester 2… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Apply for Semester 2… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Study at ANU | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find out more about | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Research & innovatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find out more about | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Academic colleges | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Research | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Divisions | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Admission | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie Settings | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title The Australian Natio… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a The Australian Natio… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Newsroom | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Events | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
ALandmark Structure12 landmarksPASS
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
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #programs-courses-search | text | Search programs and courses | for/id |
| #programs-courses-search | text | Search programs and courses | for/id |
| #ot-group-id-C0005 | checkbox | Marketing Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| Submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="Submit">
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
A+Lighthouse Accessibility AuditsScore 97/100 — 2 failing, 29 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Contact ANU div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Copyright div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Disclaimer div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Privacy div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Freedom of Information div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Accessibility div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read more div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |