News

5 Sep 2026

What Is the Carbon Footprint of a Website?

A typical web page emits roughly 0.5–5 g CO₂ per view, so a website's carbon footprint is simply that per-view figure multiplied by your traffic — a site serving a million page views a year lands at ≈ 0.5–5 tonnes of CO₂. The exact number swings with page weight, how and where the site is hosted, and the devices your visitors use, so treat any single result as an order-of-magnitude estimate rather than a precise measurement. Where a website's emissions come from Data centres. The servers that store and deliver your pages draw electricity around the clock, plus extra energy to keep the hardware cool. Network transfer. Every image, script, font and video crosses routers, cables and mobile networks that all burn power in transit. User devices. Phones, tablets and laptops spend their own energy downloading, rendering and displaying each page you send them. Traffic volume. A tiny per-view figure multiplied by millions of visits is what quietly turns grams into tonnes over a year. How to estimate your site's footprint To size your own footprint, multiply a realistic per-view figure by your annual page views — but first work out where your pages sit in that 0.5–5 g band. The biggest driver is page weight: heavy hero images, autoplaying video and uncached assets can push a single page well past 5 g, while a lean, well-cached page stays under 0.5 g. Hosting matters almost as much, since a server on a renewable-powered grid emits far less than a "dirty-grid" data centre running on fossil fuels. Rather than guess, drop your numbers into a free tool such as Evertreen's CO₂ calculator to get a defensible annual estimate before you change anything. A worked example Take a mid-sized business site with 500,000 page views a year: At a lean 0.5 g per view, that is about 0.25 tonnes a year — roughly a short-haul return flight. At a heavy 4 g per view, it is about 2 tonnes — roughly a long-haul return flight per year, every year. The instructive part is the ratio: the same traffic produces an eightfold difference purely from how the pages were built. Very few carbon reduction levers in any business are that cheap to pull. What actually drives page weight In practice the culprits are consistent, and they are rarely the things developers worry about: Video. An autoplaying background video can outweigh the entire rest of the page by an order of magnitude. It is almost always the single biggest win. Uncompressed images. Serving a 3000px hero image to a phone is the most common waste on the web. Modern formats and correct sizing usually cut image weight by 60–80%. Third-party scripts. Tag managers, chat widgets, A/B tools and analytics stack up quietly, and each one is downloaded and executed on every device. Web fonts. Four weights of two families is a surprisingly heavy default. Two weights is usually plenty. No caching. Returning visitors re-downloading assets they already have is pure waste. A note on "green hosting" claims Most green-hosting claims rest on renewable energy certificates rather than a physically different power supply — the provider buys certificates matching its consumption. That is a legitimate market-based accounting method, and it is genuinely better than nothing, but it is worth understanding for what it is. Stronger signals are on-site generation, long-term power purchase agreements and published carbon intensity per region. The mechanism is explained in RECs vs carbon offsets. Either way, reducing what you send beats accounting for what you sent. How to cut a website's carbon footprint Once you know the rough figure, the fastest wins come from shrinking what you send. Compress and lazy-load images, strip out unused scripts and fonts, minify your code and cache aggressively so returning visitors re-download as little as possible. Choosing a host that runs on renewable energy cuts the data-centre share at a stroke, and a good CDN shortens the distance your data has to travel. In practice these steps can halve a page's footprint while also making it load faster, which tends to lift conversions and search rankings at the same time — a rare case where the greener option is also the more profitable one. Offset the remainder with traceable trees You will rarely reach zero on efficiency alone, so the honest final step is to offset the emissions you cannot yet design out. Evertreen lets you fund real reforestation with geolocated, traceable trees from £1.5 each, and you can plant trees as a one-off or on a recurring basis, with every tree mapped so you can show visitors exactly where their impact lands. For businesses, our API and Shopify integration build offsetting straight into a site or checkout, so you can neutralise emissions automatically per order or per visit rather than by hand. When you need audit-ready proof for ESG or customer reporting, you can also request certified Verra & Gold Standard carbon credits on top. Keep the claim proportionate: a website's footprint is usually a small line in a company's total, so treat it as a well-executed detail rather than the centrepiece of your climate story. The full inventory is in how to calculate your business carbon footprint. Frequently asked questions How much CO₂ does a website produce? A single page view is usually 0.5–5 g CO₂, so a site serving a million page views a year sits at roughly 0.5–5 tonnes of CO₂. Page weight and the cleanliness of your hosting decide where in that range you land. How can I reduce my website's carbon footprint? Shrink page weight, compress and lazy-load images, cut unused code, cache assets and move to a host powered by renewable energy. These steps lower emissions and load times together, and you can offset whatever remains. Can planting trees offset a website's emissions? Yes. After you have estimated your annual footprint and reduced what you can, funding traceable trees or certified carbon credits lets you balance the CO₂ you cannot yet remove. What is the single biggest change I can make? Remove or replace autoplaying video, then right-size images. Together they account for most of the weight on a typical marketing site. Does dark mode reduce emissions? Marginally, and only on OLED screens. It is a nice touch, not a strategy — page weight matters far more. Is a static site greener than a dynamic one? Usually, because it caches better and does less work per request. The difference is smaller than the difference between a light page and a heavy one. Should we advertise our site as carbon neutral? Be careful. Report what you measured and what you funded as separate numbers, and note that EU rules restrict offset-based neutrality claims made to consumers from September 2026. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "How much CO2 does a website produce?", "acceptedAnswer": {"@type": "Answer", "text": "A single page view is usually 0.5 to 5 g CO2, so a site serving a million page views a year sits at roughly 0.5 to 5 tonnes. Page weight and hosting decide where in that range you land."}}, {"@type": "Question", "name": "How can I reduce my website's carbon footprint?", "acceptedAnswer": {"@type": "Answer", "text": "Shrink page weight, compress and lazy-load images, cut unused code, cache assets and move to a host powered by renewable energy. These steps lower emissions and load times together."}}, {"@type": "Question", "name": "Can planting trees offset a website's emissions?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. After estimating your annual footprint and reducing what you can, funding traceable trees or certified carbon credits balances the CO2 you cannot yet remove."}}, {"@type": "Question", "name": "What is the single biggest change to reduce website emissions?", "acceptedAnswer": {"@type": "Answer", "text": "Remove or replace autoplaying video, then right-size images. Together they account for most of the weight on a typical marketing site."}}, {"@type": "Question", "name": "Does dark mode reduce a website's emissions?", "acceptedAnswer": {"@type": "Answer", "text": "Marginally, and only on OLED screens. It is a nice touch rather than a strategy, since page weight matters far more."}}, {"@type": "Question", "name": "Is a static website greener than a dynamic one?", "acceptedAnswer": {"@type": "Answer", "text": "Usually, because it caches better and does less work per request, though the difference is smaller than that between a light page and a heavy one."}}, {"@type": "Question", "name": "Should we advertise our website as carbon neutral?", "acceptedAnswer": {"@type": "Answer", "text": "Report what you measured and what you funded as separate numbers. EU rules restrict offset-based neutrality claims made to consumers from September 2026."}} ] }

arrow right
2 Sep 2026

Discover the Dragon's Blood Tree: The Alien Beauty of Socotra

