Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction51 of 90 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
| filename | 48 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
DFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction1 issue(s) across 115 links and 14 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /solutions/threat-protection/ | Email & Collaboration Threat P… | img no alt | Add alt attribute to the image |
| /solutions/insider-risk-management/ | Insider Risk Management & Data… | img no alt | Add alt attribute to the image |
| /solutions/data-governance-and-complianc… | Data Governance, Compliance & … | img no alt | Add alt attribute to the image |
| /solutions/security-awareness-and-traini… | Security Behavior Management … | img no alt | Add alt attribute to the image |
| /products/email-security/ | Advanced Email Security … | img no alt | Add alt attribute to the image |
| /products/incydr/ | Incydr Data Protection … | img no alt | Add alt attribute to the image |
| /products/aware/ | Aware Governance & Compliance … | img no alt | Add alt attribute to the image |
| /products/mimecast-engage-awareness-trai… | Engage Security Awareness … | img no alt | Add alt attribute to the image |
| /products/collaboration-security/ | Collaboration Threat Protectio… | img no alt | Add alt attribute to the image |
| https://www.mimecast.com/products/dmarc-… | DMARC Analyzer … | img no alt | Add alt attribute to the image |
| https://www.mimecast.com/products/email-… | Email Archive … | img no alt | Add alt attribute to the image |
| /partners/service-partners/ | Mimecast Partner Services Prog… | img no alt | Add alt attribute to the image |
| /partners/reseller-partners/ | Reseller Partners … | img no alt | Add alt attribute to the image |
| /partners/managed-service-providers/ | Managed Service Providers (MSP… | img no alt | Add alt attribute to the image |
| /partners/technology-alliance-partners/ | Technology Alliance Partners … | img no alt | Add alt attribute to the image |
| /solutions/api-and-integrations/ | Integrate with Mimecast … | img no alt | Add alt attribute to the image |
| /partners/partner-success/ | Partner Success … | img no alt | Add alt attribute to the image |
| https://developer.services.mimecast.com/ | API Documentation … | img no alt | Add alt attribute to the image |
| https://portal.mimecast.com/partner/comm… | Partner Login … | img no alt | Add alt attribute to the image |
| /partners/reseller-partners/become-a-cha… | Become a Partner … | img no alt | Add alt attribute to the image |
| https://integrations.mimecast.com/become… | Become a Tech Alliance Partner… | img no alt | Add alt attribute to the image |
| /resources/ | Resource Library … | img no alt | Add alt attribute to the image |
| /blog/ | Cyber Insights Blog … | img no alt | Add alt attribute to the image |
| /customer-success/customer-stories/ | Customer Stories … | img no alt | Add alt attribute to the image |
| https://community.mimecast.com/ | Mimecast Community … | img no alt | Add alt attribute to the image |
| /events/ | Events … | img no alt | Add alt attribute to the image |
| /news-coverage/ | Newsroom … | img no alt | Add alt attribute to the image |
| /threat-intelligence-hub/ | Threat Intelligence Hub … | img no alt | Add alt attribute to the image |
| /content/ | Cybersecurity Glossary … | img no alt | Add alt attribute to the image |
| https://www.mimecast.com/why-mimecast/ | Why Mimecast … | img no alt | Add alt attribute to the image |
| https://www.mimecast.com/ai-cybersecurit… | AI-Powered Security … | img no alt | Add alt attribute to the image |
| /customer-success/ | Customer Success … | img no alt | Add alt attribute to the image |
| /company/awards/ | Awards … | img no alt | Add alt attribute to the image |
| /company/environmental-social-and-govern… | ESG & Global Impact … | img no alt | Add alt attribute to the image |
| /use-cases/advanced-bec-protection/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Advanced Bec Protection | |||
| https://careers.mimecast.com/en/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.mimecast.com/privacy-stateme… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/use-cases/advanced-bec-protection/ ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/solutions/threat-protection/"]; a[href="/solutions/insider-risk-management/"]; a[href="/solutions/data-governance-and-compliance/"]; a[href="/solutions/security-awareness-and-training/"]; a[href="/products/email-security/"]; a[href="/products/incydr/"]; a[href="/products/aware/"]; a[href="/products/mimecast-engage-awareness-training/"]; a[href="/products/collaboration-security/"]; a[href="https://www.mimecast.com/products/dmarc-analyzer/"] (+24 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://careers.mimecast.com/en/; https://www.mimecast.com/privacy-statement/
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 Secure Human Risk—… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 Email & Collaboratio… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 AI Evangelist or Ant… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 The State of Human R… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 We're facing a new | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 cybersecurity mandat… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 Recognized by Analys… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 Trusted by over 42k … | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 Integrate and optimi… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h2 Ready to get started… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Email Threat Protect… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Human Risk Managemen… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Data Loss Prevention | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Digital Communicatio… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Fighting Cancer, Not… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Lyft Uses Incydr to … | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Mimecast’s Email S… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| h3 Banked Protects Sour… | 17.25:1 | 3.0:1 | #000000 | #E8E9E8 | Pass |
| title Human Risk Managemen… | 3.65:1 | 4.5:1 | #000000 | #1565C0 | Fail |
| span Mimecast's March 202… | 3.65:1 | 4.5:1 | #000000 | #1565C0 | 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+Landmark Structure6 landmarksPASS
A+Heading Hierarchy17 headingsPASS
- H1 Secure Human Risk—all in one platform.
- H2 Email & Collaboration Secured by AI
- H2 AI Evangelist or Anti-AI?
- H2 The State of Human Risk 2026 Report
- H2 We're facing a newcybersecurity mandate
- H2 Recognized by Analysts. Valued by Customers.
- H3 Email Threat Protection
- H3 Human Risk Management
- H3 Data Loss Prevention
- H3 Digital Communications Governance
- H2 Trusted by over 42k customers
- H3 Fighting Cancer, Not Spam: Moffitt’s Mimecast Success
- H3 Lyft Uses Incydr to “Take the Blinders Off” of High-Value Data Movement
- H3 Mimecast’s Email Security and Awareness Come up Clutch for the Boston Red Sox
- H3 Banked Protects Source Code and Employee Trust with Incydr
- H2 Integrate and optimize with 300+ integrations
- H2 Ready to get started?
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| query | text | Search | aria-label |
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 26 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Lyft Uses Incydr to “Take the Blinders Off” of High-Value Data Movement
READ ST… div#splide01 > div#splide01-track > ul#splide01-list > li#splide01-slide02 |
Mimecast’s Email Security and Awareness Come up Clutch for the Boston Red Sox
R… div#splide01 > div#splide01-track > ul#splide01-list > li#splide01-slide03 |
Banked Protects Source Code and Employee Trust with Incydr
READ STORY div#splide01 > div#splide01-track > ul#splide01-list > li#splide01-slide04 |
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.
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 |
|---|
body > img body > img |
body > img body > img |
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 |
|---|
Privacy Statement div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |