Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction6 issue(s) across 252 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://aws.amazon.com/marketplace/searc… | Amazon | img no alt | Add alt attribute to the image |
| https://azure.microsoft.com/en-us/soluti… | Microsoft Azure | img no alt | Add alt attribute to the image |
| https://console.cloud.google.com/marketp… | Google cloud | img no alt | Add alt attribute to the image |
| https://aws.amazon.com/marketplace/searc… | Amazon | img no alt | Add alt attribute to the image |
| https://azure.microsoft.com/en-us/soluti… | Microsoft Azure | img no alt | Add alt attribute to the image |
| https://console.cloud.google.com/marketp… | Google cloud | img no alt | Add alt attribute to the image |
| /products/ai/factory-with-nvidia/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Factory With Nvidia | |||
| https://more.suse.com/SUSE_a_Leader_in_2… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Suse A Leader In 2025 Gartner Magic Quadrant For Container Management Lp.Html | |||
| /lp/multi-linux-support/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Multi Linux Support | |||
| /company/about/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| https://jobs.suse.com/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCHTfqIz… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/SUSEWorldwide | new tab | Add '(opens in new tab)' to text | |
| https://www.twitter.com/SUSE | X | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/suse | new tab | Add '(opens in new tab)' to text | |
| https://bsky.app/profile/suse.com | Bluesky | img no alt | Add alt attribute to the image |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/products/ai/factory-with-nvidia/ ("Learn more"); https://more.suse.com/SUSE_a_Leader_in_2025_Gartner_Magic_Quadrant_for_Contai… ("Learn more"); /lp/multi-linux-support/ ("Learn more"); /company/about/ ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://aws.amazon.com/marketplace/search/results?searchTerms=suse"]; a[href="https://azure.microsoft.com/en-us/solutions/linux-on-azure/suse/"]; a[href="https://console.cloud.google.com/marketplace/browse?q=SUSE"]; a[href="https://aws.amazon.com/marketplace/search/results?searchTerms=suse"]; a[href="https://azure.microsoft.com/en-us/solutions/linux-on-azure/suse/"]; a[href="https://console.cloud.google.com/marketplace/browse?q=SUSE"]; a[href="https://www.youtube.com/channel/UCHTfqIzPKz4f_dri36lAQGA"]; a[href="https://www.facebook.com/SUSEWorldwide"]; a[href="https://www.twitter.com/SUSE"]; a[href="https://www.linkedin.com/company/suse"] (+1 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://jobs.suse.com/
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.search-submit (#105 on page); button.header__burgerButton (#534 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
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
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy15 headings, 1 skip(s)REVIEW
- H1 Announcing SUSE AI Factory with NVIDIA
- H2 Solutions for every stage of your journey
- H4 Modernize Workloads across Environments skipped
- H4 Optimize Operational Efficiency & Cost
- H4 Manage & Secure Hybrid Cloud Architecture
- H4 Innovate with Next-Gen Technologies
- H2 Join other industry innovators
- H2 Secure, modernize and accelerate your IT stack
- H2 The future of open source, today
- H2 Empowering secure innovation
- H2 30+
- H2 60%
- H3 We believe in building a future for secure, open source innovation.
- H3 (empty)
- H3 Together with Industry Leaders
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BAlt Text Quality3 of 69 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 3 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
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 86/100 — 4 failing, 24 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
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 |
|---|
AI assistant body.theme-default > q-focus-sentinel > div |
After AI assistant body.theme-default > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Modernize Workloads across Environments div.block > div.information-block__content > div.information-block__content--inner > h4.heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img div.swiper-slide > div.carousel-holder > div.carousel-wrapper > img.carousel-img |
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.
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 |
|---|
Careers div.footer__nav > ul > li > a |
Legal div.footer__nav > ul > li > a |
Modern Slavery Statement div.footer__nav > ul > li > a |
About div.footer__nav > ul > li > a |
Communications Preferences div.footer__nav > ul > li > a |
Contact Us div.footer__nav > ul > li > a |
Let's Chat div.footer__nav > ul > li > a |
These items highlight common accessibility best practices.
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| s | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">
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
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 |
|---|---|---|---|---|---|
| h1 Announcing SUSE AI F… | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 Solutions for every … | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 Join other industry … | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 Secure, modernize an… | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 The future of open s… | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 Empowering secure in… | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 30+ | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h2 60% | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h3 We believe in buildi… | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| h3 Together with Indust… | 18.26:1 | 3.0:1 | #000000 | #EFEFEF | Pass |
| title Open Source Software… | 8.42:1 | 4.5:1 | #000000 | #30BA78 | Pass |
| span Customer Center | 8.42:1 | 4.5:1 | #000000 | #30BA78 | Pass |
| span Account | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Login | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Create Account | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| a Update Your Account | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| span English | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| span Language | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| a English | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| a Deutsch | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | 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.