The dragon’s blood tree (Dracaena cinnabari) is famous for its alien appearance and its remarkable crimson sap. Native only to the storied island of Socotra, it oozes a vivid red resin when cut—earning its nickname ‘dragon’s blood’ and sparking myths and legends across centuries. What Is the Dragon’s Blood Tree? The dragon’s blood tree is an evergreen native exclusively to the rocky plateaus of Socotra, a remote Yemeni island in the Arabian Sea. With its dramatic umbrella canopy and exposed, braided branches, the tree looks as if it belongs on a science fiction world. When wounded, it exudes a deep red resin—one of its most unusual features. Why Does It Bleed Red? The tree’s blood-red resin is actually a protective response—it seals wounds against infection and deters herbivores. This crimson sap was harvested for centuries for use in medicinal remedies, dyes, incense, and even varnish. Medieval Europeans believed this sap came from literal dragons, and it commonly appears in ancient texts and recipes for alchemy. The Role of Socotra’s Unique Ecosystem Socotra’s isolation led to one of Earth’s most unique floral worlds, with over a third of its plant species found nowhere else. The dragon’s blood tree is a keystone species in this biodiversity hotspot, providing shade and microhabitats for an array of rare insects and birds. Why the Dragon’s Blood Tree Matters for Biodiversity Like many extraordinary species, the dragon’s blood tree faces threats from overgrazing, climate shifts, and habitat fragmentation. Its loss would ripple across Socotra’s ecosystem, which relies on mature trees for moisture and shade. Biodiversity-rich places like Socotra show why protecting rare and unusual trees matters globally—both for nature and for people who’ve depended on their resources for generations. Frequently asked questions Why is it called the dragon’s blood tree? The name comes from its bright red sap, which was once believed to be the literal blood of dragons. The hue and the tree’s mythical associations contributed to its enduring, evocative name. What is the dragon’s blood tree used for? The red resin has been valued historically as a medicine, dye, incense, and varnish (including for violin finishing). Today, it still appears in traditional remedies on Socotra and is a symbol of the island. Is the dragon’s blood tree endangered? It is listed as Vulnerable due to climate change, habitat loss, and overgrazing. Conservation efforts focus on replanting and habitat protection to ensure its survival for future generations. Can I plant a dragon’s blood tree? It can only thrive in very specific dry, rocky, warm environments similar to Socotra, making it nearly impossible to grow outside its home habitat except in specialized botanical gardens. For more on remarkable trees and restoration, explore our global projects and learn about unique forests protected around the world.

arrow right
2 Sep 2026

What Is the Average Carbon Footprint by Country?

The global average carbon footprint is roughly 4.7 tonnes of CO₂ per person each year, but national averages stretch from under 1 tonne to more than 15. Wealth, energy mix and the way each country counts its emissions all move the figure, so treat any single number as a well-informed estimate rather than a fixed fact. The gap between the highest and lowest emitters is more than twentyfold, which is why one global average hides as much as it reveals. Average carbon footprint by country United States ≈ 14–15 t. High car dependence, large detached homes and heavy energy use keep per-person emissions among the highest of any large economy. Australia ≈ 15 t. A coal-heavy electricity grid and long travel distances push it to a similar level, and some estimates rank it above the US. China ≈ 8 t. Now clearly above the global average, driven by manufacturing and coal power, though still only about half the US figure per person. Germany ≈ 8 t. Industrial output and a grid still transitioning away from coal keep it above most of Western Europe. United Kingdom ≈ 5 t. Close to the world average after two decades of switching from coal to gas, wind and imports. France ≈ 4–5 t. A largely nuclear grid keeps electricity emissions low despite comparable wealth to its neighbours. India ≈ 2 t, many African nations under 1 t. Lower incomes and less energy-intensive lifestyles keep footprints small despite very large populations. Territorial vs consumption: why imports change the picture Most headline figures use territorial accounting — the emissions produced inside a country's borders. A consumption-based count instead adds the emissions embedded in imported goods and subtracts those in exports, and it can lift a wealthy nation's footprint by 10–40% because that country has effectively outsourced its factory emissions overseas. This is why the UK and much of Western Europe look cleaner on paper than the products their residents actually buy, while big manufacturing exporters like China carry emissions for goods consumed elsewhere. To see where you personally sit against these averages, the free Evertreen CO₂ calculator gives a quick, consumption-style estimate in a couple of minutes. Why the numbers differ so much Three factors explain most of the gap. First, energy mix: a grid built on coal emits far more per kilowatt-hour than one built on hydro, nuclear or wind, so two equally wealthy countries can differ sharply — France and Germany are the standard illustration. Second, wealth and consumption: richer populations fly more, drive more and heat larger homes. Third, transport and density: sprawling, car-dependent nations burn more fuel than compact ones with strong public transit. Because sources and years disagree — the International Energy Agency, Our World in Data and national inventories each use slightly different methods — a given country's figure can shift by a tonne or more depending on which dataset you read. When you cite a number, cite the source and the year with it. What the averages hide National averages flatten enormous variation inside each country. Within any wealthy nation, the highest-income tenth of the population typically has a footprint several times that of the lowest, driven mostly by flying, vehicle ownership and house size. That matters for two reasons: a national average tells you almost nothing about your own footprint, and it explains why "the average American" is a poor unit for either blame or policy. The other thing averages hide is trajectory. A country at 5 tonnes and falling and a country at 5 tonnes and rising are in very different positions, and the direction is usually the more informative number. The number that actually matters Most climate scenarios point towards something in the order of 2–2.5 tonnes per person per year by mid-century. Set against that, the global average is already roughly double, and wealthy-country averages are five to seven times over. That is the honest framing: this is not a matter of a few percent of trimming for high-emitting populations, and it is not primarily a matter of individual restraint for the lowest-emitting ones. How to find, cut and offset your own number Start by measuring, then reduce the big levers — flights, driving, home heating and diet — before offsetting whatever is left. Evertreen keeps that final step transparent: you can plant real, geolocated trees from £1.5 each through our tree-planting projects, and every tree is tracked with GPS coordinates and photos so you can see exactly what your contribution funded. We are also open about the science behind the benefit — our page on how we estimate tree CO₂ sets out the assumptions and typical per-tree sequestration ranges, so planting complements genuine cuts rather than excusing them. For the personal version of this exercise, see how to calculate your personal carbon footprint. Frequently asked questions What is the average carbon footprint per person? Globally it is around 4.7 tonnes of CO₂ per person per year, though estimates vary with the source, the year and whether imported goods are counted. Which country has the highest carbon footprint per person? Among large economies the United States and Australia sit near the top at roughly 14–15 tonnes per person, while several small oil-producing states such as Qatar are higher still. How many trees offset one person's carbon footprint? A mature tree may absorb roughly 20–25 kg of CO₂ a year, so offsetting a 5-tonne footprint could take a few hundred trees over their lifetime — a useful guide rather than an exact figure. Why do the UK and France differ despite similar wealth? Mostly electricity. A largely nuclear grid produces far fewer emissions per kilowatt-hour than one still using gas and coal. What should a sustainable per-person footprint be? Most scenarios point to roughly 2–2.5 tonnes per person per year by mid-century, well below every wealthy country's current average. Are these figures production-based or consumption-based? Headline figures are usually production-based. Consumption-based accounting adds imported emissions and typically raises wealthy countries' numbers by 10–40%. Does my individual footprint matter if my country's average is high? It matters at the top of the distribution, where flying, vehicles and house size create footprints far above the national average — and it matters alongside, not instead of, structural change to grids and transport. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "What is the average carbon footprint per person?", "acceptedAnswer": {"@type": "Answer", "text": "Globally around 4.7 tonnes of CO2 per person per year, though estimates vary with the source, the year and whether imported goods are counted."}}, {"@type": "Question", "name": "Which country has the highest carbon footprint per person?", "acceptedAnswer": {"@type": "Answer", "text": "Among large economies the United States and Australia sit near the top at roughly 14 to 15 tonnes per person, while several small oil-producing states are higher still."}}, {"@type": "Question", "name": "How many trees offset one person's carbon footprint?", "acceptedAnswer": {"@type": "Answer", "text": "A mature tree may absorb roughly 20 to 25 kg of CO2 a year, so offsetting a 5-tonne footprint could take a few hundred trees over their lifetime."}}, {"@type": "Question", "name": "Why do the UK and France differ despite similar wealth?", "acceptedAnswer": {"@type": "Answer", "text": "Mostly electricity. A largely nuclear grid produces far fewer emissions per kilowatt-hour than one still relying on gas and coal."}}, {"@type": "Question", "name": "What should a sustainable per-person carbon footprint be?", "acceptedAnswer": {"@type": "Answer", "text": "Most scenarios point to roughly 2 to 2.5 tonnes per person per year by mid-century, well below every wealthy country's current average."}}, {"@type": "Question", "name": "Are country carbon figures production-based or consumption-based?", "acceptedAnswer": {"@type": "Answer", "text": "Headline figures are usually production-based. Consumption-based accounting adds imported emissions and typically raises wealthy countries' numbers by 10 to 40 percent."}}, {"@type": "Question", "name": "Does my individual footprint matter if my country's average is high?", "acceptedAnswer": {"@type": "Answer", "text": "It matters most at the top of the distribution, where flying, vehicles and house size push footprints far above the national average, and it works alongside structural change to grids and transport."}} ] }

