<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap.xml is a file that lists all the pages on a website that are available for crawling by search engines.
   It helps search engines discover and index your pages more efficiently.
   Each <url> entry contains the location of a page and optional metadata like lastmod, changefreq, and priority.
   - loc: The URL of the page
   - lastmod: The date the page was last modified (optional)
   - changefreq: How often the page is likely to change (optional)
   - priority: The priority of this URL relative to other URLs on the site (optional, 0.0 to 1.0)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage: The main entry point of the website -->
  <url>
    <loc>https://azerbaijan-evisa.org/</loc>
    <lastmod>2024-01-22</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://azerbaijan-evisa.org/application</loc>
    <lastmod>2024-01-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://azerbaijan-evisa.org/about</loc>
    <lastmod>2024-01-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://azerbaijan-evisa.org/contact</loc>
    <lastmod>2024-01-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>