<?xml version="1.0" encoding="UTF-8"?>
<!--
  foodgrader.com previously returned 404 for /sitemap.xml.
  This is a single-page brochure site with no client-side router
  (not_found_handling is deliberately "none"), so the sitemap lists only the
  one real URL. Adding fake section URLs like /#features would be worse than
  useless: fragment URLs are not separate documents to a crawler.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://foodgrader.com/</loc>
    <lastmod>2026-08-17T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