arrow right
30 Aug 2026

How Much CO2 Does a Flight Emit? (And How to Offset It)

A single passenger's flight typically emits about 0.2–0.5 tonnes of CO₂ on a short-haul return and roughly 1–2 tonnes on a long-haul return like London–New York in economy. Those are useful ballpark figures, but the real number depends on distance, cabin class, how full the plane is, and a high-altitude warming effect that most calculators leave out. Real per-passenger figures Short-haul return (say London–Rome or a domestic hop) lands around 0.2–0.5 t CO₂ per economy seat. Medium-haul return (London–Cairo, roughly 4,000 km each way) sits near 0.7–1 t. Long-haul return like London–New York is about 1–2 t per economy passenger; London–Singapore or Sydney can reach 3–4 t. Cabin class multiplies it — business seats take 2–3× the space and emissions of economy, and first class 3–4×, because the footprint is shared across fewer people. Load factor matters — a half-empty plane spreads its fuel burn across fewer passengers, pushing per-head emissions up. Putting a flight in perspective The reason flying dominates so many personal footprints is that a single decision produces emissions comparable to months of everything else. A long-haul return in economy is roughly on the order of an average person's annual footprint in several lower-emitting countries, and it can exceed a year of home electricity in a grid with plenty of renewables. That is not an argument for guilt; it is an argument for spending your attention where the tonnes are. Fine-tuning standby power while flying four times a year is optimising the wrong variable — the ranking is set out in how to reduce your carbon footprint. The high-altitude effect most calculators miss Burning jet fuel does not only release CO₂. At cruising altitude, aircraft also produce contrails, water vapour and nitrogen oxides that trap extra heat — a phenomenon called radiative forcing. Peer-reviewed estimates suggest this roughly doubles a flight's total warming impact compared with the CO₂ figure alone. So a long-haul return that shows as 1.5 t of CO₂ may be closer to 3 t in real climate terms. When you work out your own flights with the free Evertreen CO₂ calculator, treat the CO₂-only output as a floor, not a ceiling. Worth knowing: contrail warming is short-lived compared with CO₂, which persists for centuries, so the two are not identical in kind. That is a reason to report both rather than to ignore the one that is harder to model. What does and doesn't reduce a flight's emissions Fly direct. Take-off and climb burn a disproportionate share of the fuel, so two short legs usually beat one longer one only in the wrong direction — a single non-stop is generally lower. Fly economy. The biggest single per-passenger variable you actually control on a given route. Choose newer aircraft where you can. Fleet age makes a measurable difference to fuel burn per seat. Pack lighter. Real, but small — worth doing, not worth agonising over. Sustainable aviation fuel is genuinely lower-carbon over its life cycle, but supply is tiny and most "SAF-inclusive" tickets buy a small blended share. Read the fine print before treating it as a solution. Carbon-neutral ticket badges vary enormously in quality. Ask which standard, which project and whether retirement happens in your name. The uncomfortable summary: the only large lever is flying less. Everything else trims a percentage off a number that is already big. How to cut it — then offset the rest The biggest lever is simply flying less: one avoided long-haul trip saves more than a year of most other lifestyle tweaks combined. When you do fly, choose direct routes, pick economy over business, pack lighter, and favour newer aircraft where you can. For the emissions you cannot avoid, offsetting with real, verifiable projects closes the gap. Evertreen's geolocated trees come with a GPS pin and progress photos so you can see exactly what your money planted, and you can start from just £1.5 per tree. Be clear-eyed about the timing, though: a flight's emissions happen this week, while a tree absorbs carbon over decades. Planting is a genuine long-term removal contribution rather than a same-day cancellation — the arithmetic is in how many trees to offset your carbon footprint. Choosing a credible offset Offsetting only works if the carbon is genuinely additional and independently checked, which is why quality standards matter. Evertreen offers certified Verra and Gold Standard carbon credits on request for the residual tonnes a flight leaves behind — the same registries used by serious corporate buyers. Pairing traceable trees for a visible, long-term impact with certified credits for measured, retirable tonnes gives you an honest response to air travel: reduce first, then offset what is left with something you can actually verify. If you are comparing standards, see Verra vs Gold Standard. Frequently asked questions How much CO₂ does a return flight from London to New York emit? Roughly 1–2 tonnes of CO₂ per economy passenger, or closer to 3 tonnes once the high-altitude warming effect is included. Business or first class can multiply that by 2–4 times. Does economy really emit less than business class? Yes — a business seat occupies 2–3 times the floor space of economy and first class up to 4 times, so the same flight's fuel is shared across fewer people, raising the per-passenger footprint proportionally. How many trees offset one long-haul flight? As a rough guide, a mature tree absorbs around 20–25 kg of CO₂ per year, so offsetting 2 tonnes takes a modest grove planted over time; certified credits retire the tonnes immediately if you need proof for a given year. Is flying worse than driving? Per kilometre, flying is usually worse than a car carrying several people, and much worse than rail. Over the same journey, distance and occupancy decide it — but flights tend to cover distances nobody would drive. Do direct flights emit less than connecting ones? Generally yes, because each take-off and climb is fuel-intensive and connections often add total distance flown. Does sustainable aviation fuel solve this? Not yet. It lowers life-cycle emissions but supply is very limited, and most tickets marketed with it include only a small blended share. Should I offset my flights? Offsetting a flight you could not avoid is a reasonable contribution, provided the credits are certified and retired in your name. It is not a substitute for taking fewer flights. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "How much CO2 does a return flight from London to New York emit?", "acceptedAnswer": {"@type": "Answer", "text": "Roughly 1 to 2 tonnes of CO2 per economy passenger, or closer to 3 tonnes once the high-altitude warming effect is included. Business or first class can multiply that by 2 to 4 times."}}, {"@type": "Question", "name": "Does economy really emit less than business class?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. A business seat occupies 2 to 3 times the floor space of economy and first class up to 4 times, so the same fuel is shared across fewer passengers."}}, {"@type": "Question", "name": "How many trees offset one long-haul flight?", "acceptedAnswer": {"@type": "Answer", "text": "A mature tree absorbs around 20 to 25 kg of CO2 per year, so offsetting 2 tonnes takes a modest grove over time. Certified credits retire the tonnes immediately if proof is needed for a given year."}}, {"@type": "Question", "name": "Is flying worse than driving?", "acceptedAnswer": {"@type": "Answer", "text": "Per kilometre, flying is usually worse than a well-occupied car and much worse than rail. Over a given journey, distance and occupancy decide it, though flights cover distances nobody would drive."}}, {"@type": "Question", "name": "Do direct flights emit less than connecting flights?", "acceptedAnswer": {"@type": "Answer", "text": "Generally yes, because each take-off and climb is fuel-intensive and connections often add total distance flown."}}, {"@type": "Question", "name": "Does sustainable aviation fuel solve aviation emissions?", "acceptedAnswer": {"@type": "Answer", "text": "Not yet. It lowers life-cycle emissions but supply is very limited and most tickets marketed with it include only a small blended share."}}, {"@type": "Question", "name": "Should I offset my flights?", "acceptedAnswer": {"@type": "Answer", "text": "Offsetting an unavoidable flight is a reasonable contribution if the credits are certified and retired in your name, but it is not a substitute for flying less."}} ] }

