Jordan improves ranking in realising SDGs — UN

AMMAN — Jordan has ranked 81st out of 162 countries on UN’s 2019 Sustainable Development Goals (SDG) report.

The Kingdom has developed 10 ranks at the international level and one rank at the Arab level in the report, a copy of which was made available to The Jordan Times.

The annual report provides an overview of the world’s implementation efforts of UN’s SDGs, which are a collection of 17 global goals set by the United Nations General Assembly in 2015 for the year 2030.

The NGO Sisterhood is Global Institute (SIGI) said that Jordan is still facing challenges in realising a number of SDGs, including Zero Hunger, Good Health and Well-Being, Gender Equality, Decent Work and Economic Growth, and Reduced Inequalities.

However, the NGO noted that Jordan has realised the SDG Climate Action.

On the SDG End Poverty, the NGO said that Jordan has improved, witnessing a decrease in the number of underprivileged people who live by $1.9 per day to constitute 0.7 per cent of the population, while disadvantaged people who live by $3.2 per day went up to 13.1 per cent of the population.

Citing figures from 2018, SIGI said that 72,200 Jordanians live by JD40.35 per month and 1.35 million people live monthly by JD68.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });