ADVERTISEMENT

Health is built into our streets

Published Aug 7, 2026 12:05 am  |  Updated Aug 6, 2026 05:14 pm
NIGHT OWL
We often speak about health as if it were primarily the result of individual choices: eat better, exercise more, sleep longer, drink less and visit the doctor when something feels wrong. But long before people make any of those decisions, another force is already shaping their wellbeing—the design of the places in which they live.
A neighborhood can make movement feel natural, convenient and safe. Or it can make even a short walk feel difficult, dangerous or impractical.
This is why design and infrastructure should be treated as public-health issues. Roads, pavements, cycle lanes, parks, public transport and housing are not simply physical assets. Together, they form an everyday system that influences how much people move, how much pollution they breathe, how socially connected they feel and how easily they can reach work, education, food and healthcare.
The most important question for planners and governments should therefore be simple: Are we building places that help people keep moving throughout their lives?
In many cities, the answer is still no. Streets are frequently designed to move vehicles efficiently rather than to move people safely. Wide roads, fast traffic, missing pavements, poor lighting and inaccessible crossings discourage walking. Housing developments are built far from shops, schools and workplaces, making a car necessary for even the most basic journey. Public spaces may exist, but they are fragmented, poorly maintained or difficult to reach.
In such environments, inactivity is not merely a personal failure. It is often a rational response to the conditions people have been given.
Governments around the world increasingly encourage citizens to exercise. Public campaigns urge people to walk more, cycle, play sport and meet daily activity targets. These initiatives are valuable, but messages alone cannot overcome hostile infrastructure. It is contradictory to tell people to walk while building neighborhoods without continuous pavements. It is unrealistic to encourage cycling where riders must compete with fast-moving traffic. It is unfair to promote outdoor exercise when many communities lack safe parks, shade, lighting or public toilets.
A healthy society cannot be built through motivation alone. It must also be built through design.
The most effective infrastructure makes physical activity part of ordinary life rather than an additional task requiring time, money and willpower. A person who walks to a nearby shop, cycles to work, takes the stairs at a railway station or accompanies a child to school is exercising without necessarily thinking of the journey as exercise.
This “incidental movement” matters because it is more inclusive and sustainable than relying solely on gyms, fitness classes or organized sport. Not everyone can afford a membership. Not everyone has spare time after work and caring responsibilities. Not everyone sees themselves as athletic. But almost everyone needs to travel somewhere.
When walking, cycling and public transport are safe and convenient, movement becomes embedded in daily routines. That can help people remain active across their lifetime, supporting physical health, independence and social connection. Well-designed infrastructure can also reduce the isolation experienced by older people, disabled people and those who do not drive.
The benefits extend beyond exercise. Tree-lined streets offer shade and can make walking more comfortable during hot weather. Parks provide space for play, rest and community life. Reliable public transport improves access to employment and healthcare. Safer roads reduce injuries and allow children greater independence. Reduced dependence on private cars can improve air quality and lessen noise.
In other words, healthy infrastructure does several jobs at once.
But these benefits are not distributed equally. Wealthier areas often have greener streets, better-maintained parks, calmer traffic and more reliable transport. Lower-income communities may face dangerous crossings, overcrowded housing, pollution and fewer recreational spaces. The people with the greatest health needs can therefore have the least supportive environments.
Infrastructure policy must address this inequality deliberately. A city should not measure success simply by the number of kilometers of cycle lanes it builds, for example, but by whether those routes are safe, connected and useful to people in every neighborhood. A park is not truly accessible if reaching it requires crossing several lanes of traffic. A footpath is not inclusive if it is blocked, poorly lit or impossible to navigate with a wheelchair or pushchair.
Good design begins with the realities of everyday life. It considers the child travelling to school, the older person who needs more time at a crossing, the shift worker returning home after dark, the parent carrying shopping and the person with limited mobility. Infrastructure that works for these citizens will usually work better for everyone.
This requires governments to move beyond short-term thinking. The cost of a wider pavement, protected cycle route or reliable bus service is visible in a capital budget. The long-term value—greater activity, cleaner air, fewer collisions, stronger communities and healthier ageing—is harder to place on a single balance sheet. Yet failing to invest also carries a cost, borne by health services, families and individuals over decades.
We need to stop thinking of hospitals and clinics as the only forms of health infrastructure. A safe crossing is health infrastructure. A shaded footpath is health infrastructure. A frequent bus service, a protected cycle lane, a public park and an accessible railway station are all health infrastructure.
Longer, healthier lives are not produced only by medical advances or public-awareness campaigns. They are also produced quietly, every day, by the distances between homes and shops, the speed of traffic, the presence of trees and the safety of the route to school.
The healthiest places do not simply tell people to move. They make movement possible, attractive and ordinary.
Ultimately, the shape of our communities becomes the shape of our lives. If we want citizens to remain active, independent and connected, we must design those ambitions into the ground beneath their feet.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.