<!-- Place this in the root directory to help search engines index all pages. -->
<!-- sitemap.xml

This file includes URLs for all main pages, with priority and last modified dates that can be updated as needed. -->

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Home Page -->
    <url>
        <loc>https://www.consulting.kyakabi.com/index.php</loc>
        <lastmod>2024-01-01</lastmod>
        <priority>1.0</priority>
    </url>

    <!-- Services Page -->
    <url>
        <loc>https://www.consulting.kyakabi.com/services.php</loc>
        <lastmod>2024-01-01</lastmod>
        <priority>0.8</priority>
    </url>

    <!-- Portfolio Page -->
    <url>
        <loc>https://www.consulting.kyakabi.com/portfolio.php</loc>
        <lastmod>2024-01-01</lastmod>
        <priority>0.8</priority>
    </url>

    <!-- Contacts Page -->
    <url>
        <loc>https://www.consulting.kyakabi.com/contacts.php</loc>
        <lastmod>2024-01-01</lastmod>
        <priority>0.6</priority>
    </url>

    <!-- Additional URLs -->
    <!-- Add any additional URLs here as needed -->

</urlset>

<!-- Update: Change https://www.consulting.kyakabi.com to your actual domain.

lastmod: Set the date to reflect the most recent update for each page.

priority: Adjust priority based on the importance of each page, with 1.0 being the highest. -->