arrow right
27 Aug 2026

Carbon Offsetting for Small Businesses: A Starter Guide

Carbon offsetting for a small business means paying to fund verified emission-reduction or removal projects — like tree planting or certified carbon credits — to counterbalance the CO₂ your operations produce, and you can start for as little as £1.5 per tree. It works best alongside real efforts to cut your own emissions first, not as a replacement for them. Why small businesses offset in the first place Customer expectations. Buyers increasingly ask suppliers about sustainability, and a visible offsetting programme is an easy, honest answer. Tenders and B2B contracts. Larger clients often require environmental commitments in their procurement checklists; offsetting helps you qualify. Employee pride and retention. Teams care where they work, and a credible climate contribution supports recruitment and morale. Brand and storytelling. A traceable programme gives you real content — photos, locations, numbers — instead of vague claims. Immediate action. Cutting emissions takes years; offsetting lets you act on your remaining footprint today. An honest note: offsetting complements, it doesn't replace Offsetting is not a licence to keep emitting. The credible order is measure, reduce, then offset what you genuinely can't cut yet. Switch suppliers, cut energy waste and rethink travel first — then use offsetting for the residual footprint. To find that number, start with the free Evertreen CO₂ calculator, which turns your activities into an estimated tonnage so you know exactly what you're offsetting rather than guessing. The full method is in how to calculate your business carbon footprint. What it actually costs a small business The numbers are usually smaller than people expect, which is both the good news and the reason to be careful about over-claiming. A rough shape for a service business with a handful of staff: Measuring: free with a calculator, or a few hours of someone's time to pull bills and ledgers. Reducing: the real spend, but it pays back — a renewable tariff, efficiency works, a travel policy. Offsetting the residual: often in the hundreds of pounds a year at typical credit prices, or a planting budget you set deliberately at £1.5 per tree. Budget it as a recurring line, not a one-off. Your emissions repeat annually, so a single purchase covers a single year. Price drivers are broken down in how much carbon offsets cost. How to start affordably and credibly on a small budget Once you have a number, you have three realistic routes. You can plant trees, which is visible and easy to communicate: with Evertreen you can plant trees from £1.5 each, and every tree is geolocated and traceable with GPS coordinates plus progress photos, so you and your customers can see the actual project. Alternatively, you can buy certified carbon credits — audited tonnes of CO₂ verified by independent standards — where Verra and Gold Standard credits are available on request. Many SMEs choose a mix: trees for a relatable, shareable story and certified credits for the measured tonnage a formal report needs. If you want to compare providers before committing, our guide to tree-planting platforms for businesses lays out what to weigh. What to look for to avoid low-quality offsets Not all offsets are equal, and cheap-but-vague ones can do more reputational harm than good. Insist on three things. Traceability: you should be able to see where the money went — a real location, ideally with GPS and photo evidence, which is exactly why Evertreen geolocates every tree. Certification: for anything you report formally, look for recognised standards such as Verra (VCS) or Gold Standard, so a tonne claimed is a tonne independently checked. Permanence and additionality: the project should deliver a lasting benefit that wouldn't have happened anyway, which is why serious tree-planting focuses on survival and long-term stewardship rather than headline planting numbers. If a programme can't show you these, treat the price as a warning sign, not a bargain. Answering the procurement questionnaire For many SMEs this is the real driver, so it is worth knowing what larger buyers actually ask for. Typically: your measured footprint with the boundary stated, whether you have a reduction target, what you offset and under which standard, and evidence of retirement. Keep a one-page summary updated annually with those four items and the serial numbers behind your credits. It answers most questionnaires directly and takes an afternoon rather than a consulting engagement. Saying it safely Two rules keep a small business out of trouble. Report the reduction and the compensation as separate numbers rather than blending them into one badge. And note that from 27 September 2026 the EU bans marketing a product to consumers as carbon neutral on the basis of offsetting — company-level reporting of what you measured and retired is unaffected. The line between honest compensation and greenwashing is drawn in are carbon offsets greenwashing? Frequently asked questions How much does carbon offsetting cost for a small business? It scales with your footprint and method — tree planting starts at around £1.5 per tree, while certified carbon credits are typically priced per tonne of CO₂. Many SMEs begin with a modest monthly amount and grow it as budgets allow. Does carbon offsetting actually reduce emissions? Offsetting funds projects that reduce or remove CO₂ elsewhere — it counterbalances rather than eliminates your own emissions, so it should sit alongside cutting your footprint, not instead of it. How do I know an offset is legitimate? Look for traceability (a real, geolocated project you can verify), independent certification such as Verra or Gold Standard, and evidence of permanence. Providers that hide the underlying project are best avoided. Do I need to measure Scope 3 as a small business? For a credible claim, screen it at least roughly. Your suppliers and travel usually carry more emissions than your office, so a footprint without Scope 3 understates the total. Can I offset monthly instead of annually? Yes, and a small recurring amount is often easier to budget than one annual purchase. Keep the documentation for each purchase together. Will offsetting help us win tenders? It helps when it is documented. Buyers respond to a measured footprint, a reduction target and evidence of retirement far more than to a logo on a website. Should we plant trees or buy credits? Trees give a visible, long-term contribution your customers can see; credits give audited tonnes for a report this year. Most SMEs do a mix, weighted to whichever need is more pressing. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "How much does carbon offsetting cost for a small business?", "acceptedAnswer": {"@type": "Answer", "text": "It scales with your footprint and method. Tree planting starts at around 1.5 pounds per tree, while certified credits are priced per tonne of CO2. Many SMEs begin with a modest monthly amount."}}, {"@type": "Question", "name": "Does carbon offsetting actually reduce emissions?", "acceptedAnswer": {"@type": "Answer", "text": "Offsetting funds projects that reduce or remove CO2 elsewhere. It counterbalances rather than eliminates your own emissions, so it should sit alongside cutting your footprint."}}, {"@type": "Question", "name": "How do I know a carbon offset is legitimate?", "acceptedAnswer": {"@type": "Answer", "text": "Look for traceability such as a real geolocated project, independent certification such as Verra or Gold Standard, and evidence of permanence. Avoid providers that hide the underlying project."}}, {"@type": "Question", "name": "Do small businesses need to measure Scope 3?", "acceptedAnswer": {"@type": "Answer", "text": "At least roughly. Suppliers and travel usually carry more emissions than the office, so a footprint without Scope 3 understates the total."}}, {"@type": "Question", "name": "Can I offset monthly instead of annually?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. A small recurring amount is often easier to budget than one annual purchase, provided the documentation is kept together."}}, {"@type": "Question", "name": "Will carbon offsetting help us win tenders?", "acceptedAnswer": {"@type": "Answer", "text": "It helps when documented. Buyers respond to a measured footprint, a reduction target and evidence of retirement far more than to a logo."}}, {"@type": "Question", "name": "Should a small business plant trees or buy carbon credits?", "acceptedAnswer": {"@type": "Answer", "text": "Trees give a visible long-term contribution customers can see, while credits give audited tonnes for a report this year. Most SMEs do a mix."}} ] }

