// --- Core vars --- $keyword = "IT Consultancy License"; $slug = "it-consultancy-license"; $category = "Professional"; $basePath = ""; // --- Meta --- $page_title = "Thinking of IT Consultancy License? Read This First (Cost, Timeline, Approvals)"; $page_description = "Clear, practical guide to obtaining a IT Consultancy 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'; ?>