Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 16 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 1 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 QualityAction12 issue(s) across 150 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (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 |
| # | (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 | |
| (empty) | empty | Add link text or aria-label | |
| https://www.utwente.nl/en/events/2026/4/… | Studium GeneraleGetting pumped… | img no alt | Add alt attribute to the image |
| https://www.utwente.nl/en/events/2026/4/… | Conference / symposiumRobotics… | img no alt | Add alt attribute to the image |
| https://www.utwente.nl/en/events/2026/4/… | Conference / symposiumJoint re… | img no alt | Add alt attribute to the image |
| https://www.utwente.nl/en/events/2026/5/… | Studium GeneraleHow can we bre… | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| https://youtu.be/jjstlAZLXgI | the YouTube website. | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; #; #; #; #; #; a#lpctanchor_pHhJelT5h_5XSFxdRJKd7w; a#newsstoriesandmore71304066; a.widget-newsevents__item__link (#446 on page); a.widget-newsevents__item__link (#512 on page)
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.utwente.nl/en/events/2026/4/736244/getting-pumped-up-for-the-bata"]; a[href="https://www.utwente.nl/en/events/2026/4/830648/robotics-day-2026"]; a[href="https://www.utwente.nl/en/events/2026/4/712963/joint-research-day-tampere-uni…"]; a[href="https://www.utwente.nl/en/events/2026/5/736260/how-can-we-break-the-power-of-…"]
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://youtu.be/jjstlAZLXgI
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.contentpart__topmenuitem (#73 on page); button.contentpart__topmenuitem (#141 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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy5 headingsREVIEW
- H2 Choose a study programme
- H2 Latest news & stories
- H2 Latest news & stories
- H2 UPCOMING EVENTS
- H2 Cookies
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
B404 Error PageHTTP 404, custom pageREVIEW
CWeb ManifestActionValid manifestREVIEW
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 Choose a study progr… | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| h2 Latest news & storie… | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| h2 Latest news & storie… | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| h2 UPCOMING EVENTS | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| h2 Cookies | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| title University of Twente… | 1.26:1 | 4.5:1 | #000000 | #1A1F23 | Fail |
| button Skip to main content | 1.26:1 | 4.5:1 | #000000 | #1A1F23 | Fail |
| div Menu | 7.62:1 | 4.5:1 | #000000 | #7FA0B8 | Pass |
| a UT Login | 8.63:1 | 4.5:1 | #000000 | #8CAAC0 | Pass |
| a Nederlands | 9.54:1 | 4.5:1 | #000000 | #95B3C6 | Pass |
| a English | 11.42:1 | 4.5:1 | #000000 | #B0C2CA | Pass |
| a LatAm website | 5.68:1 | 4.5:1 | #000000 | #838774 | Pass |
| a Italian website | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a German website | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Education | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Research | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Business | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Organisation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Campus | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span News & 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.
BLighthouse Accessibility AuditsScore 82/100 — 4 failing, 22 passedREVIEW
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.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Students at the entrance of the University of Twente div.contentpart > header.contentpart__header > div.contentpart__header-videos > div.contentpart__header-videomobile |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Students at the entrance of the University of Twente div.contentpart > header.contentpart__header > div.contentpart__header-videos > div.contentpart__header-videomobile |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.menupart > div.menupart__menu-container > div.menupart__topmenu > button.contentpart__topmenuitem div.menupart > div.menupart__menu-container > div.menupart__topmenu > button.contentpart__topmenuitem |
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.searchsheet > div.searchsheet__content > div.searchsheet__header > a.searchsheet__close div.searchsheet > div.searchsheet__content > div.searchsheet__header > a.searchsheet__close |
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.
ALandmark Structure5 landmarksPASS
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
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search in site | aria-label |