<?xml version="1.0" encoding="UTF-8"?>
<!--
    ai-agents.marketing - the public marketing pages, and nothing else.

    TWO URLS, ON PURPOSE. This site is an application behind a sign-in plus one public lead magnet.
    A sitemap is a list of pages worth indexing, not a list of files that answer 200, and every
    other .html in the web root is one of two things that must never be in it:

      * a signed-in app page (studio-*.html, templates.html, user-settings.html, app.html,
        schedule-manager.html, rag-engine-connect.html, workflow-*.html, seo-*.html and the rest).
        They are shells: without a session they render a sign-in redirect and nothing else, so an
        indexed one is an empty result in somebody's search.
      * a share link under /p/<token>. Those carry a named prospect's job advert and their
        employer's figures. api/blueprint.php already answers them with
        X-Robots-Tag: noindex, nofollow, noarchive and a matching meta tag; robots.txt disallows
        the prefix as well, and this file is the third place that says so.

    THERE USED TO BE A THIRD. /blog/ was a blog index advertising seven articles and six category
    pages that did not exist - thirteen internal links, every one a 404 - under headlines nobody
    wrote. It is deleted from the build rather than filled in with writing nobody did, and it is
    not disallowed in robots.txt either: a rule about a page that does not exist is the same
    fiction in a different file. See tools/patches/30-remove-placeholder-blog.py.

    The dates are the release the page last changed in, not the build date: a lastmod that moves on
    every deploy teaches a crawler to ignore it.

    Kept by hand and asserted by tests/blueprint/test_blueprint_site.php, which fails if a page in
    here is missing from the build, if a public page is missing from here, or if anything that
    needs a session appears at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://ai-agents.marketing/</loc>
        <lastmod>2026-09-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://ai-agents.marketing/blueprint.html</loc>
        <lastmod>2026-09-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
</urlset>
