'Stella Amor', 'long_desc' => 'Free online dating with advanced filters for lifestyle, finance, kinks, and more.', 'robots' => 'index, follow' ]; // Set default values $siteUrl = 'https://stellaamor.com'; $pageUrl = $page === 'index' ? $siteUrl . '/' : $siteUrl . '/' . $page . '/'; $title = $pageData['title'] ?? 'Stella Amor'; $description = $pageData['long_desc'] ?? 'Free online dating with advanced filters for lifestyle, finance, kinks, and more.'; $keywords = 'free dating, online dating, match filters, financial compatibility, kink-friendly dating, lifestyle matching'; $robots = $pageData['robots'] ?? 'index, follow'; $menu = [ 'Home' => '/', 'Create account' => '/register/', 'Login' => '/login/', 'About us' => '/about-us/' ]; $links = [ 'Our Filters' => '/filters/', 'Success Stories' => '/success-stories/', 'How It Works' => '/how-it-works/', 'FAQ' => '/faq/', 'About us' => '/about-us/' ]; $currentPage = $page === 'index' ? 'Home' : ucwords(str_replace('-', ' ', $page)); ?>