<?xml version="1.0" encoding="UTF-8"?>
<!-- Yayın adresi belli olunca tüm "https://DOMAIN_ADRESI" kısımlarını gerçek adresle değiştir -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://DOMAIN_ADRESI/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://DOMAIN_ADRESI/programlar.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://DOMAIN_ADRESI/hakkimizda.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://DOMAIN_ADRESI/iletisim.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
