Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction59% of visible text renders at >= 12 CSS px (287 below threshold)FIX
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction2 issue(s) across 111 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://wa.me/16477810204/ | +1 (647) 781-0204 | new tab | Add '(opens in new tab)' to text |
| https://app.marketxy.com/login | Account | new tab | Add '(opens in new tab)' to text |
| https://wa.me/16477810204?text=I%20have%… | WhatsApp us | new tab | Add '(opens in new tab)' to text |
| https://wa.me/61417556478?text=I%20have%… | InstantWhatsAppQuick questions… | new tab | Add '(opens in new tab)' to text |
| https://x.com/MarketXy277/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/marketxyoffici… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/marketxy/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/marketx… | new tab | Add '(opens in new tab)' to text | |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/
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.
https://wa.me/16477810204/; https://app.marketxy.com/login; https://wa.me/16477810204?text=I%20have%20a%20query%20regarding%20MarketXY; https://wa.me/61417556478?text=I%20have%20query%20regarding%20MarketXY; https://x.com/MarketXy277/; https://www.instagram.com/marketxyofficial/; https://www.facebook.com/marketxy/; https://www.linkedin.com/company/marketxy/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.lg:hidden (#102 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 |
|---|---|---|---|---|---|
| h2 Built for | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 One domain. | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Everything you need … | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 270 Million | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Websites by | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 230M+ Companies | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 What Data You Can | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 One indicator, | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Research Data at | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 WHOIS, DNS, Email & … | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 See Patterns Across | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Why Teams Choose | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 One-time 25% discoun… | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Built for Data Resea… | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Help when you | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 Enterprise security | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 From scrappy startup… | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 — research runs on | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h2 MarketXY | 1.73:1 | 3.0:1 | #000000 | #153660 | Fail |
| h3 Cybersecurity | 1.73:1 | 3.0:1 | #000000 | #153660 | 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.
ALandmark Structure5 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 Hierarchy28 headings, 1 skip(s)PASS
- H1 MarketXY: Data Research Platform
- H2 Built for Research Teams
- H3 Cybersecurity
- H3 Market Research
- H3 Due Diligence
- H3 Sales Intelligence
- H3 Investment Research
- H3 Domain Industry
- H2 One domain. Six connected datasets.
- H2 Everything you need in One Platform
- H2 270 Million Websites by Categories
- H2 230M+ Companies Database
- H2 What Data You Can Research
- H2 One indicator, an entire threat graph.
- H3 From one seed to full actor infrastructure.
- H2 Research Data at Global Scale
- H2 WHOIS, DNS, Email & CMS Intelligence
- H2 See Patterns Across the Internet
- H2 Why Teams Choose MarketXY
- H2 One-time 25% discount for research teams.
- H2 Built for Data Research Workflows
- H3 Plug into your existing stack.
- H2 Help when you need it.
- H2 Enterprise security by default.
- H2 From scrappy startups to Fortune 500 — research runs on MarketXY.
- H4 Support skipped
- H4 About
- H4 Legal
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+Heading Text QualityAll 28 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityNo imagesPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | Search intelligence | aria-label |
| input | text | (Search domain, email, IP, CMS...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
AIframe Accessibility1/1 iframe(s) missing title; 0 placeholder(s)PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 25 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.
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 |
|---|
header.relative > nav.fixed > div.flex > button.lg:hidden header.relative > nav.fixed > div.flex > button.lg:hidden |
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 |
|---|
Research Teams div.mxy-container > div.sect-hd > h2.sect-h2 > em |
MarketXY supports industries that rely on data, intelligence, discovery, and an… section.sect > div.mxy-container > div.sect-hd > p.sect-sub |
One Platform div.mxy-container > div.sect-hd > h2.sect-h2 > em |
Five core workflows replace the stack of tools your research team is paying for… section.sect > div.mxy-container > div.sect-hd > p.sect-sub |
Unlimited exports div.mxy-container > div.wyc-grid > div.wyc-card > div.wyc-meta |
4,800 categories div.mxy-container > div.wyc-grid > div.wyc-card > div.wyc-meta |
230M+ companies div.mxy-container > div.wyc-grid > div.wyc-card > div.wyc-meta |
Categories div.mxy-container > div.sect-hd > h2.sect-h2 > em |
206 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
299 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
254 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
235 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
176 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
50 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
85 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
112 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
71 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
10 table.mxy-tbl > tbody > tr.cat-parent > td.tbl-rank |
34 subs td > div.cat-name-cell > div.cat-name-main > span.cat-sub-count |
Database div.mxy-container > div.sect-hd > h2.sect-h2 > em |
200 million tracked companies across industries, geographies, and business type… section#companyDatabaseSection > div.mxy-container > div.sect-hd > p.sect-sub |
10 table.mxy-tbl > tbody > tr > td.tbl-rank |
Research div.mxy-container > div.sect-hd > h2.sect-h2 > em |
10 div.dtype-grid > div.dtype-card > div.dtype-top > span.dtype-count |
10 div.dtype-grid > div.dtype-card > div.dtype-top > span.dtype-count |
10 div.dtype-grid > div.dtype-card > div.dtype-top > span.dtype-count |
Global Scale div.mxy-container > div.sect-hd > h2.sect-h2 > em |
Intelligence div.mxy-container > div.sect-hd > h2.sect-h2 > em |
Historical growth, infrastructure mapping, email provider distribution, and CMS… section#emailCmsSection > div.mxy-container > div.sect-hd > p.sect-sub |
the Internet div.mxy-container > div.sect-hd > h2.sect-h2 > em |
Track where growth, registration, and company density are shifting month to mon… section.sect-sm > div.mxy-container > div.sect-hd > p.sect-sub |
MarketXY div.mxy-container > div.sect-hd > h2.sect-h2 > em |
Six reasons data teams standardize on MarketXY for everyday research workflows. section.sect > div.mxy-container > div.sect-hd > p.sect-sub |
Workflows div.api-split > div > h2.sect-h2 > em |
# Search websites in a category div.api-split > div.code-card > pre.code-body > span.c |
need it div.mxy-container > div.sect-hd > h2.sect-h2 > em |
Fortune 500 div.mxy-container > div.sect-hd > h2.sect-h2 > em |
10,000+
research teams section.sect > div.mxy-container > div.logos-stats > div.logos-stat |
4,200+
companies section.sect > div.mxy-container > div.logos-stats > div.logos-stat |
148
countries section.sect > div.mxy-container > div.logos-stats > div.logos-stat |
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 |
|---|
SUPPORT div.jsx-894fd3c66fa3085b > div.jsx-894fd3c66fa3085b > div.jsx-894fd3c66fa3085b > h4.jsx-894fd3c66fa3085b |
These are opportunities to improve keyboard navigation in your application.