Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction11 issue(s) across 80 links and 6 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.experian.com/blogs/marketing… | Experian Marketing Blog | new tab | Add '(opens in new tab)' to text |
| https://engineering.tapad.com/ | Engineering Blog | new tab | Add '(opens in new tab)' to text |
| /solutions/switchboard | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: Switchboard | |||
| /the-tapad-graph | (empty) | empty | Add link text or aria-label |
| /the-tapad-graph | (empty) | empty | Add link text or aria-label |
| https://www.eprivacy.eu/en/customers/awa… | EDAA Certification | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/tapadinc | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/tapad | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/the-tapad-graph; /the-tapad-graph; https://www.facebook.com/tapadinc; https://www.linkedin.com/company/tapad
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.
/solutions/switchboard ("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
Add '(opens in new tab)' to link text or aria-label.
https://www.experian.com/blogs/marketing-forward/; https://engineering.tapad.com/; https://www.eprivacy.eu/en/customers/awarded-seals/company/tapad-inc/
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.hamburger-button (#112 on page); button.owl-prev (#299 on page); button.owl-next (#302 on page); button.owl-dot (#305 on page); button.owl-dot (#307 on page); button.owl-dot (#309 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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure7 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
BHeading Hierarchy32 headings, 1 skip(s)REVIEW
- H3 The Tapad Graph
- H3 Switchboard
- H3 Hashed Email
- H3 Mobile Connections
- H3 CTV
- H3 IP Onboarding
- H3 Brands
- H3 Agencies
- H3 Platforms
- H3 Experian Marketing Blog
- H3 Engineering Blog
- H3 About us
- H3 Leadership
- H3 Privacy
- H3 News
- H3 Careers
- H3 Find Us
- H3 Tapad Life
- H1 Adapt with Tapad
- H3 We provide the world’s leading digital cross-device graph skipped
- H2 Enabling a better understanding of the consumer decision journey
- H3 We enable brands, agencies and platforms to unlock results
- H4 Target and measure
- H4 Reach and scale
- H4 Data enrichment
- H4 Personalization
- H3 As your partner, we make The Tapad Graph work for you
- H3 (empty)
- H3 Identity
- H3 Solutions
- H3 Resources
- H3 Company
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CLighthouse Accessibility AuditsActionScore 78/100 — 4 failing, 15 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.
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 |
|---|
nav#nav-primary > div#mobile-nav > div#mobile-nav-toggle > button.hamburger-button nav#nav-primary > div#mobile-nav > div#mobile-nav-toggle > button.hamburger-button |
div.content-slider-wrapper > div.content-slider > div.owl-nav > button.owl-prev div.content-slider-wrapper > div.content-slider > div.owl-nav > button.owl-prev |
div.content-slider-wrapper > div.content-slider > div.owl-nav > button.owl-next div.content-slider-wrapper > div.content-slider > div.owl-nav > button.owl-next |
div.content-slider-wrapper > div.content-slider > div.owl-dots > button.owl-dot div.content-slider-wrapper > div.content-slider > div.owl-dots > button.owl-dot |
div.content-slider-wrapper > div.content-slider > div.owl-dots > button.owl-dot div.content-slider-wrapper > div.content-slider > div.owl-dots > button.owl-dot |
div.content-slider-wrapper > div.content-slider > div.owl-dots > button.owl-dot div.content-slider-wrapper > div.content-slider > div.owl-dots > button.owl-dot |
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.owl-item > div.container1 > div.row > a div.owl-item > div.container1 > div.row > a |
div.owl-item > div.container1 > div.row > a div.owl-item > div.container1 > div.row > a |
div.row > div.footer-icons > div.social-icons > a div.row > div.footer-icons > div.social-icons > a |
div.row > div.footer-icons > div.social-icons > a div.row > div.footer-icons > div.social-icons > a |
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.
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 |
|---|
WE PROVIDE THE WORLD’S LEADING DIGITAL CROSS-DEVICE GRAPH div.container > div.d-flex > div.home-intro-paragraph-inner > h3 |
These are opportunities to improve keyboard navigation in your application.
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.fontawesome-i2svg-active html.fontawesome-i2svg-active |
These are opportunities to improve the interpretation of your content by users in different locales.
AAlt Text Quality4 of 35 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 4 image(s) |
A+Form AccessibilityNo form controlsPASS
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 Adapt with Tapad | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Enabling a better un… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Tapad Graph | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Switchboard | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hashed Email | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Mobile Connections | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CTV | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 IP Onboarding | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Brands | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Agencies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Platforms | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Experian Marketing B… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Engineering Blog | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 About us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Leadership | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Privacy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Careers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Find Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tapad Life | 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.