<?xml version="1.0" encoding="UTF-8"?>

<!--
  Kept by hand. Rules:
   - https + www only. These must match the rel=canonical the pages emit (App_Code/Canonical.cs),
     otherwise Google treats the sitemap URL and the canonical as two competing addresses.
   - Final URLs only: no redirects, no pages that error. /, /home.aspx and /resources/ are
     301/302 hops and deliberately absent; /blog.aspx is absent while it still throws a 500.
   - No <lastmod> unless it is a real modification date. A made-up or always-today value is
     worse than none, since Google learns to distrust the whole file.
-->

<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <!-- Landing page: the site root 301s here. -->
  <url>
    <loc>https://www.gokhanercan.com/about.aspx</loc>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.gokhanercan.com/publications.aspx</loc>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.gokhanercan.com/teaching.aspx</loc>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.gokhanercan.com/reading.aspx</loc>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://www.gokhanercan.com/recording.aspx</loc>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://www.gokhanercan.com/resources/wsquest.aspx</loc>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://www.gokhanercan.com/contact.aspx</loc>
    <priority>0.5</priority>
  </url>

  <!--
    Live and indexable (HTTP 200) but currently commented out of the top menu, so they are
    left out of the sitemap on purpose - submitting orphan pages invites Google to rank them
    ahead of the pages that are actually linked. Uncomment alongside the menu entry in
    UserControls/ucTopmenu.ascx if any of them should come back:

      https://www.gokhanercan.com/media.aspx
      https://www.gokhanercan.com/answering.aspx
      https://www.gokhanercan.com/listening.aspx
  -->

</urlset>
