— medical-clinic-license // --- Core vars --- $keyword = "Medical Clinic License"; $slug = "medical-clinic-license"; $category = "Healthcare"; $basePath = ""; // --- Meta --- $page_title = "Thinking of Medical Clinic License? Read This First (Cost, Timeline, Approvals)"; $page_description = "Clear, practical guide to obtaining a Medical Clinic License in the UAE — costs, approvals, documents, pitfalls, and next steps."; $meta_description = $page_description; $meta_keywords = [$keyword, "$keyword cost", "$keyword requirements", "$keyword UAE"]; $page_keywords = implode(', ', (array)$meta_keywords); $load_search_js = false; // --- Banner (set before header so OG/schema can use it) --- $banner_path = __DIR__ . "/../assets/images/{$slug}.webp"; $banner_url = file_exists($banner_path) ? "/assets/images/{$slug}.webp" : "/assets/images/dubai.webp"; include __DIR__ . '/../partials/header.php'; ?>