Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 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 |
|---|---|---|---|---|---|
| h1 TRUST, BUILT LOCALLY… | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 Cookies on BBB.org | 2.18:1 | 3.0:1 | #000000 | #474446 | Fail |
| h2 Cookie Preferences | 2.62:1 | 3.0:1 | #000000 | #0047BB | Fail |
| h2 Navigation menu | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 Select a Language | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 Find trusted partner… | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 Do business, better | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 For Consumers | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 For Businesses | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h2 Affiliated Programs | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h3 Necessary Cookies | 2.62:1 | 3.0:1 | #000000 | #0047BB | Fail |
| h3 Functional Cookies | 2.62:1 | 3.0:1 | #000000 | #0047BB | Fail |
| h3 Performance Cookies | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| h3 Marketing Cookies | 12.64:1 | 3.0:1 | #000000 | #C8C9C7 | Pass |
| title BBB | Better Busines… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p We use cookies to gi… | 2.64:1 | 4.5:1 | #000000 | #545051 | Fail |
| a Privacy Policy | 8.89:1 | 4.5:1 | #000000 | #D49A9B | Pass |
| p to learn more. | 8.55:1 | 4.5:1 | #000000 | #D39693 | Pass |
| button Accept All Cookies | 6.13:1 | 4.5:1 | #000000 | #7D89B7 | 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+Landmark Structure7 landmarksPASS
A+Heading Hierarchy14 headingsPASS
- H2 Cookies on BBB.org
- H2 Cookie Preferences
- H3 Necessary Cookies
- H3 Functional Cookies
- H3 Performance Cookies
- H3 Marketing Cookies
- H2 Navigation menu
- H2 Select a Language
- H1 TRUST, BUILT LOCALLY.™
- H2 Find trusted partners
- H2 Do business, better
- H2 For Consumers
- H2 For Businesses
- H2 Affiliated Programs
A+Alt Text QualityAll 13 images OKPASS
AForm Accessibility1 of 13 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #functional-input-0 | radio | Use functional cookies | for/id |
| #functional-input-1 | radio | Do not use functional cookies | for/id |
| #performance-input-0 | radio | Use performance cookies | for/id |
| #performance-input-1 | radio | Do not use performance cookies | for/id |
| #marketing-input-0 | radio | Use marketing cookies | for/id |
| #marketing-input-1 | radio | Do not use marketing cookies | for/id |
| #find_text | input | Find | for/id |
| #find_loc | input | Near | for/id |
| #find_text-mobile | input | Find | for/id |
| #find_loc-mobile | input | Near | for/id |
| #downshift-«R1kpm»-input | input | Find | for/id |
| #downshift-«R2kpm»-input | input | Near | for/id |
| #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-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
ALink & Button Quality67 links, 27 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.bbb.org/all/privacy-policy#c… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://x.com/bbb_us | our Twitter (opens in a new ta… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/better-… | our LinkedIn (opens in a new t… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/BetterBusinessB… | our Facebook (opens in a new t… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/betterbusiness… | our Instagram (opens in a new … | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.bbb.org/all/privacy-policy#cookies; https://x.com/bbb_us; https://www.linkedin.com/company/better-business-bureau/; https://www.facebook.com/BetterBusinessBureau; https://www.instagram.com/betterbusinessbureau_/
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
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 23 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.
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 |
|---|
Get a Quote div > ul > li > a.active-underline |
Start a Review div > ul > li > a.active-underline |
File a Complaint div > ul > li > a.active-underline |
Get Your Business Listed div > ul > li > a.active-underline |
BBB Accreditation div > ul > li > a.active-underline |
Apply for BBB Accreditation div > ul > li > a.active-underline |
BBB Institute for Marketplace Trust div > ul > li > a.active-underline |
BBB Wise Giving Alliance (Give.org) div > ul > li > a.active-underline |
BBB National Programs div > ul > li > a.active-underline |
These items highlight common accessibility best practices.