Amman municipality continues crackdown on unlicensed valet services

AMMAN — The Greater Amman Municipality has so far removed 30 kiosks providing illegal valet parking services to motorists under a campaign launched recently, a GAM official said on Tuesday.

Mohammad Faouri, director of joint management at GAM, said the municipality will press on with the campaign, launched in cooperation with the Public Security Department (PSD) and the Traffic Department.

The campaign, he said, targets unlicensed entities that force motorists to use their valet parking services.

“We will keep working to close down any illegal kiosk that provides such services,” Faouri told The Jordan Times over the phone.

He noted that GAM’s campaign does not cover malls or restaurants that designate a specific area within their premises for valet parking services. Unlicensed valet service providers, in contrast, take up part of the main street to park cars or use a plot of land that they don’t own.

Faouri previously told The Jordan Times that the municipality has announced a set of regulations for commercial establishments seeking to obtain a licence for valet parking service. Any establishment that wants to offer this service has to obtain insurance, own or rent a piece of land as a parking lot, and the employees have to wear a uniform with a badge.

He called on motorists not to use unlicensed services, advising them to contact GAM or the PSD to complain against anyone who forces them to do so.

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