Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction11 of 15 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 8 image(s) |
| generic | 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
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
FLink & Button QualityAction20 issue(s) across 123 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://secure.avaaz.org/en/privacy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/en/privacy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/avaaz_org/ | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/Avaaz | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@avaaz.org | TikTok | new tab | Add '(opens in new tab)' to text |
| https://x.com/Avaaz | X | new tab | Add '(opens in new tab)' to text |
| https://secure.avaaz.org/campaign/en/ira… | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/campaign/en/van… | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/campaign/en/no_… | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/campaign/en/sol… | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/campaign/en/rev… | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/campaign/en/ira… | (empty) | empty | Add link text or aria-label |
| https://secure.avaaz.org/campaign/en/van… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/Avaaz | new tab | Add '(opens in new tab)' to text | |
| https://x.com/Avaaz | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/avaaz_org/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@avaaz.org | TikTok | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/avaaz.org | Bluesky | 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 |
| <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 |
| <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.
#; https://secure.avaaz.org/campaign/en/iran_not_in_our_name_loc/; https://secure.avaaz.org/campaign/en/vanuatu_climate_resolution_2026_loc/; https://secure.avaaz.org/campaign/en/no_death_penalty_for_palestinians_loc/; https://secure.avaaz.org/campaign/en/solidaritycuba_loc/; https://secure.avaaz.org/campaign/en/revive_gaza_loc/; https://secure.avaaz.org/campaign/en/iran_not_in_our_name_loc/; https://secure.avaaz.org/campaign/en/vanuatu_climate_resolution_2026_loc/
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://secure.avaaz.org/en/privacy/; https://secure.avaaz.org/en/privacy/; https://www.instagram.com/avaaz_org/; https://www.facebook.com/Avaaz; https://www.tiktok.com/@avaaz.org; https://x.com/Avaaz; https://www.facebook.com/Avaaz; https://x.com/Avaaz; https://www.instagram.com/avaaz_org/; https://www.tiktok.com/@avaaz.org (+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.mobile-menu-button (#493 on page); button.form-submit (#542 on page); button.slideshow_content-more-button (#580 on page); button.slideshow_content-more-button (#588 on page); button.slideshow_content-more-button (#596 on page); button.slideshow_content-more-button (#604 on page); button.slideshow_content-more-button (#612 on page); button.slideshow_content-more-button (#620 on page); button.slideshow_content-more-button (#628 on page); button#cboxPrevious (+2 more)
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 65/100 — 6 failing, 13 passedFIX
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.header-unified-wraper-outer > div.header-unified-wraper-inner > div.header-unified > button.mobile-menu-button div.header-unified-wraper-outer > div.header-unified-wraper-inner > div.header-unified > button.mobile-menu-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button div.slideshow_item > a.slideshow_content > div.slideshow_link > button.slideshow_content-more-button |
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.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object div.slideshow_item > div.slideshow_image > a.slideshow_image-link > img.slideshow_image-object |
div#block-accuracy-quote > div.block-inner > div.photo-inset > img div#block-accuracy-quote > div.block-inner > div.photo-inset > 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.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link div.slideshow_wrap > div.slideshow_item > div.slideshow_image > a.slideshow_image-link |
Facebook div.global-footer-connect > ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link |
X div.global-footer-connect > ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link |
Instagram div.global-footer-connect > ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link |
TikTok div.global-footer-connect > ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link |
Bluesky div.global-footer-connect > ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link |
footer.global-footer > div.global-footer-inner > div.global-footer-logo > a.svg-link footer.global-footer > div.global-footer-inner > div.global-footer-logo > a.svg-link |
Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. Learn more about alt text for `object` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.global-footer-nav-item > a.svg-link > div.global-footer-nav-plus-icon > object li.global-footer-nav-item > a.svg-link > div.global-footer-nav-plus-icon > object |
ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image |
ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image |
ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image |
ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image |
ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image ul.global-footer-connect-items > li.global-footer-connect-item > a.svg-link > object.global-footer-connect-image |
div.global-footer-inner > div.global-footer-logo > a.svg-link > object.global-footer-logo-image div.global-footer-inner > div.global-footer-logo > a.svg-link > object.global-footer-logo-image |
div.global-license > div.global-license-inner > div.global-license-icon > object div.global-license > div.global-license-inner > div.global-license-icon > object |
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 |
|---|
By continuing you accept Avaaz's Privacy Policy which explains how your data ca… body.lang-en > div.gdpr-block > div.gdpr-block-inner > div.gdpr-content |
Privacy Policy div.gdpr-block > div.gdpr-block-inner > div.gdpr-content > a |
GOT IT body.lang-en > div.gdpr-block > div.gdpr-block-inner > a.gdpr-link-block |
Start Your Petition Now div.content > div.do-take-action-content-mid > div.container-submit > a.do-take-action-button |
UPDATED ul.global-footer-nav-links > li.global-footer-nav-item > a.global-footer-nav-link > span.badge |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BHeading Hierarchy14 headingsREVIEW
- H4 Join Avaaz!
- H4 Welcome to Avaaz!
- H4 Welcome to Avaaz!
- H2 THE AVAAZ MOVEMENT:
- H2 JOIN NOW
- H2 HAPPENING RIGHT NOW
- H2 Take Action
- H3 The miracle recovery plan for our planet
- H2 TAKE ACTION
- H3 Start Your Own Petition
- H2 Highlights
- H3 Climate Change: The Beginning of the End of Fossil Fuels
- H2 Our Community
- H2 Commitment to Accuracy
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
BForm Accessibility2 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #frontpage-signup-form-name | text | Name | for/id |
| #frontpage-signup-form-email | for/id | ||
| #form-joinus-postcode | text | Postcode | for/id |
| #front-community-form-email | (Email) | placeholder only | |
| #form-joinus-country | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="CountryID" id="form-joinus-country">
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="email" name="Email" id="front-community-form-email">
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BWeb ManifestPWA-readyREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 |
|---|---|---|---|---|---|
| h2 THE AVAAZ MOVEMENT: | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 JOIN NOW | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 HAPPENING RIGHT NOW | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Highlights | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our Community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Commitment to Accura… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Climate Change: The … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Avaaz - The World in… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Update your | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cookie Settings | 12.12:1 | 4.5:1 | #000000 | #99CCE5 | Pass |
| div to use this feature. | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Click | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong 'Allow All' | 4.74:1 | 3.0:1 | #000000 | #E70680 | Pass |
| div or just activate the | 4.56:1 | 4.5:1 | #000000 | #E2067D | Pass |
| strong 'Targeting Cookies' | 5.46:1 | 3.0:1 | #000000 | #897F89 | Pass |
| div By continuing you ac… | 6.92:1 | 4.5:1 | #000000 | #9C9199 | Pass |
| a Privacy Policy | 4.69:1 | 4.5:1 | #000000 | #7E747E | Pass |
| div which explains how y… | 2.79:1 | 4.5:1 | #000000 | #585358 | Fail |
| a Got it | 1.33:1 | 4.5:1 | #000000 | #242225 | Fail |
| h4 Join Avaaz! | 1.21:1 | 3.0:1 | #000000 | #1C1A1B | 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.