Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #location-search-text-main-menu | input | Change location | aria-label |
| #location-search-text-main-menu | input | Change location | aria-label |
| #footer_search | text | Enter terms to search | for/id |
| query | input | (Search) | placeholder only |
| #person_phone | text | (none) | none |
| input | submit | (none) | none |
| input | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="email">; <input type="text" name="person[phone]" id="person_phone">; <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
Placeholder text disappears on focus and is not a reliable label.
<input name="query">
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
FLink & Button QualityAction11 issue(s) across 101 links and 10 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /topics/international-climate-policy | International Climate | new tab | Add '(opens in new tab)' to text |
| /topics/international-climate-policy | International Climate | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://facebook.com/sierraclub | Find us on facebook | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/sierraclub | Find us on instagram | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/sierrac… | Find us on linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/NationalSie… | Find us on youtube | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@sierraclub | Find us on threads | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@sierracluboffici… | Find us on tiktok | 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 |
Links without text are announced as raw URLs by screen readers.
a#main-content; a (#470 on page); a (#472 on page); a (#500 on page); a (#502 on page); a (#506 on page); a (#508 on page)
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.
/topics/international-climate-policy; /topics/international-climate-policy; https://facebook.com/sierraclub; https://instagram.com/sierraclub; https://www.linkedin.com/company/sierraclub/; https://www.youtube.com/user/NationalSierraClub; https://www.threads.net/@sierraclub; https://www.tiktok.com/@sierraclubofficial
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.d-md-block (#157 on page); button.notification-btn (#191 on page); button.btn (#303 on page); button.btn (#458 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
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
BLandmark Structure9 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
CHeading HierarchyAction12 headings, 2 skip(s)REVIEW
- H5 dotOrg Membership Navigation
- H5 dotOrg Primary Navigation
- H1 Earth Day 3X Match
- H1 Earth Month Takeover 2026 duplicate H1
- H3 This Earth Day your support will go 3X as far in protecting our lands and wildlife. skipped
- H3 Make 3X the Impact
- H2 3X Your Impact
- H2 Remind Me Later
- H2 About the Sierra Club
- H2 Get in Touch
- H2 More from The Sierra Club
- H6 Can nature count on you? skipped
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
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
BAlt Text Quality3 of 12 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 3 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
B404 Error PageHTTP 404, custom pageREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Earth Day 3X Match | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h2 3X Your Impact | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h2 Remind Me Later | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h2 About the Sierra Clu… | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h2 Get in Touch | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h2 More from The Sierra… | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h3 This Earth Day your … | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| h3 Make 3X the Impact | 8.84:1 | 3.0:1 | #000000 | #66B4BE | Pass |
| title Earth Day 3X Match -… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu | 6.40:1 | 4.5:1 | #000000 | #339BA9 | Pass |
| a Madrid, MD | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| li Displaying stories, … | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| span Madrid, MD | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| p Your nearest Sierra … | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| a International Climat… | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| a View all chapters | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| label Change Location: | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| button Update | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| a Turn location off | 4.54:1 | 4.5:1 | #000000 | #108283 | Pass |
| a Login | 4.54:1 | 4.5:1 | #000000 | #108283 | 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.
CLighthouse Accessibility AuditsActionScore 79/100 — 6 failing, 23 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
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 |
|---|
3X Your Impact
Starting today, your Earth Day gift will go three times as far.… div.container-lg > div.region > div#block-boot5pt-lightboxbootstrapmodalsetatbottomofpage > div#myModal |
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.
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.dialog-off-canvas-main-canvas > header#navbar > nav.header-nav > button.d-md-block div.dialog-off-canvas-main-canvas > header#navbar > nav.header-nav > button.d-md-block |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.clearfix > div.row > div.col-sm-6 > img div.clearfix > div.row > div.col-sm-6 > img |
div.clearfix > div.row > div.col-sm-6 > img div.clearfix > div.row > div.col-sm-6 > img |
body.path-frontpage > img body.path-frontpage > img |
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.col-md-6 > ul.unstyled-list > li.leaf > a div.col-md-6 > ul.unstyled-list > li.leaf > a |
div.col-md-6 > ul.unstyled-list > li.leaf > a div.col-md-6 > ul.unstyled-list > li.leaf > a |
div.col-md-4 > ul.unstyled-list > li.leaf > a div.col-md-4 > ul.unstyled-list > li.leaf > a |
div.col-md-4 > ul.unstyled-list > li.leaf > a div.col-md-4 > ul.unstyled-list > li.leaf > a |
div.col-md-4 > ul.unstyled-list > li.leaf > a div.col-md-4 > ul.unstyled-list > li.leaf > a |
div.col-md-4 > ul.unstyled-list > li.leaf > a div.col-md-4 > ul.unstyled-list > li.leaf > a |
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.
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 |
|---|
This Earth Day your support will go 3X as far in protecting our lands and wildl… div.field--item > div.no-padding-bottom > div.clearfix > h3.media-heading |
Can nature count on you? div.region > div#block-boot5pt-slideoutblocksetatbottomofpage > div#slideout-1742852307 > h6.slideout-title |
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 |
|---|
Contact Us div.col-md-2 > ul.unstyled-list > li.leaf > a |
My Account div.col-md-2 > ul.unstyled-list > li.leaf > a |
These items highlight common accessibility best practices.