Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy12 headings, 1 skip(s)REVIEW
- H2 World's Most Popular Windows Mail Server
- H3 Microsoft Exchange Alternative
- H3 Affordable Unlimited User Licensing
- H3 Highest Level of Outlook Integration
- H1 Standard Edition (FREE)
- H1 Professional Edition duplicate H1
- H1 Enterprise Edition duplicate H1
- H1 Enterprise Premium duplicate H1
- H3 Our Mailing List skipped
- H3 Latest Version
- H3 Our Global Partners
- H2 Follow Us
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #site_search | text | (none) | none |
| text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="search_string" id="site_search">; <input type="text" name="email" id="email">
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
CLink & Button QualityAction6 issue(s) across 163 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| /onlineservices | Online Services | new tab | Add '(opens in new tab)' to text |
| /version10/ | (empty) | empty | Add link text or aria-label |
| /mailenable-mail-server.asp | (empty) | empty | Add link text or aria-label |
| /outlook-collaboration.asp | (empty) | empty | Add link text or aria-label |
| /mobile-contacts-calendar-tasks.asp | (empty) | empty | Add link text or aria-label |
| /partners_list.asp?Type=Resellers | (empty) | empty | Add link text or aria-label |
| /video-gallery.asp | NEW! View Online Video Tutoria… | new tab | Add '(opens in new tab)' to text |
| /webmail_demo_note.asp | View Latest Version Online Dem… | new tab | Add '(opens in new tab)' to text |
| https://www.mailenable.com/rss/article.a… | 16 April 2026 | new tab | Add '(opens in new tab)' to text |
| https://www.mailenable.com/rss/article.a… | 18 March 2026 | new tab | Add '(opens in new tab)' to text |
| https://www.mailenable.com/rss/article.a… | 18 Mar 2026 | new tab | Add '(opens in new tab)' to text |
| /plesk | Parallels | new tab | Add '(opens in new tab)' to text |
| https://www.24x.com/ | 24X | new tab | Add '(opens in new tab)' to text |
| https://www.trisoft.co.uk/ | Trisoft | new tab | Add '(opens in new tab)' to text |
| https://hostingcontroller.com/ | Hosting Controller | new tab | Add '(opens in new tab)' to text |
| https://www.aptum.com/ | Aptum Hosting | new tab | Add '(opens in new tab)' to text |
| https://www.gurucube.com/ | Gurucube Hosting Solutions & W… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/mailena… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/mailenable/ | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; /version10/; /mailenable-mail-server.asp; /outlook-collaboration.asp; /mobile-contacts-calendar-tasks.asp; /partners_list.asp?Type=Resellers
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
Add '(opens in new tab)' to link text or aria-label.
/onlineservices; /video-gallery.asp; /webmail_demo_note.asp; https://www.mailenable.com/rss/article.asp?Source=RSSADMIN&ID=MAILENABLEVERSI…; https://www.mailenable.com/rss/article.asp?Source=RSSADMIN&ID=MAILENABLEVERSI…; https://www.mailenable.com/rss/article.asp?Source=RSSADMIN&ID=SECURITY1055; /plesk; https://www.24x.com/; https://www.trisoft.co.uk/; https://hostingcontroller.com/ (+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
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 World's Most Popular… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Follow Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Microsoft Exchange A… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Affordable Unlimited… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Highest Level of Out… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Our Mailing List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Latest Version | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Our Global Partners | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Windows Mail Server,… | 2.62:1 | 4.5:1 | #000000 | #31546E | Fail |
| a Online Services | 2.07:1 | 4.5:1 | #000000 | #27445C | Fail |
| a Mail Server | 1.66:1 | 4.5:1 | #000000 | #1D354A | Fail |
| a Overview | 2.15:1 | 4.5:1 | #000000 | #254667 | Fail |
| a Features | 5.69:1 | 4.5:1 | #000000 | #858585 | Pass |
| a New Features | 13.58:1 | 4.5:1 | #000000 | #C8D1D9 | Pass |
| a Outlook Collaboratio… | 17.94:1 | 4.5:1 | #000000 | #EDEDED | Pass |
| a Mobile Solutions | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Exchange ActiveSync | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Webmail | 2.91:1 | 4.5:1 | #000000 | #425A6B | Fail |
| a Anti-spam & Security | 1.85:1 | 4.5:1 | #000000 | #1F3C5A | Fail |
| a Administration | 1.88:1 | 4.5:1 | #000000 | #203D5B | 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+Alt Text QualityNo imagesPASS
ALighthouse Accessibility AuditsScore 94/100 — 1 failing, 16 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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.ui-mobile html.ui-mobile |
These are opportunities to improve the interpretation of your content by users in different locales.