<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs, one per tab.

  This used to list one. The tabs were #hash routes on a single page, and a
  search engine folds a fragment back into the document it belongs to, so
  there was genuinely nothing else to list - three quarters of the site was
  unaddressable as far as anything outside a browser was concerned.

  build_site.sh now emits a real document per tab (projects.html and the rest,
  served by Pages at /projects without a redirect), each carrying its own
  title, description and canonical. They are separate pages, so they are
  listed separately.

  The nav is a set of role="tab" buttons rather than links - that is the ARIA
  tablist pattern and it should stay one - which means these four entries are
  how a crawler finds the other three tabs at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kashfy.github.io/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kashfy.github.io/projects</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://kashfy.github.io/photography</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://kashfy.github.io/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
