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
CLandmark StructureAction6 landmarksREVIEW
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
BHeading Hierarchy24 headingsREVIEW
- H2 Engineering in focus hidden
- H2 Open Science
- H2 Read our new institutional plan
- H2 Why Groningen?
- H3 Top quality education
- H3 Groundbreaking research
- H3 Vibrant student city
- H3 Over 120 nationalities
- H3 Science for Society | New workout method protects cruciate ligaments
- H3 Combating climate injustice through art
- H3 Dossier Circularity & Sustainability
- H3 Birds in a race against spring
- H3 Work with us
- H3 Research Support
- H3 Library
- H3 Photo report UG makers
- H3 Read our researchers' opinion pieces
- H2 Prospective students
- H2 Society/Business
- H2 Alumni
- H2 About us
- H2 Functional
- H2 Standard
- H2 Complete
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
CLink & Button QualityAction150 links, 12 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /library/ | Library | img no alt | Add alt attribute to the image |
| https://brightspace.rug.nl/ | Student Portal | new tab | Add '(opens in new tab)' to text |
| /fse/news/ | Engineering in focus | img no alt | Add alt attribute to the image |
| /library/openaccess-openscience/ | Open Science | img no alt | Add alt attribute to the image |
| /about-ug/policy-and-strategy/future-ug/ | Read our new institutional pla… | img no alt | Add alt attribute to the image |
| /about-ug/latest-news/news/archief2026/n… | Science for Society | New work… | img no alt | Add alt attribute to the image |
| /let/onze-faculteit/letteren-lounge/acht… | Combating climate injustice th… | img no alt | Add alt attribute to the image |
| /about-ug/latest-news/news/dossiers/circ… | Dossier Circularity & Sustaina… | img no alt | Add alt attribute to the image |
| /about-ug/latest-news/news/archief2026/n… | Birds in a race against spring | img no alt | Add alt attribute to the image |
| /about-ug/work-with-us/ | 'A university with ambition' W… | img no alt | Add alt attribute to the image |
| /research/research-support-portal/ | Research Support | img no alt | Add alt attribute to the image |
| /library/ | Learning space Library | img no alt | Add alt attribute to the image |
| /magazine/ | Stories and videos in our maga… | img no alt | Add alt attribute to the image |
| /about-ug/latest-news/ | News and events Read our resea… | img no alt | Add alt attribute to the image |
| https://www.facebook.com/universityofgro… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/school/rijksuni… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/universityofgr… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/universityGronin… | youtube | new tab | Add '(opens in new tab)' to text |
| https://research.rug.nl/en/persons/ | Find an expert | new tab | Add '(opens in new tab)' to text |
| https://sggroningen.nl/ | Studium Generale | new tab | Add '(opens in new tab)' to text |
| https://werkenbij.rug.nl/en/all-vacancie… | Job opportunities | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/library/"]; a[href="/fse/news/"]; a[href="/library/openaccess-openscience/"]; a[href="/about-ug/policy-and-strategy/future-ug/"]; a[href="/about-ug/latest-news/news/archief2026/nieuwsberichten/0420-wetenschap-werkt-…"]; a[href="/let/onze-faculteit/letteren-lounge/achtergrondverhalen/kunst-en-cultuur/2026…"]; a[href="/about-ug/latest-news/news/dossiers/circulariteit-en-duurzaamheid/"]; a[href="/about-ug/latest-news/news/archief2026/nieuwsberichten/0414-both"]; a[href="/about-ug/work-with-us/"]; a[href="/research/research-support-portal/"] (+3 more)
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://brightspace.rug.nl/; https://www.facebook.com/universityofgroningen; https://www.linkedin.com/school/rijksuniversiteit-groningen/; https://www.instagram.com/universityofgroningen/; https://www.youtube.com/universityGroningen; https://research.rug.nl/en/persons/; https://sggroningen.nl/; https://werkenbij.rug.nl/en/all-vacancies/
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
BFavicon & Branding10 icon(s) detectedREVIEW
A+Alt Text QualityAll 14 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchtext | search | Search | for/id |
| search | text | Keywords... | aria-label |
A404 Error PageHTTP 404, custom pagePASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Engineering in focus | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Open Science | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Read our new institu… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Why Groningen? | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Functional | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Standard | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Complete | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Top quality educatio… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Groundbreaking resea… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Vibrant student city | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Over 120 nationaliti… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Science for Society … | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Combating climate in… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Dossier Circularity … | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Birds in a race agai… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Work with us | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Research Support | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Library | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Photo report UG make… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Read our researchers… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | 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.
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 26 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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
privacy div.rug-wrapper > div.rug-layout > div.rug-layout__item > a |
cookie disclaimer div.rug-wrapper > div.rug-layout > div.rug-layout__item > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Login footer > div.rug-doormat > div.rug-wrapper > a.rug-font-default |
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.