Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction7 of 15 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #gu_analytics_switch_on | radio | I'm happy with analytics data being recorded | for/id |
| #gu_analytics_switch_off | radio | I do not want analytics data recorded | for/id |
| #gu_ads_switch_on | radio | I’m happy to get personalised ads | for/id |
| #gu_ads_switch_off | radio | I do not want personalised ads | for/id |
| #analyticsallowed | checkbox | Switch analytics | none |
| #hotjarallowed | checkbox | Switch clarity | none |
| #surname | text | surname | aria-label |
| #staffsearchsubmit | submit | search staff | aria-label |
| #ssKeywords | text | (Search) | placeholder only |
| #ssKeywordsMobile | text | (Search) | placeholder only |
| #q | text | (none) | none |
| #l | select | (none) | none |
| #s | submit | (none) | none |
| #ssSubmit | submit | (none) | none |
| #ssSubmitMobile | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="submit" id="ssSubmit">; <input type="submit" name="submit" id="ssSubmitMobile">; <input type="text" name="query" id="q">; <select name="level" id="l">; <input type="submit" id="s">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="query" id="ssKeywords">; <input type="text" name="query" id="ssKeywordsMobile">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BLink & Button Quality5 issue(s) across 165 links and 9 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://www.gla.ac.uk/explore/575/ | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#d.en.500239; https://www.gla.ac.uk/explore/575/; a#d.en.500255; a#d.en.500298; a#d.en.506934
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding3 icon(s) detectedREVIEW
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 University of Glasgo… | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 We use cookies | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 STUDY SEARCH | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 International studen… | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Flexible study | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Student life | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Research | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Explore | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Connect | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 University | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Glasgow | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Legal | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Current students | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h2 Staff | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h3 Cookies | 1.09:1 | 3.0:1 | #000000 | #000B2F | Fail |
| h3 Necessary cookies | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h3 Analytics cookies | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h3 Clarity | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h3 World-changing resea… | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | Pass |
| h3 Centres for Doctoral… | 6.16:1 | 3.0:1 | #000000 | #8B8B8B | 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 Structure8 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
A+Heading Hierarchy46 headingsPASS
- H3 Cookies
- H4 Analytics
- H4 Personalised advertising
- H2 We use cookies
- H3 Necessary cookies
- H3 Analytics cookies
- H3 Clarity
- H1 University of Glasgow
- H2 STUDY SEARCH
- H2 International students
- H2 Flexible study
- H2 Student life
- H2 Research
- H3 World-changing research
- H3 Centres for Doctoral Training
- H3 Postgraduate research
- H3 Research A-Z
- H3 Research strategy
- H2 Explore
- H3 Information A-Z
- H3 Visit us
- H3 Discover
- H3 World top 100
- H3 World top 30 for sustainability
- H3 Campus development
- H3 Glasgow: our city, our partner
- H3 Global partnerships
- H3 News
- H4 ‘Voices from Gaza’ provides creative platform for young Palestinian writers
- H4 Global university leaders gather in Glasgow for landmark summit
- H4 3M study led by patient voices targets pain in inflammatory arthritis
- H2 Connect
- H3 Staff A-Z
- H3 Support us
- H3 Alumni
- H3 Business and innovation
- H3 Contact us
- H2 STUDY
- H2 RESEARCH
- H2 EXPLORE
- H2 CONNECT
- H2 JOBS AT GLASGOW
- H2 University of Glasgow
- H2 Legal
- H2 Current students
- H2 Staff
A+Alt Text QualityAll 29 images OKPASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 31 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.
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.tile > div.container > div#uofg-575 > a.no-tile-wrap div.tile > div.container > div#uofg-575 > a.no-tile-wrap |
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.