Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
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
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
DAlt Text QualityAction2 of 23 images have issuesFIX
| 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
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 QualityAction16 issue(s) across 346 links and 10 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /public/ | (empty) | empty | Add link text or aria-label |
| https://supernova.eso.org/ | ESO Supernova | img no alt | Add alt attribute to the image |
| https://www.eso.org/public/about-eso/vis… | Observatories | img no alt | Add alt attribute to the image |
| https://facebook.com/ESOAstronomy | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/esoastronomy/ | (empty) | empty | Add link text or aria-label |
| https://www.flickr.com/photos/esoastrono… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/ESOObservatory/ | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/europea… | (empty) | empty | Add link text or aria-label |
| https://podcasts.apple.com/us/podcast/es… | (empty) | empty | Add link text or aria-label |
| https://www.scribd.com/ESO_publications | (empty) | empty | Add link text or aria-label |
| https://bsky.app/profile/eso.org | (empty) | empty | Add link text or aria-label |
| https://mastodon.social/@esoastronomy | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/t/terms | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCIhYoC2… | ESO’s official YouTube chann… | new tab | Add '(opens in new tab)' to text |
| https://support.google.com/youtube/answe… | embedding videos information p… | new tab | Add '(opens in new tab)' to text |
| https://support.brave.com/hc/en-us/signi… | Brave | new tab | Add '(opens in new tab)' to text |
| https://support.brave.com/hc/en-us/signi… | (empty) | empty | Add link text or aria-label |
| https://support.brave.com/hc/en-us/signi… | (empty) | empty | Add link text or aria-label |
| https://support.google.com/chrome/bin/an… | Chrome | new tab | Add '(opens in new tab)' to text |
| https://support.microsoft.com/en-us/wind… | Edge | new tab | Add '(opens in new tab)' to text |
| https://support.mozilla.org/en-US/kb/Blo… | Firefox | new tab | Add '(opens in new tab)' to text |
| https://docs.info.apple.com/article.html… | Safari | 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 |
| <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.
/public/; https://facebook.com/ESOAstronomy; https://www.instagram.com/esoastronomy/; https://www.flickr.com/photos/esoastronomy/; https://www.youtube.com/ESOObservatory/; https://www.linkedin.com/company/european-southern-observatory; https://podcasts.apple.com/us/podcast/esocast-hd/id295471183; https://www.scribd.com/ESO_publications; https://bsky.app/profile/eso.org; https://mastodon.social/@esoastronomy (+2 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
Add '(opens in new tab)' to link text or aria-label.
https://www.youtube.com/t/terms; https://www.youtube.com/channel/UCIhYoC2VIAJqCkoIWNHBQ3Q; https://support.google.com/youtube/answer/171780?hl=en-GB; https://support.brave.com/hc/en-us/signin?return_to=https%3A%2F%2Fsupport.bra…; https://support.google.com/chrome/bin/answer.py?hl=en&answer=95647&p=cpn_cookies; https://support.microsoft.com/en-us/windows/manage-cookies-in-microsoft-edge-…; https://support.mozilla.org/en-US/kb/Blocking cookies; https://docs.info.apple.com/article.html?path=Safari/3.0/en/9277.html
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#searchbox-button; button.btn (#167 on page); button.slide-prev (#1046 on page); button.slide-next (#1048 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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction2 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Our Stories | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h1 Our Telescopes | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h1 Visit Us | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h1 Our use of Cookies | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h1 ESO Cookies Policy | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h2 What are cookies? | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h2 Categories of cookie… | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h2 How to manage cookie… | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h2 Updates to the ESO C… | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| h2 Additional informati… | 1.43:1 | 3.0:1 | #000000 | #232932 | Fail |
| title ESO | 1.21:1 | 4.5:1 | #000000 | #1A1A1A | Fail |
| span Select Language (en) | 7.93:1 | 4.5:1 | #000000 | #9F9F9F | Pass |
| span (en) | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a International Englis… | 3.01:1 | 4.5:1 | #000000 | #2D5A95 | Fail |
| a Czechia | 3.00:1 | 4.5:1 | #000000 | #2C5A95 | Fail |
| a Dansk | 6.80:1 | 4.5:1 | #000000 | #8095AA | Pass |
| a Deutsch | 12.39:1 | 4.5:1 | #000000 | #CAC6C4 | Pass |
| a Deutsch (Belgien) | 12.05:1 | 4.5:1 | #000000 | #C5C4C2 | Pass |
| a Deutsch (Schweiz) | 1.39:1 | 4.5:1 | #000000 | #3B2002 | Fail |
| a Deutsch (Österreich… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
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.
CLighthouse Accessibility AuditsActionScore 71/100 — 8 failing, 19 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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
ESO2517 — PRESS RELEASE
Andreas Kaufer appointed as next ESO Director General
T… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2604 — PRESS RELEASE
A Solar System in the making? Two planets spotted formi… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2603 — PRESS RELEASE
Largest image of its kind shows hidden chemistry at the… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2602 — PRESS RELEASE
AES Andes announces cancellation of INNA, the industria… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2601 — PRESS RELEASE
Astronomers surprised by mysterious shock wave around d… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2521 — PRESS RELEASE
Construction begins on the first and largest gamma-ray … div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2520 — PRESS RELEASE
Unique shape of star’s explosion revealed just a day af… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2519 — PRESS RELEASE
Laser trial run kickstarts new era of interferometry
La… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2518 — PRESS RELEASE
New image captures spooky bat signal in the sky
A spook… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2517 — PRESS RELEASE
Andreas Kaufer appointed as next ESO Director General
T… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2605 — PRESS RELEASE
First light for PoET: shining (sun)light on exoplanet r… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
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 |
|---|
nav.navbar-general-wrapper > div.navbar-general > div.searchbox > button#searchbox-button nav.navbar-general-wrapper > div.navbar-general > div.searchbox > button#searchbox-button |
div.form-group > div.input-group > span.input-group-btn > button.btn div.form-group > div.input-group > span.input-group-btn > button.btn |
div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-prev div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-prev |
div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-next div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-next |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img |
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.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div#content > div.privacy-settings > ul.ul-privacy > a div#content > div.privacy-settings > ul.ul-privacy > a |
div.privacy-settings > ul.ul-privacy > li > a div.privacy-settings > ul.ul-privacy > li > a |
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.
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 |
|---|
Press Releases div#body > div.title-categories > div.story-categories > span.story-category |
Announcements div#body > div.title-categories > div.story-categories > span.story-category |
Pictures of the Week div#body > div.title-categories > div.story-categories > span.story-category |
Blog Posts div#body > div.title-categories > div.story-categories > span.story-category |
Videos div#body > div.title-categories > div.story-categories > span.story-category |
13 Mar 2026 — cs0027a div.story-container > a > div.story-description > div.date |
20 Apr 2026 — annlang26005-es-cl-en div.story-container > a > div.story-description > div.date |
20 Apr 2026 — potw2616 div.story-container > a > div.story-description > div.date |
13 Apr 2026 — potw2615 div.story-container > a > div.story-description > div.date |
10 Apr 2026 — annlang26004-es-cl-en div.story-container > a > div.story-description > div.date |
More... div.stories-container > div.story-container > div.story-more-container > span.story-more |
Send us your comments! div#content > div.footernote > div > a |
Subscribe to receive news from ESO in your language div#content > div.footernote > div > a |
Accelerated by CDN77 div#content > div.footernote > div > a |
Terms & Conditions div#content > div.footernote > div > a |
Cookie Settings and Policy div#content > div.footernote > div > span.footer-privacy-settings-link |
OFF div.cookies-table-row-choice > div.cookies-table-cell > div.privacy-setting-toggle > span.privacy-option |
OFF div.cookies-table-row-choice > div.cookies-table-cell > div.privacy-setting-toggle > span.privacy-option |
OFF div#content > div.privacy-settings > div.privacy-setting-toggle > span.privacy-option |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Brave
Chrome
Edge
Firefox
Safari body > div#content > div.privacy-settings > ul.ul-privacy |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Brave div.privacy-settings > ul.ul-privacy > li > a |
Chrome div.privacy-settings > ul.ul-privacy > li > a |
Edge div.privacy-settings > ul.ul-privacy > li > a |
Firefox div.privacy-settings > ul.ul-privacy > li > a |
Safari div.privacy-settings > ul.ul-privacy > li > a |
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.
AHeading Hierarchy10 headingsPASS
- H1 Our Stories
- H1 Our Telescopes duplicate H1
- H1 Visit Us duplicate H1
- H1 Our use of Cookies duplicate H1
- H1 ESO Cookies Policy duplicate H1
- H2 What are cookies?
- H2 Categories of cookies we use
- H2 How to manage cookies
- H2 Updates to the ESO Cookies Policy
- H2 Additional information
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
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q">
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