<?php
$hreflang_config = include($_SERVER['DOCUMENT_ROOT'] . '/hreflang-map.php');
$current_page = basename(__FILE__); 
?>


<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
<meta name="description" content="Press resources and media inquiries for Afrosmeet, the international Afro dating app connecting Black singles and the African diaspora in Qatar and worldwide.">

<meta name="robots" content="noindex, follow">

	
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./assets/favicons/favicon.ico">
<link rel="stylesheet" href="./assets/css/styles.css">

<title>Press & Media | Afrosmeet Qatar, the Afro Dating App for the African Diaspora</title>



<?php 
  // Nettoyage automatique du nom de la page pour l'index
  $url_path = ($current_page === 'index.php') ? '' : $current_page;
?>

<link rel="canonical" href="<?php echo $hreflang_config['site_url'] . '/qa/' . $url_path; ?>" />

<?php foreach ($hreflang_config['locales'] as $folder => $lang): 
    // Gestion propre du slash pour 1 ou 2 niveaux (ex: 'gb/' ou 'cm/fr/')
    $prefix = !empty($folder) ? rtrim($folder, '/') . '/' : '';
    $url = $hreflang_config['site_url'] . '/' . $prefix . $url_path;
?>
<link rel="alternate" hreflang="<?php echo $lang; ?>" href="<?php echo $url; ?>" />
<?php endforeach; ?>

<link rel="alternate" hreflang="x-default" href="<?php echo $hreflang_config['x_default'] . $url_path; ?>" />


<!-- Organization structured data for Afrosmeet -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Afrosmeet",
  "url": "https://afrosmeet.com/qa/",
  "logo": "https://afrosmeet.com/assets/images/logo.png",
  "sameAs": [
    "https://www.instagram.com/afrosmeet/",
    "https://www.facebook.com/afrosmeet/",
    "https://twitter.com/afrosmeet"
  ]
}
</script>


  <style>
    body {
      font-family: Arial, sans-serif;
      color: #333;
      margin: 0;
      padding: 0;
      line-height: 1.6;
      background-color: #fff;
    }
    .logo {
      text-align: center;
      margin: 20px 0 10px;
    }
    .logo img {
      width: 80px;
    }
    .back-home {
      text-align: center;
      margin-bottom: 20px;
    }
    .back-home a {
      font-size: 14px;
      color: #A87A2D;
      text-decoration: none;
    }
    .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
    }
    h1 {
      color: #A87A2D;
      font-size: 22px;
      text-align: center;
      margin-bottom: 10px;
    }
    p {
      font-size: 16px;
      text-align: center;
      margin: 0 0 20px;
    }
    .email-link {
      color: #A87A2D;
      text-decoration: none;
      font-weight: bold;
    }
  </style>
</head>

<body>

  <div class="logo">
    <a href="/qa"><img src="./assets/images/mobile-logo.png" alt="Logo Afrosmeet"></a>
  </div>

  <div class="back-home">
<a href="/qa">← Back to home</a>

  </div>

  <div class="container">

<h1>Press Information</h1>

<p>For all press inquiries about Afrosmeet, please contact us by email at the following address:</p>
<p><a class="email-link" href="mailto:contact@afrosmeet.com">contact@afrosmeet.com</a></p>
<p>Our communications team will respond within 48 hours.</p>

<p>Afrosmeet is a pan-African and international dating app, uniting the global Afro diaspora: Sub-Saharan Africa, North Africa, the Caribbean, Latin America, the United States, Canada, Europe, and the Gulf, including Qatar. Our mission is to connect singles who share strong values around diversity, culture, and global connections. For any information, interviews, or press kits, we are at your service.</p>


  </div>

</body>

</html>
