// Tambahkan ini di functions.php untuk memaksa index add_filter('wp_robots', function($robots) { unset($robots['noindex']); return $robots; });