A website sustainability score quantifies the environmental cost of loading a single page on your site. Unlike vague "green" labels, it gives you a number you can compare, track over time, and report in ESG disclosures. The methodology is standardised — the Sustainable Web Design Model v4, published by the Green Web Foundation in 2024 — so scores from different tools are directly comparable.
What actually goes into the number? Three components: data transfer (bytes sent to the user's browser), hosting energy source (renewable vs fossil fuel), and end-user device energy. Page weight is the variable you control most directly; hosting energy source is the highest-leverage single change you can make.
| Tool | Methodology | Output | Cost |
|---|---|---|---|
| Carbon Badge | SWD Model v4 | g CO2/page view + rating A–F + hosting check | Free |
| WebsiteCarbon.com | SWD Model v4 | g CO2/page view + energy label | Free |
| Ecoping | SWD-based | g CO2/page view + historical tracking | Free/Paid |
| GreenFrame.io | Energy profiling | kWh per user session + CO2 equivalent | Paid |
| PageSpeed Insights | Performance proxy | Page weight + load time (indirect CO2 proxy) | Free |
Carbon Badge and WebsiteCarbon are the fastest entry points — paste a URL, get a result in under 10 seconds. GreenFrame.io goes deeper, profiling energy use during actual user interactions (filling a form, adding to cart), which matters for complex web apps. PageSpeed Insights is useful as a complementary audit: its Core Web Vitals report surfaces the rendering bottlenecks that drive up data transfer.
Understanding what drives your score tells you where to focus optimisation effort.
The single strongest predictor of CO2/page view. Every kilobyte transferred consumes electricity at the data centre, in transmission, and at the device. The median web page in 2026 weighs 2.3 MB (HTTP Archive). An optimised page should aim for under 500 KB. Images account for 50–80% of most pages' weight — start there.
A conventional fossil-fuel data centre emits approximately 600 g CO2 per kWh. A verified green host (100% renewable energy) emits near zero at the data centre. The SWD Model v4 applies a 0.5 multiplier to the data centre segment when the host is green — the single highest-leverage change available for most sites. Check your host's status in the Green Web Foundation directory or through Carbon Badge's hosting check.
The SWD Model v4 uses a global average of 494 g CO2/kWh for the energy mix reaching end users. You can't control this directly, but it contextualises your score: a visitor in Norway (nearly 100% hydroelectric) has a lower effective footprint than the same page view in Poland (coal-heavy grid). For global audiences, the 494 g global average is the right baseline.
When a page is cached, the data transfer for returning visitors approaches zero. Tools like Carbon Badge assume a first-load scenario. If your site has strong caching (CDN + long cache headers), your real-world average CO2/page view is significantly lower than the worst-case first-load number. Report the tool score for standardised comparisons; note cache rates separately when communicating to stakeholders.
| Band | CO2 per page view | Typical site type | Action needed |
|---|---|---|---|
| A+ / A | Under 0.186g | Static text sites, documentation, simple SaaS tools | Maintain — recheck after major releases |
| B | 0.186–0.341g | Lean e-commerce, optimised WordPress | Fine-tune images, CDN, lazy loading |
| C | 0.341–0.493g | Average business site | Green hosting switch + image optimisation |
| D | 0.493–0.656g | Unoptimised WP, heavy JS frameworks | JS audit + image WebP + green hosting |
| F | Over 0.656g | Media-heavy, uncompressed assets, coal-powered hosting | Full audit: start with our 8-step checklist |
The global web average (1.76g in 2026) sits firmly in the F band by this scale. If your site scores C or better, you're already greener than roughly 85% of the web.
Once you have your baseline, the optimisation hierarchy is clear:
| Action | Typical CO2 reduction | Effort |
|---|---|---|
| Switch to verified green hosting | 30–50% of total score | Low (2–4h) |
| Convert images to WebP/AVIF | 15–25% | Medium (half-day) |
| Enable CDN + aggressive caching | 10–20% | Low (2–4h) |
| Audit and remove unused JavaScript | 10–20% | High (1–2 days) |
| Remove non-essential third-party scripts | 5–15% | Medium |
| Use system fonts instead of web fonts | 5–10% | Low |
For the full protocol with before/after measurement at each step, see our 2026 carbon reduction checklist. If you want a verified list of hosting providers by region and price, the green hosting guide covers the major options with independently verified renewable status.
From 2025, the EU Corporate Sustainability Reporting Directive (CSRD) requires companies above certain thresholds to disclose Scope 3 digital emissions — which includes website footprint. A documented, methodologically consistent sustainability score (measured with SWD Model v4, timestamped, stored) is the form of evidence auditors expect.
Practically: measure your top 5 pages by traffic monthly, archive the results, and note any major changes to hosting or page weight. That's enough to satisfy the disclosure requirement for most mid-size companies. Larger enterprises with complex web estates should consider GreenFrame.io for session-level profiling across key user flows.
The Carbon Badge widget — once installed on your site — also provides public-facing evidence of your score, updated automatically. See how Carbon Badge works for implementation details.
A website sustainability score is the CO2 emitted per page view, calculated using the Sustainable Web Design Model v4. It combines page weight in bytes, hosting energy source, and global grid carbon intensity (494 g CO2/kWh). Scores run from A+ (under 0.095g) to F (above 0.656g). The global web average is 1.76g in 2026.
Use Carbon Badge, WebsiteCarbon.com, or Ecoping — all free, all using SWD Model v4. Enter your URL and get a result in under 10 seconds. For a deeper audit, also run PageSpeed Insights to identify the specific assets driving page weight.
Under 0.5g CO2/page view is good; under 0.3g is excellent. The global web average is 1.76g. If you score below 0.5g, your site is greener than approximately 85% of all websites. Compare your score to your sector using the 2026 industry benchmarks.
Yes, significantly. The SWD Model v4 halves the data centre energy component for verified green hosts. For a site currently on fossil-fuel hosting, switching alone typically reduces the overall score by 30–50%, with zero code changes required.
Measure after any major release, hosting migration, or design refresh. For ongoing monitoring, monthly checks are sufficient for most sites. Always keep a dated log of scores so you can demonstrate improvement over time — required for CSRD Scope 3 disclosures.
Related: 8-step carbon reduction checklist 2026 · Website carbon benchmarks by industry 2026 · Best green web hosting providers 2026 · How Carbon Badge works