Edit the following variables in index.php:
$metaData = [ 'title' => APP_NAME . ' - Discover Radio Stations Worldwide', 'description' => 'Explore radio stations from around the world...', 'url' => BASE_URL ];
Customize station page metadata in listen.php:
$pageTitle = "Listen to {$station['name']} from {$station['city']}, {$station['country']} live on " . APP_NAME; $descriptionParts = [ "Listen to {$station['name']} live online...", "Visit their official website...", "Stream high-quality live radio...", "Discover local radio from {$station['city']}..." ];
Update the following in manifest.json:
{ "name": "Radio Explorer", "short_name": "Radio", "description": "Explore radio stations...", "start_url": "/radio/", "background_color": "#1F2937", "theme_color": "#1F2937" }