Halaman Tidak Ditemukan"; echo "
Konten tidak tersedia atau sedang diperbaiki.
"; exit; } $keyword = $keywordsMap[$keywordKey]; $slug = strtoupper(str_replace([' ', '+'], '-', $keyword)); $ampUrl = "https://threelittlebird.pages.dev/$slug"; $canonical = "https://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"; $images = glob('img*.png'); if (empty($images)) { $imageUrl = ''; } else { $selectedImage = $images[array_rand($images)]; $imageUrl = "https://{$_SERVER['HTTP_HOST']}/$selectedImage"; } ?>