<?php
require_once __DIR__ . '/includes/config.php';
header('Content-Type: application/xml; charset=utf-8');

echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc><?php echo htmlspecialchars(APP_URL); ?></loc></url>
  <url><loc><?php echo htmlspecialchars(APP_URL . '/companies.php'); ?></loc></url>
  <!-- Add company pages dynamically if desired -->
</urlset>