<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://[domain]/</loc>
    <lastmod>2024-06-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://[domain]/cookies</loc>
    <lastmod>2024-06-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://[domain]/accessibility</loc>
    <lastmod>2024-06-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://[domain]/privacy</loc>
    <lastmod>2024-06-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://[domain]/sitemap</loc>
    <lastmod>2024-06-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://[domain]/404</loc>
    <lastmod>2024-06-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>
</urlset>

<!-- 
  Be sure to update this file with your own links, and keep it up to date as you add new pages to your site.

  An XML sitemap is a file that contains the website’s structure, 
  showing the pages and posts on a website and how they are connected. 
  It helps search engines find, crawl, and index the content on a website 
  and identify the most important pages. 
  It is also a diagrammatic representation of a hierarchical system that depicts 
  the parent-sibling relationship between pages. 
  XML sitemaps are designed primarily for search engine crawlers. 
  XML sitemaps are the most common type of sitemap and contain all URLs within the site, 
  helping crawlers discover and index important pages more quickly. 
  To optimize the website indexing process, provide additional information for each URL, 
  such as the update frequency and content priority.

    Visit: https://sitemaps.org/protocol.html for more information on the 
    sitemap protocol and how to generate sitemap.xml files.
 -->