arrow right
26 Aug 2026

Scope 3 Emissions Offsetting: How the Cork Oak Regrows Its Bark

The cork oak (Quercus suber) is nature’s original renewable resource: it regrows its bark every decade, allowing people to harvest cork without harming the tree. This remarkable trait makes the cork oak a living symbol of regeneration—and offers lessons for climate action and Scope 3 emissions offsetting strategies. The surprising science of living bark harvest The cork oak is native to the Mediterranean, especially Portugal and Spain. Its thick, rugged bark has protected it against wildfire for millennia. What’s unique? Skilled harvesters carefully strip off the bark by hand every 9 to 12 years—without cutting down or killing the tree. Regrow and repeat: After harvest, new cork bark grows back thicker and smoother than before. Lifespan: A single cork oak can live up to 200 years, supporting generations of harvest. Biodiversity powerhouse: Cork oak woodlands are some of Europe’s most diverse habitats, sheltering rare birds, insects, and mammals. What does this have to do with Scope 3 emissions offsetting? Scope 3 emissions offsetting refers to tracking and reducing emissions that are not directly produced by a business, but result from activities in its value chain—like purchased goods, transportation, waste, and the use of sold products. For many organizations, these emissions form the largest portion of their climate impact. Like the cork oak’s renewal cycle, robust offsetting programs can achieve positive climate impacts when they focus on restoration rather than extraction. Cork harvesters preserve the land, benefiting the ecosystem while delivering a renewable resource. This mirrors how climate strategies should aim to give back to nature—even as they support business goals. Regenerative forestry and the circular economy Cork oak woodlands are managed using traditional practices that encourage regrowth, biodiversity, and local livelihoods. When companies invest in sustainable resource use or support reforestation projects, they help build circular systems: outputs that renew themselves, reduce waste, and support the resilience of forests and communities. FSC and PEFC certifications help ensure cork is harvested responsibly. Forest restoration, like Evertreen’s projects, contributes to long-term carbon absorption and biodiversity. How to include nature-based solutions in your Scope 3 strategy There’s growing interest in natural climate solutions–using forests, grasslands, and even cork oak woodlands to sequester carbon over decades. While offsetting is just one part of a credible Scope 3 approach (and always secondary to actual emission reductions), investing in projects that regenerate ecosystems—rather than simply compensate for extraction—offers clear environmental and social co-benefits. Support reforestation projects that work with local communities. Look for biodiversity and local job creation, not just CO2 estimates. Ensure claims are grounded: nature-based projects deliver estimated, long-term benefits, not instant fixes. Frequently asked questions How is cork harvested without harming the tree? Skilled harvesters carefully cut and peel the outer bark, leaving the living inner layer intact. The tree heals and regrows its protective cork over 9–12 years. Why do cork oak forests matter for emissions? Cork oak woodlands store carbon, support biodiversity, and enable local circular economies—making them a nature-based climate solution and a model for offsetting programs. What are Scope 3 emissions, and why do they matter? Scope 3 emissions are all indirect greenhouse gas emissions that occur throughout a company’s value chain. For businesses, these often represent the majority of their climate impact and are key to address for net-zero ambitions. How does reforestation help offset Scope 3 emissions? Sponsoring reforestation projects can contribute to estimated long-term carbon removal and biodiversity, helping organizations support climate action beyond their own operations. To learn more about nature-based climate contributions and restoration, see our forestry projects or read about how we estimate tree CO2 impacts.

arrow right
24 Aug 2026

How to Become a Carbon-Neutral Business

To become a carbon-neutral business, measure your full carbon footprint, cut the biggest emission sources first, then offset only the residual with credible removals and certified credits — and verify it against a recognised standard. Carbon neutrality is a legitimate goal, but it only holds up when reductions come before offsetting; buying credits without cutting anything is greenwashing, not neutrality. The 5-step path to carbon neutrality Measure your footprint. Quantify emissions across Scope 1 (direct, e.g. company vehicles and boilers), Scope 2 (purchased electricity, heat and steam) and Scope 3 (everything else — supply chain, business travel, commuting, product use). For most companies Scope 3 is 70–90% of the total, so skipping it produces a meaningless number. Set targets and cut. Fix a science-aligned reduction target and attack the largest sources first — switching to a renewable electricity tariff, improving energy efficiency, electrifying fleets and cutting waste usually deliver the biggest, cheapest wins. Offset the residual. Neutralise only the emissions you genuinely cannot yet eliminate, using a credible mix of durable removals and certified reduction credits. Verify. Assess your claim against a recognised standard so it is defensible, not self-declared. ISO 14068-1 is now the international standard for carbon neutrality, having succeeded PAS 2060. Communicate transparently. Publish what you measured, what you cut and exactly what you offset — vague "carbon-neutral" badges without evidence invite accusations of greenwashing. Start by measuring — you cannot manage what you cannot count Every credible neutrality claim starts with a number, so before you buy a single credit, establish your baseline. Evertreen's free CO₂ calculator lets you estimate emissions for your business, an event or a product in a few minutes, giving you a defensible starting point and a way to track reductions year on year. Re-run it annually and the gap between your baseline and your target becomes your reduction plan — and only what remains after that is worth offsetting. The full method is in how to calculate your business carbon footprint. A realistic 12-month plan Months 1–2: baseline. Pull utility bills, fuel and mileage records, and the purchase ledger. Screen all fifteen Scope 3 categories roughly; measure the material ones properly. Month 3: pick the boundary and publish it. Which entities, which sites, which categories. Write it down — you will need the same boundary next year. Months 3–9: cut. Renewable electricity contract, travel policy, efficiency works, supplier conversations with your top ten by spend. Month 10: quantify the residual and decide the removal/avoidance mix deliberately rather than by price. Month 11: buy and retire certified credits, insisting on serial numbers and retirement in your own name. Month 12: verify and publish — the measurement, the reduction, the compensation and the gaps, as separate numbers. The step most companies skip is the boundary. It is also the one that determines whether next year's comparison means anything. What it typically costs Two very different budgets sit inside a neutrality programme, and conflating them causes most of the sticker shock: The offsetting is usually the smaller line. At typical market prices, a small business's residual footprint often lands in the hundreds to low thousands of pounds a year, and tree planting starts at £1.5 per tree. Ranges and drivers are in how much carbon offsets cost. The reductions are the real investment — efficiency works, fleet changes, product redesign — but they lower the bill permanently, and unlike credits you only pay for them once. Two costs people forget: someone's time to gather the data each year, and verification fees if you want the claim externally assessed rather than self-declared. Offset the residual with durable removals and certified credits For the emissions you cannot yet cut, a credible offset portfolio blends nature-based removals with certified reduction credits. Evertreen lets you plant trees from just £1.5 each, and every tree is geolocated and traceable with progress photos — so instead of an anonymous certificate, you can point stakeholders to the exact forest you funded. Where you need audited market credits alongside removals, Evertreen also offers certified Verra and Gold Standard credits on request, giving you the recognised paperwork auditors expect. Offsetting complements real cuts — it never replaces them — so keep the offset share shrinking as your reductions deepen. If you are still comparing providers, our guide to tree-planting platforms for businesses explains what separates a credible partner from a token gesture. How to say it without getting caught out Claim language is the part most likely to age badly. Three rules: report the reduction and the compensation as separate numbers; keep the evidence pack (project, standard, vintage, serial numbers, retirement date, beneficiary); and remember that from 27 September 2026 the EU bans marketing a product to consumers as carbon neutral on the basis of offsetting — company-level reporting is unaffected. The difference between the two terms is set out in carbon neutral vs net zero. Frequently asked questions What is the difference between carbon-neutral and net-zero? Carbon-neutral means you balance your current emissions with an equivalent amount of reductions and offsets, often over a single year. Net-zero is a deeper, longer-term commitment to cut emissions across your whole value chain by around 90% and only neutralise the small remainder with permanent removals. How much does it cost a business to become carbon-neutral? It depends entirely on your footprint, but the offsetting portion can be surprisingly affordable — tree planting starts at £1.5 per tree, so a small business often offsets its residual emissions for a few hundred pounds a year. The larger investment is usually in the reductions themselves, such as energy efficiency and renewable electricity. Do I have to measure Scope 3 emissions? For a credible claim, yes. Scope 3 typically makes up the majority of a company's total footprint, so ignoring it would leave most of your impact uncounted and expose your neutrality claim to greenwashing accusations. How long does it take? A first cycle of measure, reduce, offset and verify fits comfortably in twelve months for a small business. The measurement is the slow part in year one and much faster afterwards. Which standard should we certify against? ISO 14068-1 is the current international standard for carbon neutrality. It expects a documented reduction plan alongside the compensation. Can we call ourselves carbon-neutral while still growing? Yes, if the measurement covers the larger footprint and the reduction plan is real. What breaks the claim is compensation rising every year while intensity never falls. Should we buy removals or avoidance credits? Both have a role, but only removals neutralise residual emissions under net-zero frameworks, so build the removal share deliberately rather than defaulting to the cheapest tonne. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "What is the difference between carbon-neutral and net-zero?", "acceptedAnswer": {"@type": "Answer", "text": "Carbon-neutral means balancing current emissions with an equivalent amount of reductions and offsets, often over a single year. Net-zero is a longer-term commitment to cut value-chain emissions by around 90 percent and neutralise only the remainder with permanent removals."}}, {"@type": "Question", "name": "How much does it cost a business to become carbon-neutral?", "acceptedAnswer": {"@type": "Answer", "text": "It depends on the footprint. The offsetting portion can be modest, with tree planting from 1.5 pounds per tree, while the larger investment is usually in the reductions themselves."}}, {"@type": "Question", "name": "Do I have to measure Scope 3 emissions?", "acceptedAnswer": {"@type": "Answer", "text": "For a credible claim, yes. Scope 3 typically makes up the majority of a company's footprint, so ignoring it leaves most of the impact uncounted."}}, {"@type": "Question", "name": "How long does it take to become carbon neutral?", "acceptedAnswer": {"@type": "Answer", "text": "A first cycle of measure, reduce, offset and verify fits comfortably in twelve months for a small business, with measurement being the slow part in year one."}}, {"@type": "Question", "name": "Which standard should we certify a carbon-neutral claim against?", "acceptedAnswer": {"@type": "Answer", "text": "ISO 14068-1 is the current international standard for carbon neutrality and expects a documented reduction plan alongside the compensation."}}, {"@type": "Question", "name": "Can we call ourselves carbon-neutral while still growing?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, if the measurement covers the larger footprint and the reduction plan is real. The claim breaks when compensation rises every year while emissions intensity never falls."}}, {"@type": "Question", "name": "Should we buy removals or avoidance credits?", "acceptedAnswer": {"@type": "Answer", "text": "Both have a role, but only removals neutralise residual emissions under net-zero frameworks, so build the removal share deliberately rather than defaulting to the cheapest tonne."}} ] }

