Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 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 Hierarchy24 headings, 1 skip(s)REVIEW
- H2 Search
- H2 Mega Menu
- H2 Who We Are
- H2 Areas of Focus
- H2 Key Issues
- H2 (empty)
- H3 Women's Health
- H3 Food Chemicals
- H2 News & Insights
- H2 Header Utility Menu
- H1 EARTH DAY MATCH
- H3 Tap Water Database skipped
- H3 EWG's Guide to Sunscreens
- H3 EWG's 2026 Shopper's Guide to Pesticides in Produce™
- H3 Skin Deep®
- H3 Guide to Healthy Cleaning
- H3 Guide to Solar Energy
- H3 Interactive map: Tracking state food chemical regulation in the U.S.
- H3 EWG’s 2026 Shopper’s Guide to Pesticides in Produce™ finds widespread PFAS pesticide residue on non-organic fruits and vegetables
- H3 California bill would ban toxic ‘forever chemical’ pesticides contaminating nearly 40% of state-grown non-organic produce
- H3 Natural and artificial flavor: What's the difference?
- H3 EWG evaluation of food chemicals: Sucralose
- H2 Footer -- Footer menu
- H2 Footer Utility Menu
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
BAlt Text Quality1 of 11 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
BForm Accessibility2 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #site-search | search | Search this Site | for/id |
| #site-search2 | search | Search this Site | for/id |
| input | submit | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit">
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
CLink & Button QualityAction4 issue(s) across 187 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ewg.org/skindeep/ | Skin Deep Database | new tab | Add '(opens in new tab)' to text |
| https://www.ewg.org/tapwater/ | Tapwater Database | new tab | Add '(opens in new tab)' to text |
| https://www.ewg.org/ewgverified/ | EWG Verified® | new tab | Add '(opens in new tab)' to text |
| https://www.thenewlede.org/ | The New Lede | new tab | Add '(opens in new tab)' to text |
| https://www.ewg.org/skindeep/ | Skin Deep Database | new tab | Add '(opens in new tab)' to text |
| https://www.ewg.org/tapwater/ | Tapwater Database | new tab | Add '(opens in new tab)' to text |
| https://www.ewg.org/ewgverified/ | EWG Verified® | new tab | Add '(opens in new tab)' to text |
| https://www.thenewlede.org/ | The New Lede | new tab | Add '(opens in new tab)' to text |
| https://act.ewg.org/VhC7wzdkIE6Cy0EGmHQG… | MATCH MY GIFT | new tab | Add '(opens in new tab)' to text |
| https://act.ewg.org/VhC7wzdkIE6Cy0EGmHQG… | MATCH MY GIFT | new tab | Add '(opens in new tab)' to text |
| /consumer-guides/guide-healthy-cleaning | (empty) | empty | Add link text or aria-label |
| http://www.ewgactionfund.org | EWG Action Fund | 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 |
Links without text are announced as raw URLs by screen readers.
/consumer-guides/guide-healthy-cleaning
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
Add '(opens in new tab)' to link text or aria-label.
https://www.ewg.org/skindeep/; https://www.ewg.org/tapwater/; https://www.ewg.org/ewgverified/; https://www.thenewlede.org/; https://www.ewg.org/skindeep/; https://www.ewg.org/tapwater/; https://www.ewg.org/ewgverified/; https://www.thenewlede.org/; https://act.ewg.org/VhC7wzdkIE6Cy0EGmHQGVw2?sourceid=1023797&utm_campaign=EWG…; https://act.ewg.org/VhC7wzdkIE6Cy0EGmHQGVw2?sourceid=1023797&utm_campaign=EWG… (+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
Icon-only buttons need an aria-label so screen readers can announce them.
button.mm-tabstart (#57 on page); button.mm-tabend (#194 on page); button.mm-tabend (#900 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 EARTH DAY MATCH | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Search | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Mega Menu | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Who We Are | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Areas of Focus | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Key Issues | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 News & Insights | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Header Utility Menu | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Footer -- Footer men… | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| h2 Footer Utility Menu | 16.16:1 | 3.0:1 | #000000 | #CFE9CA | Pass |
| title Environmental Workin… | 4.47:1 | 4.5:1 | #000000 | #0F854A | Fail |
| span Menu | 4.47:1 | 4.5:1 | #000000 | #0F854A | Fail |
| a Who We Are | 2.58:1 | 4.5:1 | #000000 | #4F504A | Fail |
| span Open submenu | 2.10:1 | 4.5:1 | #000000 | #444337 | Fail |
| a Areas of Focus | 2.02:1 | 4.5:1 | #000000 | #434032 | Fail |
| span Open submenu | 2.12:1 | 4.5:1 | #000000 | #4B413C | Fail |
| a Consumer Guides | 1.65:1 | 4.5:1 | #000000 | #38312F | Fail |
| a Research | 1.33:1 | 4.5:1 | #000000 | #282120 | Fail |
| a News & Insights | 1.21:1 | 4.5:1 | #000000 | #1E1919 | Fail |
| span Open submenu | 2.52:1 | 4.5:1 | #000000 | #60493D | 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.
BLighthouse Accessibility AuditsScore 82/100 — 6 failing, 25 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dialog popup start body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-start |
Dialog popup end body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-end |
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 |
|---|
APRIL 13, 2026 div.field > div.field__items > div.field__item > time.datetime |
MARCH 24, 2026 div.field > div.field__items > div.field__item > time.datetime |
MARCH 20, 2026 div.field > div.field__items > div.field__item > time.datetime |
MARCH 19, 2026 div.field > div.field__items > div.field__item > time.datetime |
GET MY FREE GUIDE div.froala-editor-button > p > span > span |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See which produce has the highest and lowest pesticide residues. div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
By submitting, you'll receive updates from EWG.
Unsubscribe any time or refer … div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
Continue to site div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div#poptinFormCloseText |
GET MY FREE GUIDE div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div#poptinFormSubmitText > input#poptinFormSubmitButton |
JUST RELEASED div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
2026 Dirty Dozen™
& Clean Fifteen™ div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
EMAIL* div.inputs-container > div.froala-editor-input > div#poptinDesignInputTextFieldEmail > input#poptinDesignInputTextFieldEmail |
ZIP CODE* div.inputs-container > div.froala-editor-input > div#poptinDesignInputCustomField-CUSTOM_ZIPCODE > input#poptinDesignInputCustomField-CUSTOM_ZIPCODE |
CELL (OPTIONAL) div.inputs-container > div.froala-editor-input > div#poptinDesignInputTextFieldPhone > input#poptinDesignInputTextFieldPhone |
Dialog popup start body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-start |
Dialog popup end body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-end |
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 |
|---|
Tap Water Database div#tns1-item0 > article.node > div.node__content > h3.node-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.field__items > div.field__item > p > a.search-toggle div.field__items > div.field__item > p > a.search-toggle |
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.
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 |
|---|
Privacy Policy nav#block-system-menu-block-footer-utility-menu > ul.menu > li.menu-item > a |
Legal Disclaimer nav#block-system-menu-block-footer-utility-menu > ul.menu > li.menu-item > a |
Reprint Permission Information nav#block-system-menu-block-footer-utility-menu > ul.menu > li.menu-item > a |
These items highlight common accessibility best practices.
ALandmark Structure11 landmarksPASS
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