<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!--
    Each <url> tag contains information about a single URL on your website.
    You should replace the example URLs and details with your own website's pages.
    -->

    <!-- Example entry for the homepage -->
    <url>
        <!-- The <loc> tag specifies the full URL of the page. This is the only required tag. -->
        <loc>https://www.sarkisozuara.com/</loc>
        
        <!--
        The <lastmod> tag indicates the date the page was last modified.
        Use YYYY-MM-DD format. Search engines use this to know if the content has changed.
        -->
        <lastmod>2025-08-07</lastmod>
        
        <!--
        The <changefreq> tag suggests how frequently the page's content is likely to change.
        Valid values: always, hourly, daily, weekly, monthly, yearly, never.
        -->
        <changefreq>monthly</changefreq>
        
        <!--
        The <priority> tag gives a value between 0.0 and 1.0, indicating the page's priority
        relative to other pages on your site. The homepage often has the highest priority.
        -->
        <priority>1.0</priority>
    </url>

</urlset>
