Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
HSTS header is missing
No Content-Security-Policy header found
1 image(s) missing alt attribute
2 image-only link(s) without alt text
[](https://beavercheck.com/results/7c848dee-273c-2514-c770-fa0134d98722)<a href="https://beavercheck.com/results/7c848dee-273c-2514-c770-fa0134d98722"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.eff.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.eff.orgThis badge auto-updates with your latest scan result.
Thanks for your feedback!
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
110 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.64 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.30 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Cindy Cohn talks with Jon Stewart on the Daily Show. span.field-content > div.teaser-thumbnail > a > img | /files/styles/feature/public/banner_library/ds_cindy_and_... | 310.7 KiB | 296.8 KiB |
People communicating on devices with encryption, art by Chelsea Saunders div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/encryption-poc... | 160.5 KiB | 156.0 KiB |
robot doing brain surgery on itself span.field-content > div.teaser-thumbnail > a > img | /files/styles/feature/public/banner_library/ai-brain-surg... | 168.3 KiB | 154.5 KiB |
robot doing brain surgery on itself div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/ai-brain-surge... | 74.9 KiB | 70.4 KiB |
Large robot hand taking tool from alarmed person div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/competition_re... | 70.2 KiB | 65.7 KiB |
Book cover for Privacy's Defender + Cindy Cohn portrait header > div.teaser-thumbnail > a > img | /files/styles/highlight/public/banner_library/privacys-de... | 75.1 KiB | 63.4 KiB |
Facebooks thumbs up thumbs down div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/facebook-thumb... | 39.4 KiB | 34.9 KiB |
Necessary & Proportionate logo div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/np-logo-banner... | 35.3 KiB | 30.8 KiB |
div.field__item > div.teaser-thumbnail > a > img div.field__item > div.teaser-thumbnail > a > img | /files/styles/highlight/public/banner_library/og-ssd-logo... | 41.9 KiB | 30.2 KiB |
person in dress holding an ultrasound screen in front of their abdomen which di… header > div.teaser-thumbnail > a > img | /files/styles/highlight/public/issues/repro-rights-hd-1.j... | 41.5 KiB | 29.8 KiB |
A giant robot hand holds a monkey wrench, a human is jumping for it. div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/competition_re... | 34.1 KiB | 29.6 KiB |
a happy drone in the sky span.field-content > div.teaser-thumbnail > a > img | /files/styles/feature/public/banner_library/drone-happy.p... | 35.7 KiB | 25.8 KiB |
Copyright Troll div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/copyright-trol... | 24.7 KiB | 20.2 KiB |
a happy drone in the sky div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/drone-happy.pn... | 20.4 KiB | 15.9 KiB |
div#site_banner > div.panel-pane > a.site-banner > img div#site_banner > div.panel-pane > a.site-banner > img | www.eff.org/files/effectingchangesitebanner-mobile-signal.png | 20.6 KiB | 14.2 KiB |
Cindy Cohn wearing a t-shirt that says Let's Sue the Government div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/letssuethegove... | 15.9 KiB | 11.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eff.org/files/js/js_EvYTiegj0KJZ4sNBg-dL-91yeNaZ1KSrlPvKcWK1lr0.js | 658.1 KiB | 418.4 KiB |
| www.eff.org/files/js/js_qd8BaywA4mj4edyGLb52Px4-BwFqScI7dgPymNmaueA.js | 134.1 KiB | 28.3 KiB |
| www.eff.org/files/js/js_5qGuLqWqWhHAt7cjYTVS4LFz4Lwl-0kaX6U6Yr0wgkU.js | 51.9 KiB | 16.1 KiB |
| www.eff.org/files/js/js_SN-M68YPimsxjKBGXXDOXuxvMRFy2qulwK9OXflHVZo.js | 20.1 KiB | 6.5 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eff.org/files/css/css_o_mqmXBOqoEzzh8UVguuxIaW3h-LwKoMeY37J4LAeS0.css | 363.2 KiB | 347.9 KiB |
| www.eff.org/files/css/css_ys5BgHL2TNyP6_lBf6AQ-QeeC9qTVIuIwGCz7AJJrJA.css | 35.8 KiB | 35.2 KiB |
| www.eff.org/files/css/css_bfmLPgVlG5AZD2ntOSQkbXiHdk7UxsjfID5l1Ff476g.css | 25.8 KiB | 25.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eff.org/files/js/js_EvYTiegj0KJZ4sNBg-dL-91yeNaZ1KSrlPvKcWK1lr0.js | 658.1 KiB | 359.1 KiB |
| www.eff.org/files/js/js_qd8BaywA4mj4edyGLb52Px4-BwFqScI7dgPymNmaueA.js | 134.1 KiB | 53.1 KiB |
| www.eff.org/files/js/js_5qGuLqWqWhHAt7cjYTVS4LFz4Lwl-0kaX6U6Yr0wgkU.js | 51.9 KiB | 38.7 KiB |
| www.eff.org/files/js/js_x2A4oj9_rCj5CWR_dGMHrobZW14ZVI9ruZKCDG7yyfM.js | 33.7 KiB | 27.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
div#site_banner > div.panel-pane > a.site-banner > img div#site_banner > div.panel-pane > a.site-banner > img | www.eff.org/files/effectingchangesitebanner-mobile-signal.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
The leading nonprofit defending
digital privacy, free speech,
and innovation. div > div.panel-pane > div.front-page-welcome > div.tagline |
| APRIL 7, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
EFF defends your privacy and free expression because technology should serve al… div > div.panel-pane > div.front-page-donate > h6 |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
div.field__items > div.field__item > div.teaser-thumbnail > a div.field__items > div.field__item > div.teaser-thumbnail > 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.
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.
| Failing Elements |
|---|
ISSUES article.node > header > div.node-content-type-byline > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.49 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.05 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Cindy Cohn talks with Jon Stewart on the Daily Show. span.field-content > div.teaser-thumbnail > a > img | /files/styles/feature/public/banner_library/ds_cindy_and_... | 310.7 KiB | 264.8 KiB |
robot doing brain surgery on itself span.field-content > div.teaser-thumbnail > a > img | /files/styles/feature/public/banner_library/ai-brain-surg... | 168.3 KiB | 157.8 KiB |
People communicating on devices with encryption, art by Chelsea Saunders div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/encryption-poc... | 160.5 KiB | 147.6 KiB |
Book cover for Privacy's Defender + Cindy Cohn portrait header > div.teaser-thumbnail > a > img | /files/styles/highlight/public/banner_library/privacys-de... | 75.1 KiB | 64.6 KiB |
robot doing brain surgery on itself div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/ai-brain-surge... | 74.9 KiB | 62.0 KiB |
Large robot hand taking tool from alarmed person div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/competition_re... | 70.2 KiB | 57.3 KiB |
div.field__item > div.teaser-thumbnail > a > img div.field__item > div.teaser-thumbnail > a > img | /files/styles/highlight/public/banner_library/og-ssd-logo... | 41.9 KiB | 31.4 KiB |
person in dress holding an ultrasound screen in front of their abdomen which di… header > div.teaser-thumbnail > a > img | /files/styles/highlight/public/issues/repro-rights-hd-1.j... | 41.5 KiB | 31.0 KiB |
a happy drone in the sky span.field-content > div.teaser-thumbnail > a > img | /files/styles/feature/public/banner_library/drone-happy.p... | 35.7 KiB | 28.2 KiB |
Facebooks thumbs up thumbs down div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/facebook-thumb... | 39.4 KiB | 26.5 KiB |
Necessary & Proportionate logo div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/np-logo-banner... | 35.3 KiB | 22.4 KiB |
A giant robot hand holds a monkey wrench, a human is jumping for it. div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/competition_re... | 34.1 KiB | 21.3 KiB |
Copyright Troll div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/copyright-trol... | 24.7 KiB | 11.9 KiB |
a happy drone in the sky div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/drone-happy.pn... | 20.4 KiB | 7.6 KiB |
Cindy Cohn wearing a t-shirt that says Let's Sue the Government div.field__item > div.teaser-thumbnail > a > img | /files/styles/teaser/public/banner_library/letssuethegove... | 15.9 KiB | 5.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eff.org/files/js/js_EvYTiegj0KJZ4sNBg-dL-91yeNaZ1KSrlPvKcWK1lr0.js | 658.1 KiB | 418.4 KiB |
| www.eff.org/files/js/js_qd8BaywA4mj4edyGLb52Px4-BwFqScI7dgPymNmaueA.js | 134.1 KiB | 28.3 KiB |
| www.eff.org/files/js/js_5qGuLqWqWhHAt7cjYTVS4LFz4Lwl-0kaX6U6Yr0wgkU.js | 51.9 KiB | 16.1 KiB |
| www.eff.org/files/js/js_SN-M68YPimsxjKBGXXDOXuxvMRFy2qulwK9OXflHVZo.js | 20.1 KiB | 6.5 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eff.org/files/css/css_o_mqmXBOqoEzzh8UVguuxIaW3h-LwKoMeY37J4LAeS0.css | 363.2 KiB | 332.9 KiB |
| www.eff.org/files/css/css_ys5BgHL2TNyP6_lBf6AQ-QeeC9qTVIuIwGCz7AJJrJA.css | 35.8 KiB | 35.3 KiB |
| www.eff.org/files/css/css_bfmLPgVlG5AZD2ntOSQkbXiHdk7UxsjfID5l1Ff476g.css | 25.8 KiB | 25.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eff.org/files/js/js_EvYTiegj0KJZ4sNBg-dL-91yeNaZ1KSrlPvKcWK1lr0.js | 658.1 KiB | 359.1 KiB |
| www.eff.org/files/js/js_qd8BaywA4mj4edyGLb52Px4-BwFqScI7dgPymNmaueA.js | 134.1 KiB | 53.1 KiB |
| www.eff.org/files/js/js_5qGuLqWqWhHAt7cjYTVS4LFz4Lwl-0kaX6U6Yr0wgkU.js | 51.9 KiB | 38.7 KiB |
| www.eff.org/files/js/js_x2A4oj9_rCj5CWR_dGMHrobZW14ZVI9ruZKCDG7yyfM.js | 33.7 KiB | 27.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
div#site_banner > div.panel-pane > a.site-banner > img div#site_banner > div.panel-pane > a.site-banner > img | www.eff.org/files/effectingchange-sitebanner-desktop-signal.png |
EFF Home div#footer > div.panel-pane > a > img | www.eff.org/sites/all/modules/custom/eff_library/images/eff-logo-1color-blue.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
| APRIL 7, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
Charity Navigator div#footer > div.panel-pane > p > a |
COPYRIGHT (CC BY) div.panel-pane > ul.menu > li.first > a |
TRADEMARK div.panel-pane > ul.menu > li.leaf > a |
PRIVACY POLICY div.panel-pane > ul.menu > li.leaf > a |
THANKS div.panel-pane > ul.menu > li.last > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
| Failing Elements |
|---|
Charity Navigator div#footer > div.panel-pane > p > a |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
EFF defends your privacy and free expression because technology should serve al… div > div.panel-pane > div.front-page-donate > h6 |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
body.html > div.donate-banner-wrapper > div.donate-banner > img body.html > div.donate-banner-wrapper > div.donate-banner > 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.
| Failing Elements |
|---|
div.field__items > div.field__item > div.teaser-thumbnail > a div.field__items > div.field__item > div.teaser-thumbnail > 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.
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.
| Failing Elements |
|---|
ISSUES article.node > header > div.node-content-type-byline > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.
| Failing Elements |
|---|
body.html > div.donate-banner-wrapper > div.donate-banner > img body.html > div.donate-banner-wrapper > div.donate-banner > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback