Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction7 of 230 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 4 image(s) |
| generic | 3 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
FLink & Button QualityAction3 issue(s) across 188 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /en/products/genai-lens | AI Visibility TrackingDiscover… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/customer-stories/irc | Meltwater has capabilities tha… | img no alt | Add alt attribute to the image |
| /en/about | (empty) | empty | Add link text or aria-label |
| https://community.meltwater.com | (empty) | empty | Add link text or aria-label |
| /en/product-updates | (empty) | empty | Add link text or aria-label |
| https://academy.meltwater.com | Academy | new tab | Add '(opens in new tab)' to text |
| https://community.meltwater.com | Community | new tab | Add '(opens in new tab)' to text |
| /en/product-tours | Product Tours | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/meltwat… | <img alt="LinkedIn" loading="l… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/meltwater/ | <img alt="Instagram" loading="… | new tab | Add '(opens in new tab)' to text |
| https://x.com/Meltwater | <img alt="X" loading="lazy" de… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/MeltwaterGroup | <img alt="Facebook" loading="l… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/MeltwaterGr… | <img alt="YouTube" loading="la… | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@meltwaterglobal | <img alt="TikTok" loading="laz… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/en/about; https://community.meltwater.com; /en/product-updates
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/en/products/genai-lens"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"]; a[href="/en/customer-stories/irc"] (+3 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://academy.meltwater.com; https://community.meltwater.com; /en/product-tours; https://www.linkedin.com/company/meltwater; https://www.instagram.com/meltwater/; https://x.com/Meltwater; https://www.facebook.com/MeltwaterGroup; https://www.youtube.com/user/MeltwaterGroup; https://www.tiktok.com/@meltwaterglobal
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
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction4 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #:R39iiqm: | radio | (none) | none |
| #:R59iiqm: | radio | (none) | none |
| #:R79iiqm: | radio | (none) | none |
| #:R99iiqm: | radio | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="radio" name="hero-carousel-:R2iqm:" id=":R39iiqm:">; <input type="radio" name="hero-carousel-:R2iqm:" id=":R59iiqm:">; <input type="radio" name="hero-carousel-:R2iqm:" id=":R79iiqm:">; <input type="radio" name="hero-carousel-:R2iqm:" id=":R99iiqm:">
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Landmark Structure5 landmarksPASS
A+Heading Hierarchy35 headingsPASS
- H1 Gain deeper visibility into your competitors.brand.
- H2 We empower businesses to be insight-driven
- H2 Activating the power of data
- H2 Making insights accessible
- H2 Redefining PR & marketing impact
- H2 Your Brand Through the Lens of AI
- H2 Meet the Meltwater Suite Where smart AI meets human expertise
- H3 Media Intelligence
- H3 Social Listening & Analytics
- H3 AI Visibility Tracking
- H3 Media Relations
- H3 Consumer Intelligence
- H3 Influencer Marketing
- H3 Sales Intelligence
- H3 Data & API Integration
- H2 Our customers say it best
- H2 Step inside our product
- H3 Mira: Meltwater AI
- H3 Media Intelligence
- H3 Social Listening & Analytics
- H3 Influencer Marketing
- H2 Take the guesswork out of your strategy.
- H2 What makes Meltwater, Meltwater?
- H3 Who we are
- H4 Company & Culture
- H3 Meltwater Community
- H4 Connect with Peers
- H3 Product updates
- H4 From our Engineers
- H3 Product Features
- H3 Our Suite
- H3 Contact
- H3 Resources
- H3 Connect
- H3 About
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Gain deeper visibili… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We empower businesse… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Activating the power… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Making insights acce… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Redefining PR & mark… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Your Brand Through t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Meet the Meltwater S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Where smart AI meets… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our customers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 say it best | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Step inside our prod… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Take the guesswork | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 out of your strategy… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What makes Meltwater… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Media Intelligence | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Social Listening & A… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 AI Visibility Tracki… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Media Relations | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Consumer Intelligenc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Influencer Marketing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 33 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.
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 |
|---|
REQUEST DEMO ul.list-none > li.__level1__ > a.header-nav-request-demo > span.CtaLink_tealText__NlKPI |
industry. div.mt-20 > h1.text-[36px] > span.relative > span.absolute |
80% div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef |
increase in market research efficency div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef |
Accept All div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
These are opportunities to improve the legibility of your content.
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.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef |
div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef |
div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef |
div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef div.jsx-5cd393af8a9f0d32 > figure.jsx-d3e561a2c22c7bef > div.jsx-d3e561a2c22c7bef > img.jsx-d3e561a2c22c7bef |
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 > div.AboutMetaMain_items__Rbrdt > div.AboutMetaMain_item__PQ77V > a.AboutMetaMain_arw__RI4Ro div > div.AboutMetaMain_items__Rbrdt > div.AboutMetaMain_item__PQ77V > a.AboutMetaMain_arw__RI4Ro |
div > div.AboutMetaMain_items__Rbrdt > div.AboutMetaMain_item__PQ77V > a.AboutMetaMain_arw__RI4Ro div > div.AboutMetaMain_items__Rbrdt > div.AboutMetaMain_item__PQ77V > a.AboutMetaMain_arw__RI4Ro |
div > div.AboutMetaMain_items__Rbrdt > div.AboutMetaMain_item__PQ77V > a.AboutMetaMain_arw__RI4Ro div > div.AboutMetaMain_items__Rbrdt > div.AboutMetaMain_item__PQ77V > a.AboutMetaMain_arw__RI4Ro |
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.