Purpose and scope of a digital sustainability policy
A digital sustainability policy turns high level environmental commitments into concrete rules and acceptance criteria for teams that design, build, run, and buy digital products. It should say which parts of the organisation the policy covers, which technical systems are in scope, and how compliance will be checked. A strong policy stays technology neutral so it remains relevant as tools and providers change.
Core elements every policy must include
Policy statement that makes clear why the organisation cares about digital sustainability and what it expects from teams.
Scope that lists channels, platforms, and services covered. This reduces ambiguity so teams know when policy rules apply.
Objectives and targets that are measurable and time bound. Targets should be paired with the metrics that will be used to assess progress.
Roles and responsibilities that show who owns outcomes, who approves exceptions, and who provides operational support.
Governance and review that describe decision points, review cadence, and change control for the policy itself.
Writing measurable objectives and targets
Translate general environmental goals into measurable, time bound objectives. Avoid vague language. Good objectives are specific about the metric, the target value or direction, the baseline and the review date. Examples of metrics suitable for digital systems include energy consumed by hosting, average data transfer per page view, and runtime CPU usage in key flows.
When you choose targets, use a simple hierarchy. First commit to improving a single, measurable system that matters most to your organisation. Next expand targets to cover additional systems. Avoid setting absolute zero targets that are not technically grounded.
Decision criteria for choosing metrics
Pick metrics that are practical to measure, relevant to the people who can act, and resilient to changes in tooling. Metrics that rely on a single vendor API can create blind spots when the vendor changes product. Prefer measurements you can capture from your own telemetry or from open measurement tools.
Template policy text to adapt
Below are short, modular clauses you can copy and adapt. Each clause is intentionally compact so it is easy to place into existing policy documents.
- Policy purpose: This policy sets expectations for reducing the environmental impact of our digital products and services by applying measurable targets, embedding sustainability into procurement and development processes, and reporting progress transparently.
- Scope: The policy applies to all public facing web and mobile applications, backend services, APIs, cloud hosting, and third party integrations procured by the organisation. Services excluded for legal or legacy reasons must be recorded with an approved exception.
- Targets and metrics: Product teams must measure at least one operational metric relevant to their service. Metrics may include energy consumption for hosting, average bytes transferred per user session, average page weight, and estimate of CO2 using a defined method. Teams will set improvement targets and report progress quarterly.
- Procurement: Procurement processes must include sustainability criteria. New vendor evaluations will include at minimum: published infrastructure energy practices, measurable efficiency claims, and contractual rights to review or audit material changes that affect resource use.
- Development and deployment: All new features must pass a sustainability review in the design sign off and a technical gate prior to deployment. Acceptance checks should include a performance budget, automated tests for bundle size and unused code, and an assessment of third party scripts and trackers.
- Monitoring and reporting: Platform and product owners must provide quarterly dashboards with the agreed metrics and an explanation for deviations. Annual public reporting will describe methods, scopes, and progress against targets.
- Exceptions: Any request for exception to this policy must be documented, include a risk and mitigation plan, and be approved by the sustainability governance body.
Governance patterns that make policy operational
Policies succeed when they are paired with clear operating practices. Below are governance patterns that organisations can adopt and adapt.
Sustainability steering committee
Create a small cross functional committee that has the authority to approve targets, exceptions, and major procurement choices. Typical composition includes a senior leader with budget authority, an engineering representative, a product or UX representative, an operations representative, and the nominated sustainability lead.
Product level ownership
Assign a digital sustainability champion to each product team. That person ensures the product meets the policy gates, coordinates measurement, and owns remedial actions when targets are missed. Make the assignment explicit in team role descriptions.
Technical gates and automated checks
Embed quick automated checks into CI CD pipelines to flag regressions. Typical checks include bundle size limits, performance budgets measured by lab tests, and simple static checks for third party scripts. Automated checks do not replace human review but they catch the most common regressions early.
Procurement and supplier controls
Include sustainability clauses in contracts that require suppliers to provide data for agreed metrics on a regular cadence. For cloud and hosting vendors use available reports and, when needed, require the right to audit or provide third party measurements.
Review cadence
Set a review cadence that matches operational reality. Quarterly reviews work well for progress tracking. Annual reviews are appropriate for the policy itself to reflect changes in technology and organisational priorities.
Operational checklist for product teams
Product teams can use this checklist when they plan new features or procure third party services.
- Define which sustainability metrics the change will affect and how they will be measured.
- Estimate the likely direction of impact and document the trade offs against user experience or business outcomes.
- Run performance and bundle size checks in development under realistic network and device conditions.
- Validate analytics and data retention settings to avoid unnecessary data collection and storage.
- Review third party scripts and trackers. Replace or limit those that add significant payload or runtime cost.
- Record results in the product dashboard and escalate to the sustainability champion if targets are at risk.
Choosing targets that drive behaviour
Targets shape decisions more than vision statements. Here are practical target types that influence day to day work. First, operational efficiency targets such as reducing median page bytes or lowering server CPU per request. Second, procurement targets such as requiring suppliers to publish their energy disclosure or meet minimum efficiency criteria. Third, process targets like requiring a sustainability review in the design sign off and a technical acceptance gate before release.
What to avoid when setting targets
Avoid targets that are impossible to measure accurately. Also avoid targets that only reward shifting work off your balance sheet, for example by moving to a third party without requiring vendor data transparency. Targets work when they are verifiable and when the organisation has the ability to act on the metric.
Examples of acceptance criteria for common decisions
Acceptance criteria translate policy into pass fail checks. Examples below are short and intentionally actionable.
- New public facing web page: lab measured largest contentful paint within target, page weight below the team budget, no more than two third party scripts that add significant bytes.
- Vendor addition: vendor provides documentation of hosting region, published energy or sustainability statements, and agrees to quarterly measurements or disclosure of metrics relevant to our contract.
- Feature release: incremental cost in bytes and client CPU measured in a canary cohort and evaluated against defined thresholds before full rollout.
Measurement and reporting guidance
Define where metrics will be stored, who is responsible for the data pipeline, and which tools are acceptable for measurement. Prefer measurement approaches that use your own telemetry to avoid reliance on vendor black boxes. When you estimate converted environmental impact from technical metrics use a repeatable method and document assumptions so readers can reproduce the calculation.
Reporting transparency
In internal and external reports include scope and method statements. State which systems are included, which conversion factors were used if you estimate CO2 equivalents, and known uncertainties. This transparency reduces the risk of misunderstanding and supports continuous improvement.
Example governance roles and a simple RACI
The following mapping is compact and can be adapted to organisational size.
- Responsible: product owner and digital sustainability champion who implement changes and measure outcomes.
- Accountable: head of product or engineering who signs off on targets and exceptions.
- Consulted: platform operations, procurement, security, and legal teams for feasibility and contract clauses.
- Informed: senior leadership and affected teams who need visibility into progress and changes.
Next steps to adopt this policy in your organisation
Start small. Pilot the policy on a single product with an assigned sustainability champion. Build the measurement pipeline and add a few automated CI checks. After one quarter of operation adapt targets and expand to other products. Use the steering committee to approve procurement language and handle exceptions. Keep the policy document short and focused on operational steps teams can follow.
Practical note Document any exceptions and the planned mitigations. Exceptions are inevitable but recording them ensures learnings and prevents silent erosion of the policy.