post_name == ‘ai-talent-partner’) {
$meta_description = “Expert AI Talent Partner for healthcare, healthtech, mental health technology, and corporate wellness recruitment. Specialized expertise in NHS systems, private healthcare, and medical AI implementation.”;
} elseif ($post->post_name == ‘contact’) {
$meta_description = “Contact VitaeHealth – Your AI Talent Partner for Health Innovation. Get expert healthcare AI recruitment solutions. Email: contact@vitaehealth.co.uk, Phone: +44 2039620836.”;
} elseif ($post->post_name == ‘about-us’) {
$meta_description = “About VitaeHealth – Leading AI Talent Partner specializing in healthcare, healthtech, mental health technology recruitment. Trusted by NHS, private healthcare & wellness organizations.”;
} else {
$meta_description = $site_description;
}
} elseif (is_single() && $post) {
$excerpt = get_the_excerpt();
$meta_description = $excerpt ? wp_trim_words($excerpt, 25) : $site_description;
}
echo ‘‘ . “\n”;
}
// Add to wp_head with high priority to ensure meta descriptions are added
add_action(‘wp_head’, ‘vitaehealth_add_missing_meta_descriptions’, 1);