<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap covering the entry points a crawler cannot otherwise discover,
  because the navigation is rendered client-side and crawlers do not run the
  React bundle reliably.

  Only real routes are listed. The Maç / Kulüp / Kişi / Takım / Gündem panes
  are tabs on the home page, not separate URLs — the routed pages under those
  sections are per-item (/kulup/:slug, /mac/:slug and so on), of which there
  will be thousands and the set changes daily.

  Those content URLs need a sitemap generated by the backend from the database
  and served at something like /sitemap-icerik.xml, referenced from robots.txt
  alongside this file. Worth doing once there is real content to index; this
  file is the baseline that gets the site itself into the index.

  lastmod dates should be bumped when the corresponding page actually changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://uckornerbirpenalti.com/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://uckornerbirpenalti.com/akis</loc>
    <changefreq>hourly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://uckornerbirpenalti.com/istatistikler</loc>
    <changefreq>daily</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://uckornerbirpenalti.com/iletisim</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://uckornerbirpenalti.com/kullanim-kosullari</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://uckornerbirpenalti.com/gizlilik-politikasi</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://uckornerbirpenalti.com/cerez-politikasi</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>