arrow right
21 Aug 2026

Carbon Neutral vs Net Zero: What's the Difference?

Carbon neutral means balancing your emissions with an equivalent amount of offsets or removals, while net zero means cutting emissions as deeply as possible across your whole value chain and neutralising only the small residual that remains. The terms overlap in everyday use, but they describe different levels of ambition — and mixing them up can undercut the credibility of a climate claim. The core definitions Carbon neutral. A state where the CO₂ you emit is matched by an equal quantity you avoid, reduce or remove elsewhere — often achievable now, largely through offsetting, and frequently applied to a narrower scope such as a single product, event or operational footprint. Net zero. A destination reached by reducing emissions across the full value chain (Scopes 1, 2 and 3) in line with science, then neutralising the unavoidable remainder — ideally with durable removals rather than avoidance credits. The reductions-first rule. Net zero puts deep cuts before compensation; carbon neutrality can be claimed even if the underlying emissions have not fallen much year on year. Standards differ. Carbon neutrality has its own specification (see below); net zero targets are typically validated by the Science Based Targets initiative, which requires roughly 90% reductions before neutralising the residual. A side-by-side of the key differences Scope is the first divide: carbon neutral claims often cover a limited boundary, whereas net zero demands the entire value chain including hard-to-reach Scope 3 supply-chain emissions. The second is the balance of reductions versus offsets — net zero treats offsetting as a last resort for residual emissions only, while carbon neutrality can be met predominantly by buying credits today. Timeframe differs too: net zero is a long-horizon commitment tied to a target year (commonly 2050 or sooner), and carbon neutral is usually an annual status. If you want to size those emissions before choosing a path, the free Evertreen CO₂ calculator gives you a starting estimate in minutes. The standards behind each term This is where the two diverge most concretely, and where a claim either becomes checkable or stays a slogan: Carbon neutrality was long assessed against PAS 2060, the British specification. ISO 14068-1, published in 2023, has since taken over as the international standard for carbon neutrality — and it puts noticeably more weight on a documented reduction plan rather than compensation alone. Net zero is governed in practice by the SBTi Corporate Net-Zero Standard: a near-term target, a long-term target of roughly 90% reduction across the value chain, and neutralisation of the residual with permanent removals. Credits cannot substitute for the reductions. The direction of travel in both is identical: the compensation share has to shrink and the evidence has to be public. A claim that leans entirely on purchased credits is where both standards now push back. Why "carbon neutral" is getting harder to say The label is under regulatory pressure — not because offsetting is banned, but because the phrase overpromises to consumers: From 27 September 2026, the EU's Empowering Consumers Directive bans marketing a product to consumers as carbon neutral, climate neutral or net zero on the basis of offsetting. Advertising regulators in several markets have already upheld complaints against neutrality claims that the average reader would take at face value. Company-level reporting is unaffected. Disclosing measured emissions and documented retirements remains entirely legitimate. The practical response is a contribution claim: state the reduction and the compensation as two separate, evidenced numbers. It survives scrutiny, and it usually reads as more competent than a badge. See are carbon offsets greenwashing? What about "climate positive" and "net positive"? Neither has an agreed definition, which is precisely why they appear in marketing. In general use they mean removing or funding more than you emit — a reasonable intention, but with no standard behind it, no boundary and nothing to audit. If you use one of these terms, define it in the same sentence and publish the arithmetic. If a supplier uses one at you, ask what the boundary is; the answer tells you a lot. Which term suits which organisation — and the role of removals Neither label is inherently better; they suit different stages. A small business or a single product line might credibly start with carbon neutrality while it builds a reduction plan, whereas a large company setting a public long-term commitment should pursue a science-based net zero target. Where compensation is genuinely needed, quality matters more than volume: durable removals such as tree planting draw carbon out of the atmosphere rather than merely avoiding future emissions. With Evertreen you can support a removal contribution through geolocated, traceable trees from £1.5 per tree, and where formal accounting is required, certified Verra and Gold Standard credits are available on request. The practical route from measurement to claim is set out in how to calculate your business carbon footprint. Frequently asked questions Is net zero the same as carbon neutral? No. Carbon neutral balances emissions with offsets, often within a narrow scope, whereas net zero requires deep value-chain reductions first and neutralises only the residual emissions that remain. Can I reach carbon neutrality just by buying offsets? In practice yes, which is why carbon neutrality is achievable today, but a durable claim still depends on the quality of the credits and a genuine plan to reduce emissions over time. Do trees count towards net zero? Durable tree-based removals can neutralise the small share of residual emissions left after reductions; they are a removal contribution and should complement, not replace, cutting emissions at the source. Which standard should I use for a carbon-neutral claim? ISO 14068-1 is the current international standard for carbon neutrality, having succeeded PAS 2060. It expects a documented reduction plan, not compensation alone. How much reduction does net zero actually require? Under the SBTi corporate net-zero standard, roughly 90% across the value chain, with permanent removals neutralising what is left. Can a small business set a net zero target? Yes, and streamlined routes exist for SMEs. Many start with carbon neutrality while building the measurement capability a full value-chain target needs. Is "carbon neutral" still safe to advertise? For company-level reporting with evidence, yes. For consumer-facing product claims based on offsetting, EU rules restrict it from September 2026, so contribution language is the safer framing. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "Is net zero the same as carbon neutral?", "acceptedAnswer": {"@type": "Answer", "text": "No. Carbon neutral balances emissions with offsets, often within a narrow scope, whereas net zero requires deep value-chain reductions first and neutralises only the residual emissions that remain."}}, {"@type": "Question", "name": "Can I reach carbon neutrality just by buying offsets?", "acceptedAnswer": {"@type": "Answer", "text": "In practice yes, which is why carbon neutrality is achievable today, but a durable claim depends on the quality of the credits and a genuine plan to reduce emissions over time."}}, {"@type": "Question", "name": "Do trees count towards net zero?", "acceptedAnswer": {"@type": "Answer", "text": "Durable tree-based removals can neutralise the small share of residual emissions left after reductions. They are a removal contribution and should complement rather than replace cutting emissions at source."}}, {"@type": "Question", "name": "Which standard should I use for a carbon-neutral claim?", "acceptedAnswer": {"@type": "Answer", "text": "ISO 14068-1 is the current international standard for carbon neutrality, succeeding PAS 2060, and it expects a documented reduction plan rather than compensation alone."}}, {"@type": "Question", "name": "How much reduction does net zero actually require?", "acceptedAnswer": {"@type": "Answer", "text": "Under the SBTi corporate net-zero standard, roughly 90 percent across the value chain, with permanent removals neutralising what remains."}}, {"@type": "Question", "name": "Can a small business set a net zero target?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, and streamlined routes exist for SMEs. Many start with carbon neutrality while building the measurement capability a full value-chain target requires."}}, {"@type": "Question", "name": "Is carbon neutral still safe to advertise?", "acceptedAnswer": {"@type": "Answer", "text": "For company-level reporting with evidence, yes. For consumer-facing product claims based on offsetting, EU rules restrict it from September 2026, so contribution language is safer."}} ] }

