Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction7 of 67 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 6 image(s) |
| generic | 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 QualityAction11 issue(s) across 80 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://vynoxsecurity.com/ | (empty) | empty | Add link text or aria-label |
| https://vynoxsecurity.com/ | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | VAPT Services | img no alt | Add alt attribute to the image |
| javascript:void(0); | Cybersecurity Services | img no alt | Add alt attribute to the image |
| javascript:void(0); | vCISO & MSS Service | img no alt | Add alt attribute to the image |
| uc_content_tabs_elementor_10430ec_item1 | VAPT Services | img no alt | Add alt attribute to the image |
| uc_content_tabs_elementor_10430ec_item2 | Cybersecurity Services | img no alt | Add alt attribute to the image |
| https://vynoxsecurity.com/services/advan… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Advanced Cybersecurity Services | |||
| https://vynoxsecurity.com/services/advan… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Advanced Cybersecurity Services | |||
| https://vynoxsecurity.com/services/advan… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Advanced Cybersecurity Services | |||
| https://vynoxsecurity.com/services/advan… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Advanced Cybersecurity Services | |||
| https://vynoxsecurity.com/services/advan… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Advanced Cybersecurity Services | |||
| uc_content_tabs_elementor_10430ec_item3 | vCISO & MSS Service | img no alt | Add alt attribute to the image |
| https://vynoxsecurity.com/services/strat… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Strategic Security Advisory Services Vciso | |||
| https://vynoxsecurity.com/services/strat… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Strategic Security Advisory Services Vciso | |||
| <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.
https://vynoxsecurity.com/; https://vynoxsecurity.com/
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
Generic link text like 'click here' doesn't describe the destination.
https://vynoxsecurity.com/services/advanced-cybersecurity-services/ ("Learn more"); https://vynoxsecurity.com/services/advanced-cybersecurity-services/ ("Learn more"); https://vynoxsecurity.com/services/advanced-cybersecurity-services/ ("Learn more"); https://vynoxsecurity.com/services/advanced-cybersecurity-services/ ("Learn more"); https://vynoxsecurity.com/services/advanced-cybersecurity-services/ ("Learn more"); https://vynoxsecurity.com/services/strategic-security-advisory-services-vciso/ ("Learn more"); https://vynoxsecurity.com/services/strategic-security-advisory-services-vciso/ ("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
FFavicon & BrandingActionNo icons 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
CLandmark StructureAction6 landmarksREVIEW
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
BHeading Hierarchy1 headingsREVIEW
- H2 Start and receive your VAPT in just 7 days powered by AI, validated by experts.
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Start and receive yo… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| title Vynox Security – E… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Vynox Security | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to content | 1.01:1 | 4.5:1 | #000000 | #010206 | Fail |
| a VynoxSecurity | 1.02:1 | 4.5:1 | #000000 | #02040A | Fail |
| a Who We Are? | 1.02:1 | 4.5:1 | #000000 | #02040A | Fail |
| a Services | 1.02:1 | 4.5:1 | #000000 | #02040A | Fail |
| a VAPT | 1.02:1 | 4.5:1 | #000000 | #02040A | Fail |
| a vCISO | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Cybersecurity | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Partners | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Career | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Who We Are? | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Services | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a VAPT | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a vCISO | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Cybersecurity | 1.03:1 | 4.5:1 | #000000 | #03050B | Fail |
| a Partners | 1.04:1 | 4.5:1 | #000000 | #02070D | Fail |
| a Career | 1.04:1 | 4.5:1 | #000000 | #02070E | Fail |
| span Get Started | 1.03:1 | 4.5:1 | #000000 | #02050B | 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.
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 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.
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.uc-tabs-accordion-title > div.ue-graphic-element > span.ue-ge-icon > img div.uc-tabs-accordion-title > div.ue-graphic-element > span.ue-ge-icon > img |
div.uc-tabs-accordion-title > div.ue-graphic-element > span.ue-ge-icon > img div.uc-tabs-accordion-title > div.ue-graphic-element > span.ue-ge-icon > img |
div.uc-tabs-accordion-title > div.ue-graphic-element > span.ue-ge-icon > img div.uc-tabs-accordion-title > div.ue-graphic-element > span.ue-ge-icon > img |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.skip-link |
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.