Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction11 of 11 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 11 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
DFavicon & BrandingAction4 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
BHeading Hierarchy15 headings, 2 skip(s)REVIEW
- H1 Delivering the best technology, at scale
- H3 Core technologies to accelerate innovation skipped
- H4 AI Infrastructure
- H4 Automotive
- H4 Data Center
- H4 Private Cloud
- H4 Wi-Fi 8
- H3 Popular Links
- H2 Latest Products
- H2 Latest News
- H2 Latest Blogs
- H5 Broadcom’s Cathy Liu: A Trailblazer in SerDes Technology and Life skipped
- H5 OFC 2026: Broadcom Paves the Path for the 200T AI Era
- H5 From Workshop Tools to Far-Field Voice: How Broadcom’s Distinguished Engineer Qutubuddin “Qutub” Saifee Built a Career on First Principles
- H2 About Us
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
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
BLink & Button Quality46 links, 11 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /solutions/ai-solutions/ai-infrastructur… | AI Infrastructure | img no alt | Add alt attribute to the image |
| /solutions/industry/industrial-automotiv… | Automotive | img no alt | Add alt attribute to the image |
| /solutions/data-center/data-center-solut… | Data Center | img no alt | Add alt attribute to the image |
| /solutions/private-cloud | Private Cloud | img no alt | Add alt attribute to the image |
| /solutions/wireless-mobile-communication… | Wi-Fi 8 | img no alt | Add alt attribute to the image |
| https://www.linkedin.com/company/broadco… | LinkedIn (opens to new window) | new tab | Add '(opens in new tab)' to text |
| https://x.com/Broadcom | Twitter (opens to new window) | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/BroadcomCor… | YouTube (opens to new window) | 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="/solutions/ai-solutions/ai-infrastructure"]; a[href="/solutions/industry/industrial-automotive/automotive-solutions"]; a[href="/solutions/data-center/data-center-solutions"]; a[href="/solutions/private-cloud"]; a[href="/solutions/wireless-mobile-communications/wifi8"]
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://www.linkedin.com/company/broadcom; https://x.com/Broadcom; https://www.youtube.com/user/BroadcomCorporation
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 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 Delivering the best … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Latest Products | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Latest News | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Latest Blogs | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 About Us | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Core technologies to… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Popular Links | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| title Broadcom Inc. | Conn… | 19.27:1 | 4.5:1 | #000000 | #F5F5F6 | Pass |
| a Broadcom | 19.27:1 | 4.5:1 | #000000 | #F5F5F6 | Pass |
| a Read the accessibili… | 7.99:1 | 4.5:1 | #000000 | #9E9FA9 | Pass |
| a Skip to main content | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| span Products | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| span Solutions | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| span Support and Services | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| span Company | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| span How To Buy | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| button Support Portal | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| a Go To Portal | 18.17:1 | 4.5:1 | #000000 | #E7F0F4 | Pass |
| a Register | 3.07:1 | 4.5:1 | #000000 | #6C4B94 | Fail |
| a Forgot Username/Pass… | 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.
ALandmark Structure12 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+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | SEARCH | aria-label |
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 22 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.
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 |
|---|
Core technologies to accelerate innovation div.container > div.solutions-container > div.hm-section-title > h3 |
Broadcom Announces Tanzu Platform Agent Foundations: Bringing PaaS Simplicity a… div.loaded > ul > li > h5 |
Broadcom’s Cathy Liu: A Trailblazer in SerDes Technology and Life div.feed-body > ul > li > h5 |
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 |
|---|
a.lnk > div.solution-icon > div > img.image-source a.lnk > div.solution-icon > div > img.image-source |
a.lnk > div.solution-icon > div > img.image-source a.lnk > div.solution-icon > div > img.image-source |
a.lnk > div.solution-icon > div > img.image-source a.lnk > div.solution-icon > div > img.image-source |
a.lnk > div.solution-icon > div > img.image-source a.lnk > div.solution-icon > div > img.image-source |
a.lnk > div.solution-icon > div > img.image-source a.lnk > div.solution-icon > div > img.image-source |
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.