Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction6 of 13 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| search | text | Search Audubon | aria-label |
| #near-me-dropdown-zip-code | text | Zip Code | for/id |
| #edit-emailaddress | To sign up to our email newsletter with the latest programs and initiatives | aria-label | |
| #edit-zip | tel | Zip | for/id |
| #edit-emailaddress--2 | To sign up to our email newsletter with the latest programs and initiatives | aria-label | |
| #edit-zip--2 | tel | Zip | for/id |
| #edit-phone | tel | Phone (optional) | for/id |
| input | number | (Other) | placeholder only |
| input | number | (Other) | placeholder only |
| title | search | (Type bird's name to start) | placeholder only |
| input | submit | (none) | none |
| #edit-submit | submit | (none) | none |
| #edit-submit--2 | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="op" id="edit-submit">; <input type="submit">; <input type="submit" name="op" id="edit-submit--2">
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="number">; <input type="number">; <input type="search" name="title">
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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
CAlt Text QualityAction5 of 15 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 5 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 QualityAction2 issue(s) across 200 links and 53 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://act.audubon.org/a/donate-temp?Se… | Donate | new tab | Add '(opens in new tab)' to text |
| https://audubonactionfund.org/ | Audubon Action Fund | new tab | Add '(opens in new tab)' to text |
| https://act.audubon.org/a/donate-temp?ms… | Donate Now | new tab | Add '(opens in new tab)' to text |
| https://legacy.audubon.org/ | Legacy Gifts | new tab | Add '(opens in new tab)' to text |
| https://act.audubon.org/a/renew?ms=digit… | Renew Membership | new tab | Add '(opens in new tab)' to text |
| https://www.charitynavigator.org/ein/131… | Charity Navigator | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/audubonsociety… | Audubon on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/NationalAudubon… | Audubon on Facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/audubonsociety | Audubon on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/nationa… | Audubon on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@audubonsociety | Audubon on Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/audubonsociety… | Audubon on Pinterest | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://policies.google.com/privacy; https://policies.google.com/terms; https://act.audubon.org/a/donate-temp?SelectedFrequency=4&ms=digital-fund-web…; https://audubonactionfund.org/; https://act.audubon.org/a/donate-temp?ms=digital-fund-web-website_nas_footer_…; https://legacy.audubon.org/; https://act.audubon.org/a/renew?ms=digital-fund-web-website_nas_footer_202401…; https://www.charitynavigator.org/ein/131624102; https://policies.google.com/privacy; https://policies.google.com/terms (+6 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.js-toggle-filters (#148 on page); button.near-me-dropdown-close-btn (#557 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
CFavicon & BrandingAction10 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 Search Audubon | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Birds Need You Now | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 Your Location | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 Nearest Centers and … | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 Nearest Chapters | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 State Office | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 More Near You | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| title National Audubon Soc… | 11.04:1 | 4.5:1 | #000000 | #FEAB00 | Pass |
| a Skip to main content | 11.04:1 | 4.5:1 | #000000 | #FEAB00 | Pass |
| span Get your first month… | 1.22:1 | 4.5:1 | #000000 | #161B26 | Fail |
| span NaN | 1.22:1 | 4.5:1 | #000000 | #161B26 | Fail |
| span NaN | 1.83:1 | 4.5:1 | #000000 | #2F3B46 | Fail |
| span NaN | 1.86:1 | 4.5:1 | #000000 | #303C46 | Fail |
| span NaN | 1.85:1 | 4.5:1 | #000000 | #2E3C45 | Fail |
| button Menu | 1.80:1 | 4.5:1 | #000000 | #2E3A42 | Fail |
| a Audubon | 1.75:1 | 4.5:1 | #000000 | #2E383E | Fail |
| a Magazine | 1.66:1 | 4.5:1 | #000000 | #2D343A | Fail |
| a Español | 1.63:1 | 4.5:1 | #000000 | #2E3237 | Fail |
| button Our Work | 1.63:1 | 4.5:1 | #000000 | #2F3236 | Fail |
| button Protecting Bird Habi… | 1.67:1 | 4.5:1 | #000000 | #343337 | 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.
ALandmark Structure6 landmarksPASS
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
AHeading Hierarchy7 headings, 1 skip(s)PASS
- H1 Search Audubon
- H3 Your Location skipped
- H3 Nearest Centers and Sanctuaries
- H3 Nearest Chapters
- H3 State Office
- H3 More Near You
- H2 Birds Need You Now
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+Web ManifestPWA-readyPASS
A+Print StylesheetPrint styles detectedPASS
ALighthouse Accessibility AuditsScore 94/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.
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 |
|---|
Privacy Policy div.np-search-form-widget-form > form#nas-everyaction-subscription-form-36dd8e121dee0dd4fc4f25f22058480d1cea333b9fae7e4f2a537d542a2e58d1 > div.nas-recaptcha-policy-wrapper > a |
Terms of Service div.np-search-form-widget-form > form#nas-everyaction-subscription-form-36dd8e121dee0dd4fc4f25f22058480d1cea333b9fae7e4f2a537d542a2e58d1 > div.nas-recaptcha-policy-wrapper > a |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-content-wrapper > div.hero-content > div#hero_form > iframe#ea-form-embed div.hero-content-wrapper > div.hero-content > div#hero_form > iframe#ea-form-embed |
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.
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 |
|---|
Read the issue div.magazine-card-links > div.magazine-card-wrapper > div.magazine-card-links-read-more > a.button |