Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction9 of 13 images have issuesFIX
| 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
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
DDark Mode SupportActionTheme color onlyFIX
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
BLink & Button Quality2 issue(s) across 71 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.whmcs.com/for/cpanel/ | (empty) | empty | Add link 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://www.whmcs.com/for/cpanel/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggle (#43 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Web Hosting Automati… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All the tools you ne… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Same WHMCS. Zero Set… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Let WHMCS automate y… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Product | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Uses | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Support | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Company | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title WHMCS | Web Hosting … | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a Product | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a Feature Tour | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a WHMCS Cloud | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| span New | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a Web Hosting | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a Sell Domains | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a Billing Automation | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a Support Tools | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| a cPanel & WHM™ | 5.12:1 | 4.5:1 | #000000 | #3D82BC | Pass |
| span New | 5.12:1 | 4.5:1 | #000000 | #3D82BC | 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.
CLighthouse Accessibility AuditsActionScore 72/100 — 8 failing, 22 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navbar > div.container > div.navbar-header > button.navbar-toggle nav.navbar > div.container > div.navbar-header > button.navbar-toggle |
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 |
|---|
main.main > section.section > div.container > img main.main > section.section > div.container > img |
main.main > section.section > div.container > img main.main > section.section > div.container > img |
div.footer__bottom-inner > div.footer__bottom-inner__item > a.cpanel-partner-badge > img div.footer__bottom-inner > div.footer__bottom-inner__item > a.cpanel-partner-badge > img |
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.container > div.footer__bottom-inner > div.footer__bottom-inner__item > a.cpanel-partner-badge div.container > div.footer__bottom-inner > div.footer__bottom-inner__item > a.cpanel-partner-badge |
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.
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 |
|---|
All the tools you need to start a web hosting business today. main.main > section.section > div.container > h2 |
Launch Now section.section > div.container > center > a.cust-green-btn |
Matt Parkinson div.flickity-viewport > div.flickity-slider > div.carousel-cell > h5 |
Trusted by over 35,000 customers in over 200 countries main.main > section.section > div.container > p.lead |
Tour div.col-sm-2 > ul.list-unstyled > li > a |
Services div.col-sm-2 > ul.list-unstyled > li > a |
Integrations div.col-sm-2 > ul.list-unstyled > li > a |
What's New div.col-sm-2 > ul.list-unstyled > li > a |
Pricing div.col-sm-2 > ul.list-unstyled > li > a |
Web Hosting div.col-sm-2 > ul.list-unstyled > li > a |
Domain Registrars div.col-sm-2 > ul.list-unstyled > li > a |
Software Developers div.col-sm-2 > ul.list-unstyled > li > a |
Cloud Hosting div.col-sm-2 > ul.list-unstyled > li > a |
Web Designers div.col-sm-2 > ul.list-unstyled > li > a |
ISP Billing div.col-sm-2 > ul.list-unstyled > li > a |
Technical Support div.col-sm-2 > ul.list-unstyled > li > a |
Community Forums div.col-sm-2 > ul.list-unstyled > li > a |
Tutorials & Guides div.col-sm-2 > ul.list-unstyled > li > a |
Documentation div.col-sm-2 > ul.list-unstyled > li > a |
Contact Us div.col-sm-2 > ul.list-unstyled > li > a |
About Us div.col-sm-2 > ul.list-unstyled > li > a |
Blog div.col-sm-2 > ul.list-unstyled > li > a |
Customers div.col-sm-2 > ul.list-unstyled > li > a |
Jobs We're hiring! div.col-sm-2 > ul.list-unstyled > li > a |
We're hiring! ul.list-unstyled > li > a > span.label |
Contact div.col-sm-2 > ul.list-unstyled > li > a |
Free Tools div.col-xs-6 > ul.list-unstyled > li > a |
Marketplace div.col-xs-6 > ul.list-unstyled > li > a |
Partners div.col-xs-6 > ul.list-unstyled > li > a |
Download div.col-xs-6 > ul.list-unstyled > li > a |
Feature Requests div.col-xs-6 > ul.list-unstyled > li > a |
Developer Portal div.col-xs-6 > ul.list-unstyled > li > a |
License Verification div.col-xs-6 > ul.list-unstyled > li > a |
Media Resources div.col-xs-6 > ul.list-unstyled > li > a |
Affiliate Program div.col-xs-6 > ul.list-unstyled > li > a |
Reseller Program div.col-xs-6 > ul.list-unstyled > li > a |
Responsible Disclosure div.col-xs-6 > ul.list-unstyled > li > a |
The World's Leading Web Hosting Automation Platform Registered in England & Wal… div.container > div.footer__bottom-inner > div.footer__bottom-inner__item > p |
About div.footer__bottom-inner__item > ul.content-nav > li.content-nav__item > a.content-nav__link |
Privacy Policy div.footer__bottom-inner__item > ul.content-nav > li.content-nav__item > a.content-nav__link |
Terms of Service div.footer__bottom-inner__item > ul.content-nav > li.content-nav__item > a.content-nav__link |
Legal div.footer__bottom-inner__item > ul.content-nav > li.content-nav__item > a.content-nav__link |
Contact div.footer__bottom-inner__item > ul.content-nav > li.content-nav__item > a.content-nav__link |
Copyright © 2026 WHMCS Limited. All rights reserved. div.container > div.footer__bottom-inner > div.footer__bottom-inner__item > p |
Accept All footer#uc-cmp-footer > div.buttons > div.buttons-row > button#accept |
Deny footer#uc-cmp-footer > div.buttons > div.buttons-row > button#deny |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Press for Accessibility for blind people
who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn |
Press for Accessibility menu div#INDquickAccess > ul > li > button |
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 |
|---|
Matt Parkinson div.flickity-viewport > div.flickity-slider > div.carousel-cell > h5 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Integrations div.col-sm-2 > ul.list-unstyled > li > a |
What's New div.col-sm-2 > ul.list-unstyled > li > a |
Feature Requests div.col-xs-6 > ul.list-unstyled > li > a |
Developer Portal div.col-xs-6 > ul.list-unstyled > li > a |
Media Resources div.col-xs-6 > ul.list-unstyled > li > a |
Affiliate Program div.col-xs-6 > ul.list-unstyled > li > a |
Reseller Program div.col-xs-6 > ul.list-unstyled > li > a |
These items highlight common accessibility best practices.
AHeading Hierarchy19 headings, 1 skip(s)PASS
- H1 Web Hosting Automation Made Easy
- H2 All the tools you need to start a web hosting business today.
- H2 Same WHMCS. Zero Setup.
- H2 Let WHMCS automate your business
- H4 Save Time skipped
- H4 Automate Billing
- H4 Web & Domains
- H4 Support Tools
- H4 Developer Friendly
- H4 Secure & Scalable
- H5 Matt Parkinson
- H5 Steve Amstad
- H5 Phil Williams
- H5 Nick Lea
- H3 Product
- H3 Uses
- H3 Support
- H3 Company
- H3 Resources
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