Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy8 headingsREVIEW
- H5 Pediatric endo webinar, May 15
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Performance Cookies
- H4 Targeting Cookies
- H4 Functional Cookies
- H4 Strictly Necessary Cookies
- H3 Cookie List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BAlt Text Quality2 of 16 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
CLink & Button QualityAction5 issue(s) across 82 links and 17 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://engage.ada.org/pages/storehome?u… | Store(opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://newdentistblog.ada.org/ | New Dentist Now(opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://engage.ada.org/courses/688/view?… | Pediatric endo webinar, May 15… | new tab | Add '(opens in new tab)' to text |
| https://adanews.ada.org/ada-news/2026/ap… | ADA seeks feedback on recommen… | new tab | Add '(opens in new tab)' to text |
| https://adanews.ada.org/ada-news/2026/ap… | ADA releases updated sedation … | new tab | Add '(opens in new tab)' to text |
| https://adanews.ada.org/ada-news/2026/ap… | Oklahoma strengthens noncovere… | new tab | Add '(opens in new tab)' to text |
| https://adanews.ada.org/ada-news/2026/ap… | New research reaffirms recomme… | new tab | Add '(opens in new tab)' to text |
| https://engage.ada.org/pages/storehome?u… | ADA Store(opens in a new windo… | new tab | Add '(opens in new tab)' to text |
| https://www.adafoundation.org/ | ADA Foundation(opens in a new … | new tab | Add '(opens in new tab)' to text |
| https://pages.ada.org/business-product-p… | Product Portfolio(opens in a n… | new tab | Add '(opens in new tab)' to text |
| https://jada.ada.org/content/advertising | Classifieds/Career Center(open… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/AmericanDentalA… | (opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/america… | (opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/americandental… | (opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@americandentalas… | (opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/AmerDentalAssn?sourc… | (opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/AmericanDental… | (opens in a new window) | new tab | Add '(opens in new tab)' to text |
| https://www.ada.org/en/privacy-notice | privacy notice, opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://www.ada.org/privacy-notice#segme… | privacy notice, opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://engage.ada.org/pages/storehome?utm_source=se_store_adaorg&utm_medium=…; https://newdentistblog.ada.org/; https://engage.ada.org/courses/688/view?utm_source=se_ce_adaorg&utm_medium=ad…; https://adanews.ada.org/ada-news/2026/april/ada-seeks-feedback-on-recommendat…; https://adanews.ada.org/ada-news/2026/april/ada-releases-updated-sedation-and…; https://adanews.ada.org/ada-news/2026/april/oklahoma-strengthens-noncovered-s…; https://adanews.ada.org/ada-news/2026/april/new-research-reaffirms-recommende…; https://engage.ada.org/pages/storehome?utm_source=se_store_adaorg&utm_medium=…; https://www.adafoundation.org/; https://pages.ada.org/business-product-portfolio (+10 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggler (#95 on page); button (#531 on page); button (#545 on page); button (#559 on page); button (#573 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
B404 Error PageHTTP 404, custom pageREVIEW
A+Landmark Structure7 landmarksPASS
A+Form AccessibilityAll 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | Search | aria-label |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
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 |
|---|---|---|---|---|---|
| h2 Privacy Preference C… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Manage Consent Prefe… | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| h3 Cookie List | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| title Home | American Dent… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 12.49:1 | 4.5:1 | #000000 | #A5CDE7 | Pass |
| div Advertisement | 8.55:1 | 4.5:1 | #000000 | #68ADD7 | Pass |
| a Renew | 8.48:1 | 4.5:1 | #000000 | #69ACD7 | Pass |
| a Scientific Session | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Store | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a DENTPIN | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Join | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Account Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Why Join | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Education | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Find a Program | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Testing | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a DENTPIN | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Scientific Session | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Volunteer | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Continuing Education | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | 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.
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 27 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 |
|---|
div.ada-mainnav > nav.main > div#nav > button.navbar-toggler div.ada-mainnav > nav.main > div#nav > button.navbar-toggler |
div.row > div.ada-mainnav > nav.main > button.search div.row > div.ada-mainnav > nav.main > button.search |
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 |
|---|
Cookies Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
These are opportunities to improve the legibility of your content.