# QR codes for sustainability and recycling information

> Recycling rules differ by municipality, which is exactly what a printed pack cannot handle and a QR code can: the linked page can show disposal instructions for the scanner's local scheme. Behind the same code: material composition, take-back routes and substantiated claims. Unsubstantiated green claims behind a code are still greenwashing.

Source: https://useqr.app/docs/ecommerce/qr-code-for-sustainability-and-recycling-info · Last reviewed 2026-08-21 · UseQR is free forever, no signup.

---

## The localisation win

Here is the structural problem with printed recycling guidance: **disposal is local and
the pack is global.** Whether a coated carton goes in recycling, residual waste or a
deposit-return scheme depends on the municipality, not the product. A printed symbol can
only say what the pack is made of; it cannot say what to do with it *here*.

This is the one sustainability job a QR code does that print categorically cannot. The
linked page asks for (or infers) a location and answers the actual question:

```
example.com/recycle/kt-200  →  "In Bristol: carton in green bin, cap in black bin."
```

Location can come from a postcode field (no permission needed), browser geolocation (ask,
don't demand), or the retailer market baked into the URL for market-specific packs.
Behind it sits a mapping from pack components to each scheme's rules: real work to
build and maintain, which is why several markets have shared industry databases doing
exactly this. If you cannot maintain per-municipality data, fall back honestly:
per-component material identity plus "check locally", which still beats a symbol.

## What else belongs behind the code

- **Material composition per component**: polymer types, recycled content percentages,
  and separation instructions ("remove the sleeve before rinsing").
- **Take-back and deposit routes**, where return schemes exist, the page can link the
  nearest drop-off. For garments this pairs with
  [care-label codes](/docs/ecommerce/qr-code-for-care-instructions).
- **Material passports**: full bill of materials for the product itself, the
  foundation for the [EU Digital Product Passport](/docs/ecommerce/eu-digital-product-passport),
  which will make much of this structured and mandatory for priority categories.
- **Evidence for claims**: lifecycle analyses, certification documents, audit
  summaries. Not the marketing summary: the documents.

## The greenwashing line

A QR code does not launder a claim. Regulators in the EU and UK have been explicit that
environmental claims must be substantiated and not misleading, and the direction of
travel (the EU's Empowering Consumers directive and the proposed Green Claims rules)
is toward requiring evidence for the claims themselves. Two practical rules:

- **The pack claim must stand on its own.** "100% recyclable*" with the asterisk resolved
  only behind a code is the pattern regulators cite as misleading. Put the qualified,
  accurate claim on the pack; put the *evidence* behind the code.
- **The page is part of the claim.** If the linked page overstates ("plastic-free"
  packaging with a plastic liner listed further down) you have published the
  contradiction yourself.

Honesty scans well here in both senses: the audience scanning a recycling code is the
audience most likely to check.

## Practical notes

One code per pack, labelled "Scan for recycling info for your area", **≥ 2 × 2 cm**,
placed clear of seams per the
[packaging rules](/docs/ecommerce/qr-codes-on-product-packaging). If the pack is moving
to a [GS1 Digital Link](/docs/ecommerce/gs1-digital-link-for-retail) code, serve the
recycling page from that single code rather than adding a second symbol. Keep the URL
stable for the shelf life plus storage life of the pack, and
[verify the printed code decodes](/validate), matt varnish, not gloss, over the code.

## FAQ

### Why use a QR code for recycling instructions?
Because disposal rules are set by municipalities and a printed pack cannot vary by location. The linked page can show instructions for the scanner's local scheme, the one sustainability job print cannot do at all.

### How does the page know the scanner's location?
A postcode field is the simplest and needs no permissions; browser geolocation works with consent; market-specific packs can bake the market into the URL. Fall back to per-component material identity when local data is unavailable.

### Can green claims live behind a QR code instead of on the pack?
Evidence belongs behind the code; the claim itself must be accurate and complete on the pack. Regulators treat a headline claim qualified only behind a link as potentially misleading, so never use the code to carry the asterisk.

### Does this relate to the Digital Product Passport?
Directly. The EU DPP under ESPR will require structured product and material data reached via a data carrier (commonly a QR code), for priority categories. Building a material-data page per product now is preparation for that.

## Try it

- https://useqr.app/url
- https://useqr.app/location
- https://useqr.app/validate
