‘Gov’t seeking Turkish investments in Jordan Valley’

AMMAN — Plans are under way to attract Turkish agricultural companies to invest in and cultivate lands in the Jordan Valley, an official said on Tuesday.

Turkish agricultural companies are interested in growing certain crops in the Jordan Valley, according to Agriculture Ministry Spokesperson Nimer Haddadin, who noted that the companies will be exporting their products to foreign markets.

Haddadin highlighted that officials are still discussing the prospects of agricultural cooperation between the two countries, underscoring that Minister of Agriculture Khaled Hneifat and Turkish Ambassador to Jordan Murat Karagoz met on Tuesday.

Hneifat and Karagoz also discussed cooperation in exporting local fruit and vegetables, according to Haddadin.

“There are also plans to attract Turkish companies to export Jordan’s fruit and vegetables from Turkey to Europe via Haifa port,” he told The Jordan Times.

The plan seeks to find new marketing portals for the Kingdom’s fruit and vegetables in light of the ongoing closure of the country’s borders with Syria and Iraq, which used to consume nearly two-thirds Jordan’s vegetable produce.

The Karameh-Tureibil crossing on the border between Jordan and Iraq, the gateway for Jordanian produce to reach Iraqi and European markets, was closed in the summer of 2015.

Also in 2015, Jordan closed the Jaber border crossing with Syria for security reasons, while Ramtha, the other border crossing with the war-torn country, has been closed for nearly five years.

Hneifat and Karagoz discussed dispatching rangers from the ministry’s Forestry Department to Turkey to receive training at a Turkish forestry institute, according to a statement from the ministry.

.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'); }); }); });