Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 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
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
DFavicon & BrandingAction4 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
BAlt Text Quality2 of 23 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 Quality3 issue(s) across 111 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.sydney.edu.au/study.html | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Study.Html | |||
| /about-us/vision-and-values/our-aborigin… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Our Aboriginal And Torres Strait Islander Community.Html | |||
| https://bsky.app/profile/sydney.edu.au | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://bsky.app/profile/sydney.edu.au
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://www.sydney.edu.au/study.html ("Learn more"); /about-us/vision-and-values/our-aboriginal-and-torres-strait-islander-communi… ("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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h1 Australia's leading … | 9.03:1 | 3.0:1 | #000000 | #B5A89A | Pass |
| h1 Leadership for good … | 5.24:1 | 3.0:1 | #000000 | #E54626 | Pass |
| h1 Find a course | 4.64:1 | 3.0:1 | #000000 | #D54225 | Pass |
| h2 Leadership for good … | 1.14:1 | 3.0:1 | #000000 | #1D110A | Fail |
| h2 Find a course | 4.64:1 | 3.0:1 | #000000 | #D54225 | Pass |
| h2 Study | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Study levels | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 International Studen… | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Why study at Sydney? | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Register for your gu… | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 About | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 1st in Australia, 25… | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 15th for sustainabil… | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 International Events | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Our research | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Research areas | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Research centres | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Find a researcher | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Alumni | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | Pass |
| h2 Partner | 18.90:1 | 3.0:1 | #000000 | #F2F3F4 | 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.
AHeading Hierarchy47 headingsPASS
- H1 Australia's leading global university
- H2 Leadership for good starts here
- H1 Leadership for good starts here duplicate H1
- H1 Find a course duplicate H1
- H2 Find a course
- H2 Study
- H2 Study levels
- H2 International Students
- H2 Why study at Sydney?
- H3 World leading university
- H3 Live in beautiful Sydney
- H3 Diverse study areas
- H2 Register for your guide to our courses, admissions criteria, scholarships, and more.
- H2 About
- H2 1st in Australia, 25th globally
- H2 15th for sustainability
- H2 International Events
- H2 Our research
- H3 Research areas
- H2 Research areas
- H3 Research centres
- H2 Research centres
- H3 Find a researcher
- H2 Find a researcher
- H2 Alumni
- H2 Partner
- H2 News and opinion
- H3 Google backs digital frontiers research at University of Sydney
- H2 Google backs digital frontiers research at University of Sydney
- H3 University of Sydney ranks 10 disciplines in global top 25
- H2 University of Sydney ranks 10 disciplines in global top 25
- H3 Snow Fellowship awarded to University of Sydney researcher
- H2 Snow Fellowship awarded to University of Sydney researcher
- H2 Contact us
- H2 Contact us online
- H2 Call us
- H2 Other
- H2 Need assistance?
- H3 Online enquiry
- H3 Regional experts
- H3 Call us
- H4 Within Australia
- H4 Outside Australia
- H2 Media
- H2 Student links
- H2 About us
- H2 Connect
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
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #m-content-hub__searchbar__input | text | Type keywords | for/id |
ALighthouse Accessibility AuditsScore 93/100 — 3 failing, 27 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.
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 |
|---|
About us div.cmp-teaser-content__cta-holder > div.cmp-teaser-content__cta > a.cmp-button > span.cmp-button__text |
These are opportunities to improve the legibility of your content.
Names and labels
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.m-global-footer__bottom-top-section > div.m-global-footer-social-medias > div.m-global-footer-social-medias__icon-links-container > a.m-link div.m-global-footer__bottom-top-section > div.m-global-footer-social-medias > div.m-global-footer-social-medias__icon-links-container > a.m-link |
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.
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 |
|---|
Research areas
Our breadth of expertise across our faculties and schools is su… div#bespoke-container-f00c8e21c5 > div.m-wrapper-js-card > div.m-card > div.m-card__link |
Research centres
With more than 150 research centres and networks, we are one … div#bespoke-container-f00c8e21c5 > div.m-wrapper-js-card > div.m-card > div.m-card__link |
Find a researcher
Our academics are leaders in their fields, publishing thousa… div#bespoke-container-f00c8e21c5 > div.m-wrapper-js-card > div.m-card > div.m-card__link |
Google backs digital frontiers research at University of Sydney
Six University … div#bespoke-container-9773b6dc19 > div.m-wrapper-js-card > div.m-card > div.m-card__link |
University of Sydney ranks 10 disciplines in global top 25
With 10 subjects ran… div#bespoke-container-9773b6dc19 > div.m-wrapper-js-card > div.m-card > div.m-card__link |
Snow Fellowship awarded to University of Sydney researcher
A University of Sydn… div#bespoke-container-9773b6dc19 > div.m-wrapper-js-card > div.m-card > div.m-card__link |