<?xml version="1.0" encoding="UTF-8"?>
<!--
    Four URLs, and the omission is deliberate: /denis-orlov-cv.pdf is the same file at an
    older path, kept alive because it sits in about fifteen recruiters' notes. It stays
    reachable and stays out of here, so the two paths do not compete as duplicates.

    Google indexes PDF, and it indexes plain text by Content-Type — /resume.md and
    /llms.txt are served as text/plain by vercel.json, which is what makes them eligible.
-->
<urlset
        xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <url>
        <loc>https://orlov.pw/</loc>
        <lastmod>2026-08-20</lastmod>
    </url>
    <url>
        <loc>https://orlov.pw/resume.md</loc>
        <lastmod>2026-08-20</lastmod>
    </url>
    <url>
        <loc>https://orlov.pw/Denis_Orlov_resume.pdf</loc>
        <lastmod>2026-08-20</lastmod>
    </url>
    <url>
        <loc>https://orlov.pw/llms.txt</loc>
        <lastmod>2026-08-20</lastmod>
    </url>
</urlset>