arrow right
19 Aug 2026

The Curious Case of the Walking Palm: Socratea exorrhiza

The walking palm (Socratea exorrhiza) does not actually walk. This Central and South American rainforest palm grows a cone of stilt roots that arch a metre or more above the forest floor, and the popular story says it uses them to creep towards sunlight. Field studies that marked and tracked individual palms found the trunks stayed exactly where they started. The roots are an engineering solution, not a means of transport — which is arguably the more interesting answer. What makes the walking palm unique Stilt roots above the soil. Instead of staying buried, the roots emerge from the trunk well above ground and splay outwards into a cone, holding a slender palm several metres up. Built for bad ground. Rainforest soils are shallow, wet and easily destabilised. A wide root cone spreads load and resists toppling far better than a narrow taproot. Spined and defended. The roots carry sharp spines, which deter climbing animals and reduce damage at the most vulnerable point. Cheap height. The stilt structure lets the palm reach the light gap with a thin trunk, using less material than a thick-stemmed tree of the same height. Self-righting, up to a point. New roots can grow on the side that needs support, which helps a leaning palm stabilise after debris falls or the ground shifts. Fact or folklore: where the walking story came from The legend is not something tourists invented. It began as a genuine scientific hypothesis: that if a falling tree knocked the palm sideways, it could put out new roots on one side, let the old ones on the other side die, and effectively relocate its base — slowly escaping the spot where it was pinned. It is an elegant idea, it fits what the root cone looks like, and it spread quickly through guidebooks and forest tours. Then people measured it. Researchers marked individual palms and their root crowns and came back to check. The trunks had not moved. New roots do appear and old roots do die, but the centre of the plant stays put — the palm is maintaining and repairing its support structure, not relocating it. Estimates of palms travelling twenty metres through the forest have never survived contact with a tape measure. The myth survives because it is a better story than "the roots provide mechanical stability", and because the visual evidence is genuinely suggestive: a palm standing on a tangle of legs looks like something caught mid-stride. Why the real explanation is more impressive Consider the problem the palm actually solved. It needs to reach light in a dense canopy, on soil too shallow and waterlogged to anchor a heavy trunk, in a place where large debris regularly falls from thirty metres up. A conventional trunk-and-taproot design would need to be far thicker and heavier to stay upright. The stilt cone solves all three constraints at once: a wide base for stability, a thin and cheap trunk, and a repairable structure where individual supports can be replaced without rebuilding the whole plant. Engineers would recognise it immediately — it is a guyed mast. That the solution also happens to look like legs is a coincidence humans have been enjoying for over a century. Biodiversity of tropical forests The walking palm is one player among thousands of rainforest species, and it illustrates a general truth: tropical forests are full of specific answers to specific local problems. That variety is not decorative — it is what makes the system resilient. Rainforest diversity buffers the whole ecosystem against pests, disease and climate shifts, because no single failure takes everything with it. Structural species matter. Palms like this one create microhabitats: the root cone shelters insects and small animals, and traps leaf litter that feeds the soil. Culture counts too. Socratea stems have long been used locally for construction and tools, which is part of why the species is so well known. Protecting a species means protecting a system. You cannot conserve a palm without the canopy, the soil and the water cycle it depends on. From curiosity to action: reforestation that you can check Stories like this one are a reminder of what is actually at stake in tropical deforestation: not a generic loss of "trees", but the specific, strange, hard-won solutions that evolved in one place and nowhere else. Reforestation is one practical response, and companies fund a meaningful share of it. Through Evertreen you can support tree planting projects in biodiversity-rich countries from £1.5 per tree, with paid work for the local teams who plant and maintain them. Every tree is geolocated with a GPS pin and documented with progress photos and field videos, so the contribution is verifiable rather than a claim on a slide. Our absorption figures and their assumptions are published in how we estimate tree CO₂, and for organisations that need audited tonnes, certified Verra and Gold Standard credits are available alongside planting. Frequently asked questions Do walking palms really walk through the forest? No. Field studies that tracked marked palms found the trunks did not relocate. New roots grow and old ones die, but this maintains the support structure rather than moving the plant. Why is it called the walking palm then? Because of a long-standing hypothesis that the palm could escape being pinned by falling debris by growing roots on one side and shedding them on the other. The idea spread widely before it was tested. What are the stilt roots actually for? Stability on shallow, wet rainforest soils, plus a lighter and cheaper way to hold a slender trunk up towards the light. Individual roots can also be replaced if damaged. Where does Socratea exorrhiza grow? In lowland tropical rainforests across Central and South America, typically in humid, shaded conditions with poor drainage. How tall does a walking palm get? Commonly upwards of fifteen metres, on a trunk far more slender than a comparable non-palm tree of that height. Why are walking palms important to rainforest ecosystems? The root cone shelters insects and small animals and traps litter that enriches the soil, and the species is structurally and culturally significant in the forests where it grows. How can companies support rainforest reforestation? By funding planting projects that are geolocated, monitored and maintained — and by asking for evidence, since traceability is what separates real restoration from a headline number. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "Do walking palms really walk through the forest?", "acceptedAnswer": {"@type": "Answer", "text": "No. Field studies that tracked marked palms found the trunks did not relocate. New roots grow and old ones die, which maintains the support structure rather than moving the plant."}}, {"@type": "Question", "name": "Why is it called the walking palm?", "acceptedAnswer": {"@type": "Answer", "text": "Because of a long-standing hypothesis that the palm could escape being pinned by falling debris by growing roots on one side and shedding them on the other. The idea spread widely before it was tested."}}, {"@type": "Question", "name": "What are the stilt roots of Socratea exorrhiza for?", "acceptedAnswer": {"@type": "Answer", "text": "Stability on shallow, wet rainforest soils, and a lighter, cheaper way to hold a slender trunk up towards the light. Individual roots can also be replaced if damaged."}}, {"@type": "Question", "name": "Where does Socratea exorrhiza grow?", "acceptedAnswer": {"@type": "Answer", "text": "In lowland tropical rainforests across Central and South America, typically in humid, shaded conditions with poor drainage."}}, {"@type": "Question", "name": "How tall does a walking palm get?", "acceptedAnswer": {"@type": "Answer", "text": "Commonly upwards of fifteen metres, on a trunk far more slender than a comparable non-palm tree of that height."}}, {"@type": "Question", "name": "Why are walking palms important to rainforest ecosystems?", "acceptedAnswer": {"@type": "Answer", "text": "The root cone shelters insects and small animals and traps litter that enriches the soil, and the species is structurally and culturally significant in the forests where it grows."}}, {"@type": "Question", "name": "How can companies support rainforest reforestation?", "acceptedAnswer": {"@type": "Answer", "text": "By funding planting projects that are geolocated, monitored and maintained, and by asking for evidence, since traceability is what separates real restoration from a headline number."}} ] }

