Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction17 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
FHeading HierarchyAction82 headings, 17 skip(s)FIX
- H4 Featured Offer: AI Accelerators
- H4 Capabilities
- H4 Industry Expertise
- H4 Discover Our Benefits & Values
- H4 Featured Offer: AI Accelerators
- H4 Capabilities
- H4 Industry Expertise
- H4 Discover Our Benefits & Values
- H1 Technology doesn’t create stability. It reveals it.
- H1 Impose order. Then scale with confidence. duplicate H1
- H5 Capital Markets skipped
- H1 Compliance risk doesn’t spike. It accumulates. duplicate H1
- H5 Capital Markets skipped
- H1 Compliance costs rise with complexity duplicate H1
- H5 Capital Markets skipped
- H1 Risk is reduced where operations are defined duplicate H1
- H5 Mortgage skipped
- H1 Most inefficiency in mortgage operations is built into the process duplicate H1
- H5 Mortgage skipped
- H1 Throughput is not the same as progress duplicate H1
- H5 Mortgage skipped
- H1 Friction is reduced where the process is defined duplicate H1
- H5 QSR & Hospitality skipped
- H1 Downtime is driven by response, not failure duplicate H1
- H5 QSR & Hospitality skipped
- H1 More vendors do not mean faster resolution duplicate H1
- H5 QSR & Hospitality skipped
- H1 One system. One owner. duplicate H1
- H5 Medical Device & Healthcare skipped
- H1 As you scale, operations become the bottleneck duplicate H1
- H5 Medical Device & Healthcare skipped
- H1 Support is an operational system, not a function duplicate H1
- H5 Medical Device & Healthcare skipped
- H1 Stand up a complete support system without rebuilding it duplicate H1
- H1 Solutions That Accelerate Growth duplicate H1
- H2 Deep Industry Expertise
- H4 Capital Markets skipped
- H4 Credit Card & Payments
- H4 Insurance
- H4 Mortgage
- H4 Med Device Manufacturing
- H4 Multi-Unit Retail & QSRs
- H2 Built on Experience, Driven by Innovation
- H3 Setting the Standard for Success
- H3 Clarity Where It Counts
- H3 Discover What’s Possible
- H2 Accelerate AI Adoption
- H2 (empty)
- H2 Meet GENIX Accelerate
- H4 Innovation & Agility skipped
- H4 Privacy & Governance
- H4 Security & Resilience
- H4 Efficiency & Competitive Edge
- H2 The Power of Right-Shoring
- H4 Seamless Expertise Across the Globe skipped
- H4 Strategic Solutions Anywhere, Anytime
- H4 Driving Success with a Global Mindset
- H2 Our Capabilities
- H4 Category Tabs skipped
- H4 Cloud
- H4 Artificial Intelligence
- H4 Cybersecurity
- H4 Applications
- H4 Data Analytics
- H4 Business Process Optimization
- H4 Professional Talent Solutions
- H2 Cloud
- H2 Artificial Intelligence
- H2 Cybersecurity
- H2 Applications
- H2 Data & Analytics
- H2 Business Process Optimization
- H2 Professional Talent Solutions
- H3 Achieve More with Solugenix
- H2 Why Clients Love Us
- H2 Strategic Insights, Superior Outcomes
- H3 (empty)
- H2 Partnerships & Certifications
- H4 About Solugenix → skipped
- H4 Solugenix Careers →
- H3 Ready to learn more?
- H3 Schedule a Consultation
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
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
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
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
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
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
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
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
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
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
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
CLink & Button QualityAction22 issue(s) across 235 links and 24 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| # | (empty) | empty | Add link text or aria-label |
| https://www.solugenix.com/capital-market… | (empty) | empty | Add link text or aria-label |
| https://www.solugenix.com/payments?hsLan… | (empty) | empty | Add link text or aria-label |
| https://www.solugenix.com/insurance?hsLa… | (empty) | empty | Add link text or aria-label |
| https://www.solugenix.com/mortgage?hsLan… | (empty) | empty | Add link text or aria-label |
| https://www.solugenix.com/medical-device… | (empty) | empty | Add link text or aria-label |
| https://www.solugenix.com/multi-unit-ret… | (empty) | empty | Add link text or aria-label |
| https://blog.solugenix.com/ai-already-sh… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Ai Already Shaping Hiring Decisions Most Policies Havent Caught Up | |||
| https://blog.solugenix.com/ai-already-sh… | (empty) | empty | Add link text or aria-label |
| https://blog.solugenix.com/rising-gas-pr… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Rising Gas Prices Are Exposing The Real Problem In Food Delivery | |||
| https://blog.solugenix.com/rising-gas-pr… | (empty) | empty | Add link text or aria-label |
| https://blog.solugenix.com/ai-guardrails… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Ai Guardrails Safe Innovation Qsr Operations | |||
| https://blog.solugenix.com/ai-guardrails… | (empty) | empty | Add link text or aria-label |
| https://about.solugenix.com?hsLang=en | (empty) | empty | Add link text or aria-label |
| https://careers.solugenix.com?hsLang=en | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/297000626456 | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/3758114 | (empty) | empty | Add link text or aria-label |
| https://twitter.com/solugenix | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/solugen… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/solugenix | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/solugenix | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a (#70 on page); #; https://www.solugenix.com/capital-markets?hsLang=en; https://www.solugenix.com/payments?hsLang=en; https://www.solugenix.com/insurance?hsLang=en; https://www.solugenix.com/mortgage?hsLang=en; https://www.solugenix.com/medical-device-manufacturing?hsLang=en; https://www.solugenix.com/multi-unit-retail?hsLang=en; https://blog.solugenix.com/ai-already-shaping-hiring-decisions-most-policies-…; https://blog.solugenix.com/rising-gas-prices-are-exposing-the-real-problem-in… (+9 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
Generic link text like 'click here' doesn't describe the destination.
https://blog.solugenix.com/ai-already-shaping-hiring-decisions-most-policies-… ("Read more"); https://blog.solugenix.com/rising-gas-prices-are-exposing-the-real-problem-in… ("Read more"); https://blog.solugenix.com/ai-guardrails-safe-innovation-qsr-operations ("Read 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
C404 Error PageActionHTTP 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 |
|---|---|---|---|---|---|
| h1 Technology doesn’t… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Impose order. Then s… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Compliance risk does… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Compliance costs ris… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Risk is reduced wher… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Most inefficiency in… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Throughput is not th… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Friction is reduced … | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Downtime is driven b… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 More vendors do not … | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 One system. One owne… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 As you scale, operat… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Support is an operat… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Stand up a complete … | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h1 Solutions That Accel… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h2 Deep Industry Expert… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h2 Built on Experience,… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h2 Accelerate AI Adopti… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h2 Meet GENIX Accelerat… | 1.00:1 | 3.0:1 | #000000 | #000001 | Fail |
| h2 The Power of Right-S… | 1.00:1 | 3.0:1 | #000000 | #000001 | 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.
BLighthouse Accessibility AuditsScore 80/100 — 6 failing, 27 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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.row-fluid > div.span12 > ul.nboslick-dots > li#nboslick-slide00 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Get the foundation right
Bring complexity under control div.industry-panel > div.industry-panel__grid > div.industry-panel__text > div.industry-panel__slide-list |
1
2
3 div.row-fluid-wrapper > div.row-fluid > div.span12 > ul.nboslick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.row-fluid > div.span12 > ul.nboslick-dots > li#nboslick-slide00 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
“Solugenix has been very responsive. The consistency of your team and the stabi… div.row-fluid > div.span12 > div.nboslick-list > div.nboslick-track |
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 |
|---|
Seamless Expertise Across the Globe div.span9 > div.cell-wrapper > span#hs_cos_wrapper_module_173947397780306 > h4 |
About Solugenix → div.span12 > div.cell-wrapper > span#hs_cos_wrapper_module_164279834167005 > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.hs-rss-module > div.hs-rss-item > div.rss-card > a.full-link div.hs-rss-module > div.hs-rss-item > div.rss-card > a.full-link |
div.hs-rss-module > div.hs-rss-item > div.rss-card > a.full-link div.hs-rss-module > div.hs-rss-item > div.rss-card > a.full-link |
div.hs-rss-module > div.hs-rss-item > div.rss-card > a.full-link div.hs-rss-module > div.hs-rss-item > div.rss-card > a.full-link |
div.span12 > div#hs_cos_wrapper_module_164279834167004 > div.icon-disc > a div.span12 > div#hs_cos_wrapper_module_164279834167004 > div.icon-disc > a |
div.span12 > div#hs_cos_wrapper_module_164279834167008 > div.icon-disc > a div.span12 > div#hs_cos_wrapper_module_164279834167008 > div.icon-disc > a |
div.cell-wrapper > span#hs_cos_wrapper_module_399635143 > div > a.fm_button div.cell-wrapper > span#hs_cos_wrapper_module_399635143 > div > a.fm_button |
div.cell-wrapper > span#hs_cos_wrapper_module_399635143 > div > a.fm_button div.cell-wrapper > span#hs_cos_wrapper_module_399635143 > div > a.fm_button |
div.cell-wrapper > span#hs_cos_wrapper_module_399635143 > div > a.fm_button div.cell-wrapper > span#hs_cos_wrapper_module_399635143 > div > a.fm_button |
div > div.hs_cos_wrapper_type_follow_me > div > a.fm_button div > div.hs_cos_wrapper_type_follow_me > div > a.fm_button |
div > div.hs_cos_wrapper_type_follow_me > div > a.fm_button div > div.hs_cos_wrapper_type_follow_me > div > a.fm_button |
div > div.hs_cos_wrapper_type_follow_me > div > a.fm_button div > div.hs_cos_wrapper_type_follow_me > div > a.fm_button |
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.
A+Heading Text QualityAll 82 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 52 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
AForm Accessibility1 of 6 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #firstname-c29c2375-e8d3-429a-a89c-f0cf725b206e_1059 | text | First Name* | for/id |
| #lastname-c29c2375-e8d3-429a-a89c-f0cf725b206e_1059 | text | Last Name* | for/id |
| #email-c29c2375-e8d3-429a-a89c-f0cf725b206e_1059 | Work Email* | for/id | |
| #phone-c29c2375-e8d3-429a-a89c-f0cf725b206e_1059 | tel | Phone Number* | for/id |
| #what_is_your_biggest_challenge_-c29c2375-e8d3-429a-a89c-f0cf725b206e_1059 | text | What is your biggest challenge? | for/id |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2