<?php // Add hidden H1 to homepage for SEO add_action('wp_head','secudepo_hidden_home_h1');function secudepo_hidden_home_h1(){if (is_front_page()){echo '<h1 class="seo-hidden">Secu Depo – Advanced Security Solutions in Kenya | CCTV, Automation, Electric Fences & Access Control</h1>'}}