Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 24 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #submenu-toggle-6 | radio | Platform | for/id |
| #submenu-toggle-6-none | radio | Platform | for/id |
| #submenu-toggle-7 | radio | Solutions | for/id |
| #submenu-toggle-7-none | radio | Solutions | for/id |
| #submenu-toggle-8 | radio | About Us | for/id |
| #submenu-toggle-8-none | radio | About Us | for/id |
| #submenu-toggle-9 | radio | Resources | for/id |
| #submenu-toggle-9-none | radio | Resources | for/id |
| #2ca58ced-d41f-4763-8dae-35e74a397457-2161928641477-input | text | First Name* | for/id |
| #2ca58ced-d41f-4763-8dae-35e74a397457-5-input | text | Last Name* | for/id |
| #2ca58ced-d41f-4763-8dae-35e74a397457-3-input | Business Email* | for/id | |
| #2ca58ced-d41f-4763-8dae-35e74a397457-3125514687078-input | tel | Phone Number* | for/id |
| input | text | Search | aria-label |
| #2ca58ced-d41f-4763-8dae-35e74a397457-2670635846219-input | text | Company Name* | for/id |
| #2ca58ced-d41f-4763-8dae-35e74a397457-3186001529600-input | text | Job Title* | for/id |
| #2ca58ced-d41f-4763-8dae-35e74a397457-2663384172521-input | text | Company Country* | for/id |
| input | text | Search | aria-label |
| #2ca58ced-d41f-4763-8dae-35e74a397457-2301434161562-input | text | Annual Programmatic Budget* | for/id |
| input | text | Search | aria-label |
| #2ca58ced-d41f-4763-8dae-35e74a397457-3264555461218-input | text | How are you looking to work with us?* | for/id |
| input | text | Search | aria-label |
| #2ca58ced-d41f-4763-8dae-35e74a397457-2823036824818-input | checkbox | none | |
| #g-recaptcha-response | textarea | (none) | none |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
BLink & Button Quality3 issue(s) across 112 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://job-boards.greenhouse.io/stackad… | Job Openings | new tab | Add '(opens in new tab)' to text |
| https://www.g2.com/categories/demand-sid… | according to G2 | new tab | Add '(opens in new tab)' to text |
| https://www.g2.com/products/stackadapt/r… | G2 | new tab | Add '(opens in new tab)' to text |
| https://www.stackadapt.com/resources/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Resources | |||
| https://www.stackadapt.com/case-studies | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Case Studies | |||
| https://www.stackadapt.com/main/resource… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Marketing Orchestration | |||
| https://www.stackadapt.com/legal-documen… | Website Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://linkedin.com/company/stackadapt | Share Icon | new tab | Add '(opens in new tab)' to text |
| https://x.com/StackAdapt | Share Icon | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/stackadapt | Share Icon | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/stackadapt | Share Icon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@StackAdaptPlatf… | Share Icon | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.stackadapt.com/resources/ ("Read More"); https://www.stackadapt.com/case-studies ("Read More"); https://www.stackadapt.com/main/resources/blog/marketing-orchestration ("Read 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://job-boards.greenhouse.io/stackadapt; https://www.g2.com/categories/demand-side-platform-dsp; https://www.g2.com/products/stackadapt/reviews#reviews; https://www.stackadapt.com/legal-document-centre/website-and-platform-user-pr…; https://policies.google.com/privacy; https://policies.google.com/terms; https://linkedin.com/company/stackadapt; https://x.com/StackAdapt; https://facebook.com/stackadapt; https://www.instagram.com/stackadapt (+1 more)
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding5 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
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.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The Leading Technolo… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Advertisers to Audie… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Buyers to Brands. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Campaigns to Convers… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The Integrated Marke… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 by The Best Agencies… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Driving Marketing Ou… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Enhance Your Campaig… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Premium Ad Inventory | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Our Clients | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 and You Will Too | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The AI-Powered Marke… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Feel Supported Every… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 of the Way | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Stay In The Know | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Ditch your Tradition… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 of clients using the… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Request a Demo | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 +40,000 | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 +1.5M | 1.00:1 | 3.0:1 | #000000 | #000000 | 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 Structure11 landmarksPASS
A+Heading Hierarchy34 headingsPASS
- H6 NPI Targeting Solution
- H6 Conversion 2026 Virtual
- H6 The State of Personalization in Digital Marketing
- H1 The Leading Technology Company That Connects
- H2 Advertisers to Audiences.
- H2 Buyers to Brands.
- H2 Campaigns to Conversions.
- H2 The Integrated Marketing Platform Trusted by The Best Agencies and Brands
- H3 +40,000
- H3 #1
- H3 +1.5M
- H2 Driving Marketing Outcomes End-to-End
- H3 Full-Funnel Marketing Solutions For Every Industry
- H3 Advanced Targeting for Every Audience
- H3 World-Class Campaigns for Every Channel
- H3 Enterprise-Level Solutions for Every Agency and Brand
- H2 Enhance Your Campaigns With Extensive Premium Ad Inventory
- H2 Our Clients Love Us and You Will Too
- H3 Ready to see why the best marketers leverage the StackAdapt platform?
- H2 The AI-Powered Marketing Platform Savvy Digital Marketers Rely On
- H3 Boost campaign performance with the best-performing audience and ad placements.
- H3 Orchestrate campaigns across advertising and email.
- H3 465+Billion
- H4 optimizations per second.
- H3 Analyze data sets and deliver top optimization insights.
- H3 Adapt campaigns to serve the best-performing creatives.
- H2 Feel Supported Every Step of the Way
- H3 Resources and Guides
- H3 StackAdapt Academy
- H3 Exceptional Client Services
- H2 Stay In The Know
- H2 Ditch your Traditional DSP and join thousands of clients using the AI-powered marketing platform.
- H2 Maximize Your Advertising & Marketing Strategy With StackAdapt
- H2 Request a Demo
AAlt Text Quality3 of 116 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 3 image(s) |
| too long | 1 image(s) |
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies and similar technologies to enhance your browsing experience, an… div.cmp-wrapper > div#uc-main-dialog |
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.
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 |
|---|
Made with on Planet Earth
© 2014 – 2026 StackAdapt Inc. div.wp-block-group > div.wp-block-group > div.wp-block-group > p.has-sta-gray-400-color |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wp-block-group > div.wp-block-group > div.sta-custom-menu > input#submenu-toggle-none div.wp-block-group > div.wp-block-group > div.sta-custom-menu > input#submenu-toggle-none |
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.