<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, one per edition, written out rather than generated. This file was
  briefly a Liquid template reading _data/languages.yml, which cost it a valid
  XML prolog (front matter is not XML, and every validator says so) for the
  sake of eight repeated lines. Two of those lines are the whole site.

  Each <url> repeats the FULL set of alternates, itself included: hreflang is
  reciprocal, and a URL that lists only its translations gets the pair dropped
  rather than merged. The same set is declared in the pages' <head> - see the
  hreflang block in _includes/page.html - and the two have to agree. That is
  the one thing to check here after touching either.

  Bump <lastmod> when the content changes materially. A third language means a
  third <url> and a fourth line inside each of the others.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://azimcankuruca.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://azimcankuruca.com/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://azimcankuruca.com/"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://azimcankuruca.com/tr/"/>
    <lastmod>2026-08-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://azimcankuruca.com/tr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://azimcankuruca.com/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://azimcankuruca.com/"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://azimcankuruca.com/tr/"/>
    <lastmod>2026-08-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