arrow right
18 Aug 2026

Gift a Tree for Any Occasion: Birthdays, Weddings and Thank-Yous

A tree is a gift that fits almost any occasion — birthdays, weddings, new babies, graduations, thank-yous and corporate milestones — because it's meaningful, clutter-free and genuinely planet-positive. It won't suit everyone (some people simply want a physical object to unwrap), but for the growing number who'd rather receive something lasting than another gadget, it lands beautifully. Occasions a tree gift fits Birthdays. Plant one tree per year of age, or a small grove — a personal, low-waste alternative to the usual candle-and-clutter routine. Weddings & anniversaries. Two trees for two people, or a shared forest that grows alongside the marriage. It doubles nicely as an eco favour for guests. New baby. A tree planted in a baby's birth year gives them something to watch grow up with them — and a GPS location to visit one day. Graduations & achievements. A quiet, grown-up way to mark a milestone that isn't going to end up in a drawer. Thank-yous & corporate gifts. Thoughtful for a client, a team or a departing colleague, and easy to send at scale without shipping anything. Housewarmings and retirements. Both mark a change of chapter, which is exactly what a slow-growing gift suits. How many trees for which occasion The number carries meaning, so pick it deliberately rather than by budget alone: Thank-you: 1–5 trees. Small, warm, no obligation created. Birthday: one per year of age — simple, memorable, scales itself. Wedding: 10–50 as a shared grove, or two symbolic trees if you are also giving something else. New baby: a tree for the birth year, or one per family member welcoming them. Retirement: one per year of service. It reads as a record rather than a present. Why a tree beats another thing Most of us already own too much stuff, and a lot of well-meant presents end up unused. A tree is the anti-clutter gift: nothing to store, nothing to throw away, and a real environmental benefit as it grows and absorbs CO₂ over its lifetime. When you gift a tree on Evertreen, the recipient gets a real, geolocated tree with a GPS pin and progress photos — not a vague promise, but something they can actually follow. Prices start from just £1.5 per tree, so it works whether you're marking a small thank-you or a big celebration. When a tree is the wrong gift Worth saying plainly, because a mismatched gift helps nobody. Skip it, or pair it with something physical, when the recipient is a young child who wants something to play with, when the occasion demands an object to open in front of people, or when the relationship is new enough that a certificate could read as a way of spending less. The fix is usually pairing rather than abandoning: a small physical gift alongside the certificate covers both instincts, and the tree is still the part they remember a year later. Perfect for last-minute (and for gifting together) Forgot a birthday until this morning? A tree gift is delivered instantly and digitally, with a personalised gift certificate you can send by email in a couple of minutes — no shipping, no waiting, no risk of it arriving late. It's also easy to gift as a group: friends, family or colleagues can chip in together toward a shared forest, which is ideal for a joint wedding present, a team milestone or a collective thank-you. You choose how many trees to plant and where, and everyone shares the same growing patch. Evertreen has been featured in 300+ media outlets, so it's a gift people tend to recognise and trust. Making it feel personal, not administrative Explain the choice in one line. "Because you've been talking about that trip to Kenya for years" beats any amount of formatting. Name the place. Recipients look up the location far more often than they re-read the certificate. Time the delivery. Schedule it for the morning of the occasion rather than whenever you happened to order. Print it if you'll be there. Handing over a physical certificate keeps the ritual of giving something. For the mechanics of the certificate itself, see tree-planting gift certificates explained; for honouring a specific person or memory, plant a tree in someone's name. Frequently asked questions How quickly does a tree gift arrive? Almost immediately — delivery is digital, so the personalised certificate can land in the recipient's inbox within minutes of you ordering, which makes it a reliable last-minute option. Can several people gift trees together? Yes. Group or collective gifting lets friends, family or coworkers contribute toward a shared forest, so it works well as a joint present for weddings, team milestones or group thank-yous. Is a gifted tree a real tree? Yes — each tree is really planted and geolocated with a GPS pin, and the recipient can follow its progress through photos rather than just receiving a certificate. How many trees should I gift? Match the number to the occasion: a few for a thank-you, one per year of age for a birthday, a grove for a wedding or retirement. Can I schedule the gift for a future date? Yes, you choose the delivery date, so it can arrive on the morning of the birthday or anniversary rather than whenever you ordered. What if the recipient would prefer something physical? Pair the certificate with a small physical gift. You keep the meaning without asking them to be delighted by an email. Is it appropriate as a wedding favour for guests? Yes, and it is one of the most common uses — a tree per guest replaces the trinket that usually gets left on the table. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type": "Question", "name": "How quickly does a tree gift arrive?", "acceptedAnswer": {"@type": "Answer", "text": "Almost immediately. Delivery is digital, so the personalised certificate can reach the recipient's inbox within minutes of ordering."}}, {"@type": "Question", "name": "Can several people gift trees together?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. Group gifting lets friends, family or coworkers contribute toward a shared forest, which works well for weddings, team milestones and group thank-yous."}}, {"@type": "Question", "name": "Is a gifted tree a real tree?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. Each tree is really planted and geolocated with a GPS pin, and the recipient can follow its progress through photos."}}, {"@type": "Question", "name": "How many trees should I gift?", "acceptedAnswer": {"@type": "Answer", "text": "Match the number to the occasion: a few for a thank-you, one per year of age for a birthday, and a grove for a wedding or retirement."}}, {"@type": "Question", "name": "Can I schedule a tree gift for a future date?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. You choose the delivery date so it can arrive on the morning of the birthday or anniversary."}}, {"@type": "Question", "name": "What if the recipient would prefer a physical gift?", "acceptedAnswer": {"@type": "Answer", "text": "Pair the certificate with a small physical gift, which keeps the meaning without relying on an email to carry the whole moment."}}, {"@type": "Question", "name": "Are tree gifts appropriate as wedding favours?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, and it is one of the most common uses. A tree per guest replaces the trinket that usually gets left on the table."}} ] }

arrow right
products View cart

Plant & offset from £ 1

Let’s find the best tree planting or Verra CO₂ offset solution for your needs.

I agree to be contacted by email and SMS from Evertreen based on my provided details