Mobile 375 × 812

Desktop 1440 × 900

Score: 82 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
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
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS is missing includeSubDomains
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3bb3052b-497c-4ac1-a6e3-5cb939e68a78)<a href="https://beavercheck.com/results/3bb3052b-497c-4ac1-a6e3-5cb939e68a78"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fglobalprivacycontrol.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fglobalprivacycontrol.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~16%.
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€213 investment → €0.20/month returns + EUR 500,000 risk avoided
€213
2h · 5 findings
€0.20 /mo
~€2.43 / year
EUR 500,000
if kept compliant
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
2.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,667 / month at risk
~€500,002 / year if left unfixed
€500,000
€0.20 /mo
2733.2 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 2 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
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.
1.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.121
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.20 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.01 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| globalprivacycontrol.org/fonts/roboto-v20-latin-italic.woff2 | 155 ms |
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.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Picture of Xavier Becerra figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/becerra.jpg | 26.9 KiB | 22.7 KiB |
lockrMail by lockr logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/lockr.png | 14.9 KiB | 14.8 KiB |
Abine DeleteMe logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/abine.png | 7.3 KiB | 7.3 KiB |
Firefox logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/firefox.png | 7.2 KiB | 7.0 KiB |
OptMeowt by privacy-tech-lab logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/optmeowt.png | 5.5 KiB | 5.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| globalprivacycontrol.org/_next/static/chunks/0sdg-xsvscrm3.css | 22.7 KiB | 21.7 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| globalprivacycontrol.org/_next/static/chunks/0nk6wlh9d6598.js | 67.8 KiB | 28.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Picture of Mark R. Warner figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/warner.jpg |
Abine DeleteMe logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/abine.png |
Picture of Alexander McD White figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/white.jpg |
lockrMail by lockr logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/lockr.png |
Picture of Xavier Becerra figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/becerra.jpg |
Picture of Xavier Becerra figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/becerra.jpg |
Picture of Ron Wyden figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/wyden.png |
Picture of Ron Wyden figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/wyden.png |
Turn On GPC placeholder div.home-module__1-uu2W__aboutCards > div.col > div.card > img.card-img-top | globalprivacycontrol.org/img/live-more-privately.svg |
Turn On GPC placeholder div.home-module__1-uu2W__aboutCards > div.col > div.card > img.card-img-top | globalprivacycontrol.org/img/browser-fights-for-you.svg |
Turn On GPC placeholder div.home-module__1-uu2W__aboutCards > div.col > div.card > img.card-img-top | globalprivacycontrol.org/img/turn-on-gpc.svg |
DuckDuckGo logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/duckduckgo-vertical.svg |
Raptive logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/raptive.svg |
Abine DeleteMe logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/abine.svg |
Automattic logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/automattic.svg |
Brave Software logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/brave.svg |
Consumer Reports logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/cr.svg |
Disconnect logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/disconnect.svg |
EFF logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/eff.svg |
Mozilla logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/mozilla.svg |
New York Times logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/nyt.svg |
Washington Post logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/washington-post.svg |
Meredith Digital logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/meredith.svg |
OptMeowt by privacy-tech-lab logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/optmeowt.png |
Disconnect logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/disconnect.png |
Firefox logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/firefox.png |
logo for Global Privacy Control li > a > span > img | globalprivacycontrol.org/img/press-logos/gpc-white.svg |
logo for The Washington Post li > a > span > img | globalprivacycontrol.org/img/press-logos/washpo-white.svg |
Brave Browser logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/brave.png |
Privacy Badger by EFF logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/badger.png |
global privacy control logo nav.navbar-module__cEd8zG__navbar > div.navbar__logos > a > img#hero-logo | globalprivacycontrol.org/img/gpc-logo-mobile.svg |
logo for Wired li > a > span > img | globalprivacycontrol.org/img/press-logos/wired-white.svg |
dividing placeholder main > section#about > div.home-module__1-uu2W__aboutSec2 > img | globalprivacycontrol.org/img/divider-lines.svg |
logo for TechCrunch li > a > span > img | globalprivacycontrol.org/img/press-logos/techcrunch-white.svg |
DuckDuckGo Privacy Browser logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/duckduckgo.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Home
ABOUT
SPEC
FOR USERS
FOR IMPLEMENTERS
DOWNLOAD
ORGANIZATIONS
PRESS
FAQ
Tak… body > div#__next > div > main | 0.119 |
Take control of your privacy. div.container > div.row > div.col-12 > h1.home-module__1-uu2W__heroTitle | 0.002 |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VIEW FULL SPEC div.row > div.col-12 > div > a.d-block |
TEST AGAINST THE REFERENCE SERVER div.row > div.col-12 > div > a.d-block |
GDPR Articles 7 & 21 p.home-module__1-uu2W__finePrint > small > a.font-weight-bold > u |
VIEW ALL DOWNLOADS div.row > div.col-12 > div.d-flex > a.home-module__1-uu2W__bottomButton |
VIEW ALL ORGANIZATIONS section#orgs > div.container > div.d-flex > a.home-module__1-uu2W__bottomButton |
GLOBAL PRIVACY CONTROL li > a > span > span |
THE WASHINGTON POST li > a > span > span |
WIRED li > a > span > span |
TECHCRUNCH li > a > span > span |
VIEW MORE PRESS section.home-module__1-uu2W__section > div#press > div.d-flex > a.home-module__1-uu2W__bottomButton |
What is the Global Privacy Control (GPC)? section#WhatIsGPC > header.faq-list-module__JNrOkq__header > a.px-4 > h3 |
VIEW ALL FAQs section.home-module__1-uu2W__section > div#faq > div.d-flex > a.home-module__1-uu2W__bottomButton |
This site is hosted by GitHub and is subject to its Privacy Policy and Terms of… div.container > div.row > div.col > p.mb-0 |
Content on this site is licensed under a Creative Commons Attribution 4.0 Inter… div.container > div.row > div.col > p.mb-0 |
These are opportunities to improve the legibility of your content.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| globalprivacycontrol.org/orgs | here |
| global-privacy-control.vercel.app/ | here |
| w3c.github.io/gpc/ | here |
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.
333 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
453 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.051
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
351 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
453 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| globalprivacycontrol.org/fonts/roboto-v20-latin-italic.woff2 | 5.0 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Picture of Xavier Becerra figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/becerra.jpg | 26.9 KiB | 22.7 KiB |
lockrMail by lockr logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/lockr.png | 14.9 KiB | 14.8 KiB |
Abine DeleteMe logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/abine.png | 7.3 KiB | 7.3 KiB |
Firefox logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/firefox.png | 7.2 KiB | 7.0 KiB |
OptMeowt by privacy-tech-lab logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/optmeowt.png | 5.5 KiB | 5.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| globalprivacycontrol.org/_next/static/chunks/0sdg-xsvscrm3.css | 22.7 KiB | 21.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| globalprivacycontrol.org/_next/static/chunks/0nk6wlh9d6598.js | 67.8 KiB | 30.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Picture of Mark R. Warner figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/warner.jpg |
Abine DeleteMe logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/abine.png |
Picture of Alexander McD White figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/white.jpg |
placeholder div.container > div.row > div.d-none > img.img-fluid | globalprivacycontrol.org/img/wifi.svg |
lockrMail by lockr logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/lockr.png |
man sitting at a computer div.container > div.row > div.d-none > img#hero-illustration | globalprivacycontrol.org/img/person-with-computer.svg |
Picture of Xavier Becerra figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/becerra.jpg |
Picture of Xavier Becerra figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/becerra.jpg |
Picture of Ron Wyden figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/wyden.png |
Picture of Ron Wyden figure > figcaption > a > img.rounded-circle | globalprivacycontrol.org/img/testimonial-imgs/wyden.png |
Turn On GPC placeholder div.home-module__1-uu2W__aboutCards > div.col > div.card > img.card-img-top | globalprivacycontrol.org/img/live-more-privately.svg |
Turn On GPC placeholder div.home-module__1-uu2W__aboutCards > div.col > div.card > img.card-img-top | globalprivacycontrol.org/img/browser-fights-for-you.svg |
Turn On GPC placeholder div.home-module__1-uu2W__aboutCards > div.col > div.card > img.card-img-top | globalprivacycontrol.org/img/turn-on-gpc.svg |
DuckDuckGo logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/duckduckgo-vertical.svg |
Raptive logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/raptive.svg |
Abine DeleteMe logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/abine.svg |
Automattic logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/automattic.svg |
Brave Software logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/brave.svg |
Consumer Reports logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/cr.svg |
Disconnect logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/disconnect.svg |
EFF logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/eff.svg |
Mozilla logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/mozilla.svg |
New York Times logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/nyt.svg |
Washington Post logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/washington-post.svg |
Meredith Digital logo div.orgs__list > div.col > a.featured-organizations-module__jdjZ8a__orgLogo > img | globalprivacycontrol.org/img/participating-logos/meredith.svg |
OptMeowt by privacy-tech-lab logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/optmeowt.png |
global privacy control logo nav.navbar-module__cEd8zG__navbar > div.navbar__logos > a > img#hero-logo | globalprivacycontrol.org/img/gpc-logo.svg |
Disconnect logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/disconnect.png |
Firefox logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/firefox.png |
logo for Global Privacy Control li > a > span > img | globalprivacycontrol.org/img/press-logos/gpc-white.svg |
logo for The Washington Post li > a > span > img | globalprivacycontrol.org/img/press-logos/washpo-white.svg |
Brave Browser logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/brave.png |
Privacy Badger by EFF logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/badger.png |
logo for Wired li > a > span > img | globalprivacycontrol.org/img/press-logos/wired-white.svg |
dividing placeholder main > section#about > div.home-module__1-uu2W__aboutSec2 > img | globalprivacycontrol.org/img/divider-lines.svg |
logo for TechCrunch li > a > span > img | globalprivacycontrol.org/img/press-logos/techcrunch-white.svg |
DuckDuckGo Privacy Browser logo ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLogo > img | globalprivacycontrol.org/img/download-logos/duckduckgo.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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VIEW FULL SPEC div.row > div.col-12 > div > a.d-block |
TEST AGAINST THE REFERENCE SERVER div.row > div.col-12 > div > a.d-block |
GDPR Articles 7 & 21 p.home-module__1-uu2W__finePrint > small > a.font-weight-bold > u |
VIEW ALL DOWNLOADS div.row > div.col-12 > div.d-flex > a.home-module__1-uu2W__bottomButton |
LEARN MORE
about Abine DeleteMe ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about Brave Browser ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about Disconnect ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about DuckDuckGo Privacy Browser ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about Firefox ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about OptMeowt by privacy-tech-lab ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about Privacy Badger by EFF ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
LEARN MORE
about lockrMail by lockr ul.home-module__1-uu2W__downloadTable > li.position-relative > div.home-module__1-uu2W__tableLink > a.home-module__1-uu2W__tableLink |
VIEW ALL ORGANIZATIONS section#orgs > div.container > div.d-flex > a.home-module__1-uu2W__bottomButton |
GLOBAL PRIVACY CONTROL li > a > span > span |
THE WASHINGTON POST li > a > span > span |
WIRED li > a > span > span |
TECHCRUNCH li > a > span > span |
VIEW MORE PRESS section.home-module__1-uu2W__section > div#press > div.d-flex > a.home-module__1-uu2W__bottomButton |
What is the Global Privacy Control (GPC)? section#WhatIsGPC > header.faq-list-module__JNrOkq__header > a.px-4 > h3 |
VIEW ALL FAQs section.home-module__1-uu2W__section > div#faq > div.d-flex > a.home-module__1-uu2W__bottomButton |
This site is hosted by GitHub and is subject to its Privacy Policy and Terms of… div.container > div.row > div.col > p.mb-0 |
Content on this site is licensed under a Creative Commons Attribution 4.0 Inter… div.container > div.row > div.col > p.mb-0 |
These are opportunities to improve the legibility of your content.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| globalprivacycontrol.org/orgs | here |
| global-privacy-control.vercel.app/ | here |
| w3c.github.io/gpc/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback