Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CAlt Text QualityAction9 of 19 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 9 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
C404 Error PageActionHTTP 404, custom pageREVIEW
ALandmark Structure13 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
AHeading Hierarchy27 headingsPASS
- H1 Data-Centric Hybrid Security
- H1 Symantec Enterprise Cloud duplicate H1
- H2 Continued innovation from a name you trust
- H2 Threat and Data Protection Innovation
- H2 Artificial Intelligence in Cybersecurity
- H2 Leading Cybersecurity Portfolios
- H2 Evolve Your Security with Your Organization
- H3 Cross-Control Point, Cross-Platform
- H3 Move to the Cloud on Your Timeline
- H3 Great Security and User Experience
- H2 Differentiated Intelligence
- H2 Partner Ecosystem
- H2 Connect with Our Experts
- H2 Cookies
- H2 Privacy Preference Center
- H2 Privacy Preference Center hidden
- H3 Your Privacy
- H3 Strictly Necessary Cookies
- H3 Functional Cookies
- H3 Performance Cookies
- H3 Targeting Cookies
- H4 Your Privacy
- H4 Strictly Necessary Cookies
- H4 Functional Cookies
- H4 Performance Cookies
- H4 Targeting Cookies
- H3 Cookie List
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
A+Form AccessibilityAll 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | SEARCH | aria-label |
| #ot-group-id-3 | checkbox | Functional Cookies | for/id |
| #ot-group-id-2 | checkbox | Performance Cookies | for/id |
| #ot-group-id-4 | checkbox | Targeting Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #chkbox-id | checkbox | checkbox label | for/id |
ALink & Button Quality42 links, 26 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://docs.broadcom.com/docs/SYM-SEC-S… | Read Brief | new tab | Add '(opens in new tab)' to text |
| https://docs.broadcom.com/docs/Symantec-… | Download Symantec Security Inn… | new tab | Add '(opens in new tab)' to text |
| https://docs.broadcom.com/docs/threat-pr… | Download the Solution Brief | new tab | Add '(opens in new tab)' to text |
| https://docs.broadcom.com/docs/ai-automa… | Download the Symantec Artifici… | new tab | Add '(opens in new tab)' to text |
| https://symantec-enterprise-blogs.securi… | Threat Intelligence Blogs (ope… | new tab | Add '(opens in new tab)' to text |
| https://docs.broadcom.com/docs/sed-icdx-… | Partner Integrations | new tab | Add '(opens in new tab)' to text |
| https://symantec-enterprise-blogs.securi… | Symantec Enterprise Blogs (ope… | new tab | Add '(opens in new tab)' to text |
| 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 |
| https://www.broadcom.com/company/legal/c… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/legal/p… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.broadcom.com/company/legal/p… | Link to the Broadcom Privacy P… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://docs.broadcom.com/docs/SYM-SEC-SB100; https://docs.broadcom.com/docs/Symantec-Security-Innovation-White-Paper; https://docs.broadcom.com/docs/threat-prevention-and-data-protection; https://docs.broadcom.com/docs/ai-automation-and-cybersecurity; https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence; https://docs.broadcom.com/docs/sed-icdx-partners-pb102; https://symantec-enterprise-blogs.security.com/blogs/; https://www.linkedin.com/company/broadcom; https://x.com/Broadcom; https://www.youtube.com/user/BroadcomCorporation (+4 more)
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
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 Data-Centric Hybrid … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 Symantec Enterprise … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Continued innovation… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Threat and Data Prot… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Artificial Intellige… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Leading Cybersecurit… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Evolve Your Security… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Differentiated Intel… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Partner Ecosystem | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Connect with Our Exp… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Cookies | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Privacy Preference C… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Privacy Preference C… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Cross-Control Point,… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Move to the Cloud on… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Great Security and U… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Your Privacy | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Strictly Necessary C… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Functional Cookies | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Performance Cookies | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | 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 92/100 — 3 failing, 27 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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
These are opportunities to improve the legibility of your content.
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.row > div.content-block-image > picture > img.image-source div.row > div.content-block-image > picture > img.image-source |
div.row > div.content-block-image > picture > img.image-source div.row > div.content-block-image > picture > img.image-source |
div.row > div.content-block-image > picture > img.image-source div.row > div.content-block-image > picture > img.image-source |
div.ProductCard > div.row > div.col-lg-8 > img.image-source div.ProductCard > div.row > div.col-lg-8 > img.image-source |
div.ProductCard > div.row > div.col-lg-8 > img.image-source div.ProductCard > div.row > div.col-lg-8 > img.image-source |
div.ImageCard > div.card-body > div.lnk > img.image-source div.ImageCard > div.card-body > div.lnk > img.image-source |
div.ImageCard > div.card-body > div.lnk > img.image-source div.ImageCard > div.card-body > div.lnk > img.image-source |
div.ImageCard > div.card-body > div.lnk > img.image-source div.ImageCard > div.card-body > div.lnk > 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |