Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction7 issue(s) across 25 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| #section-contact | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: #Section Contact | |||
| /advertiser | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Advertiser | |||
| /publishers | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Publishers | |||
| / | © 2026 Media.net | img no alt | Add alt attribute to the image |
| https://www.instagram.com/medianetads/ | (empty) | empty | Add link text or aria-label |
| https://x.com/medianetads | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/media.n… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; https://www.instagram.com/medianetads/; https://x.com/medianetads; https://www.linkedin.com/company/media.net
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.
#section-contact ("Learn More"); /advertiser ("Learn More"); /publishers ("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="/"]
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
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
BAlt Text Quality2 of 36 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| (Enter your email address) | placeholder only | ||
| 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
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="Email" id="email">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 87/100 — 4 failing, 23 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.
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 |
|---|
Conversions. div.max-width-xxmedium > h1.heading-style-h1 > span.section-hero_title-flip-text > span |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1037 third parties div#cmpboxcontent > div.cmpboxtxtdiv > div.cmpboxtxt > a.cmplink |
These are opportunities to improve the legibility of your content.
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 |
|---|
What it takes to be an outcome-first SSP. div.flex-center > div.max-width-large > div.text-align-center > h3.heading-style-h3 |
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.nav_padding > div.nav_container > div.nav_wrapper > a.nav_logo div.nav_padding > div.nav_container > div.nav_wrapper > a.nav_logo |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
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.
ALandmark Structure7 landmarksPASS
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
AHeading Hierarchy7 headings, 1 skip(s)PASS
- H1 Closing In On Your Outcomes.Reach.Conversions.Context.
- H3 What it takes to be an outcome-first SSP. skipped
- H3 Advertisers, get on the shortest path to premium inventory.
- H3 Publishers, unlock exclusive revenue with industry-best solutions.
- H3 Intentional with our partnerships & people.
- H3 Media.net ONE
- H3 Let’s talk about what Media.net can do for you!
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
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 Closing In On Your O… | 16.81:1 | 3.0:1 | #000000 | #E8E4F2 | Pass |
| h3 What it takes to be … | 16.81:1 | 3.0:1 | #000000 | #E8E4F2 | Pass |
| h3 get on the shortest … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 unlock exclusive rev… | 13.73:1 | 3.0:1 | #000000 | #D3CFDC | Pass |
| h3 Intentional with our | 13.73:1 | 3.0:1 | #000000 | #D3CFDC | Pass |
| h3 partnerships & peopl… | 13.73:1 | 3.0:1 | #000000 | #D3CFDC | Pass |
| h3 Media | 13.73:1 | 3.0:1 | #000000 | #D3CFDC | Pass |
| h3 net | 13.73:1 | 3.0:1 | #000000 | #D3CFDC | Pass |
| h3 Let’s talk about w… | 13.73:1 | 3.0:1 | #000000 | #D3CFDC | Pass |
| title Media.net | The Sell… | 16.50:1 | 4.5:1 | #000000 | #E6E2F0 | Pass |
| div Publishers | 16.50:1 | 4.5:1 | #000000 | #E6E2F0 | Pass |
| div Advertisers | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| div About Us | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| span Reach. | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| span Conversions. | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| span Context. | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| p Scale of the open we… | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| p And a stellar team t… | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| div Power your Summer Tr… | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | Pass |
| div Learn More | 16.81:1 | 4.5:1 | #000000 | #E8E4F2 | 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.