<?xml version="1.0" encoding="UTF-8"?>
<!--
    Static sitemap. Only the stable, indexable, content-anchor URLs.

    Patent-detail pages (/patents/:n) are content-rich and indexable but
    DELIBERATELY OMITTED from the sitemap, the surface is infinite
    (millions of EPO publication numbers) and would balloon the file
    without giving Google anything it can't already discover via links from
    Home + search results. The /search route is parameterised + noindex and
    has no sitemap entry on principle.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://search.designyourinvention.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://search.designyourinvention.com/about</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>
