Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction10 issue(s) across 84 links and 33 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.dnb.com/en-us/solutions/arti… | Let Our Unparalleled Data Powe… | img no alt | Add alt attribute to the image |
| /en-us/public-sector/solutions/federal.h… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Federal.Html | |||
| /en-us/public-sector/solutions/sled.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Sled.Html | |||
| /en-us/smb/business-risk/evaluate-vendor… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Evaluate Vendors.Html | |||
| /en-us/why-dnb/our-data.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Our Data.Html | |||
| /en-us/why-dnb/our-analytics.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Our Analytics.Html | |||
| /en-us/why-dnb/our-ai.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Our Ai.Html | |||
| tel:+18005269018 | Call (800) 526-9018 | img no alt | Add alt attribute to the image |
| https://www.linkedin.com/company/dun-&-b… | LinkedIn logo | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/DunBradstreet | Facebook logo | new tab | Add '(opens in new tab)' to text |
| https://www.x.com/DunBradstreet | X logo | new tab | Add '(opens in new tab)' to text |
| https://www.dnb.com/content/dam/web/comp… | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| Privacy Policy | new tab | Add '(opens in new tab)' to text | |
| https://www.dnb.com/content/dam/web/comp… | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| https://tdp.trustarc.com/?cmId=tlglke&se… | Tracker Details | new tab | Add '(opens in new tab)' to text |
| https://trustarc.com | trustarc | new tab | Add '(opens in new tab)' to text |
| <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 |
Generic link text like 'click here' doesn't describe the destination.
/en-us/public-sector/solutions/federal.html ("Learn More"); /en-us/public-sector/solutions/sled.html ("Learn More"); /en-us/smb/business-risk/evaluate-vendors.html ("Learn More"); /en-us/why-dnb/our-data.html ("Learn More"); /en-us/why-dnb/our-analytics.html ("Learn More"); /en-us/why-dnb/our-ai.html ("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="https://www.dnb.com/en-us/solutions/artificial-intelligence.html"]; a[data-testid="phoneNumberLink"]
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://www.linkedin.com/company/dun-&-bradstreet; https://www.facebook.com/DunBradstreet; https://www.x.com/DunBradstreet; https://www.dnb.com/content/dam/web/company/about/content/cps/DnB_Cookie-Poli…; ; https://www.dnb.com/content/dam/web/company/about/content/cps/DnB_Cookie-Poli…; https://tdp.trustarc.com/?cmId=tlglke&seedUrl=https://www.dnb.com/&locale=en; https://trustarc.com
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.insight-card-carousel_navigationArrowLeft__X1Sav (#486 on page); button.insight-card-carousel_navigationArrowRight__alA2m (#487 on page); button.testimonial-carousel_navigationArrowLeft__NTf1P (#552 on page); button.testimonial-carousel_navigationArrowRight__cXI7J (#553 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
F404 Error PageActionHTTP 404, bare pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #trustarc-lang-select | select | Select language | for/id |
| (Email *) | placeholder only | ||
| country | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="country">
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">
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
BFavicon & Branding6 icon(s) detectedREVIEW
AHeading Hierarchy46 headings, 1 skip(s)PASS
- H1 Intelligent Data to Drive Business Performance
- H2 Power Your AI Workflows with Our Unparalleled Data
- H2 Find Solutions to Fit Your Business Need
- H3 Select Business Need
- H4 Manage Your Risk
- H4 Grow Your Business
- H4 Control Your Cost
- H4 Small Business
- H4 Enterprise
- H4 Public Sector
- H4 Small Business
- H4 Enterprise
- H4 Small Business
- H4 Enterprise
- H3 Reduce Your Risk
- H5 Face Financial Risk Head On skipped
- H5 Prevent Supplier Disruption
- H5 Manage and Monitor Compliance Risk
- H5 Manage Risk at the Federal Level
- H5 Manage Risk Closer to Home
- H5 Protect Your Business from Vendor & Supplier Risk
- H5 Check Up on Your Business Credit
- H5 Seek to Improve Business Credit
- H5 Harness the Power of Responsible AI
- H5 Reduce Your Fraud Exposure
- H5 Keep Sustainability Risk at Bay
- H5 Improve Your Online Presence
- H5 Reach Your Ideal Customers
- H5 Close Deals with Better Sales Intel
- H5 Optimize Your Marketing Strategy
- H5 Accelerate Growth with Trusted Data
- H2 Accelerate Performance and Achieve Your Business Goals
- H3 Look Up or Apply for a D‑U‑N‑S Number
- H2 Expert Insights for Business Leaders
- H2 Human-at-the-Helm: A Practical Model for the Agentic Era
- H2 How Predictive Sales Intelligence Is Rewriting the B2B Buyer Journey
- H2 Navigating Disruptions to the Strait of Hormuz 2026
- H2 New Bankruptcy Data Reveals Business Vulnerabilities
- H2 D&B Survey: Business Optimism and Financial Confidence Declining
- H2 Ethical Blind Spots in AI Data Preparation
- H2 What Customers Are Saying
- H2 See Where Data Can Take You
- H2 Let's get in touch
- H2 Solutions and Insights
- H2 Company
- H2 Support
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+Alt Text QualityAll 54 images OKPASS
A+Web ManifestPWA-readyPASS
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 Intelligent Data to … | 8.45:1 | 3.0:1 | #000000 | #A1A5A6 | Pass |
| h2 Power Your AI Workfl… | 8.55:1 | 3.0:1 | #000000 | #A2A6A7 | Pass |
| h2 Find Solutions to Fi… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Accelerate Performan… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Expert Insights for … | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Human-at-the-Helm: A… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 How Predictive Sales… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Navigating Disruptio… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 New Bankruptcy Data … | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 D&B Survey: Business… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Ethical Blind Spots … | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 What Customers Are S… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 See Where Data Can T… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Let's get in touch | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Solutions and Insigh… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Company | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h2 Support | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h3 Select Business Need | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h3 Reduce Your Risk | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | Pass |
| h3 Look Up or Apply for… | 9.28:1 | 3.0:1 | #000000 | #A9ADAE | 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.
A+Lighthouse Accessibility AuditsScore 95/100 — 3 failing, 28 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.
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 |
|---|
Face Financial Risk Head On div.solutions-tool_productsDetailContainer__GFz1d > div.solutions-tool_productsDetailList__7+hpD > div.solutions-tool_productContainer__FXOwx > h5.solutions-tool_productTitle__K0+dK |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Trust Centre div.footer_subContainer__-Khfg > ul.footer_subLinks__+pn7L > li > a |
Accessibility div.footer_subContainer__-Khfg > ul.footer_subLinks__+pn7L > li > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Manage Your Risk div.defaultLayoutInner > div.solutions-tool_selectionResultContainer__H3NXP > div.solutions-tool_cardContainer__sdmrc > button.solutions-tool_card__k+PU8 |
Grow Your Business div.defaultLayoutInner > div.solutions-tool_selectionResultContainer__H3NXP > div.solutions-tool_cardContainer__sdmrc > button.solutions-tool_card__k+PU8 |
Control Your Cost div.defaultLayoutInner > div.solutions-tool_selectionResultContainer__H3NXP > div.solutions-tool_cardContainer__sdmrc > button.solutions-tool_card__k+PU8 |