sitemap.xml reachable but not referenced from robots.txt, so agents may miss it.
Remediation
Warning: sitemap.present
sitemap.presentmediumauto-fix available
Generated fix
Generated fixnew file→ https://sendgrid.com/sitemap.xml
AgentSpeed couldn't find a sitemap.xml. Even a one-URL sitemap referencing the homepage is a strong signal: agents and search engines use it to find canonical content faster than walking links.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sendgrid.com/</loc>
<lastmod>2026-08-31</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<!-- Add one <url> entry per important canonical page below.
Generators in most static-site frameworks (Next.js, Hugo, Astro) emit
this automatically; check your framework's docs before maintaining
this file by hand. -->
</urlset>
save as
https://sendgrid.com/sitemap.xml- ›Save as `/sitemap.xml` at the apex.
- ›Reference it from your robots.txt with: `Sitemap: https://sendgrid.com/sitemap.xml`
- ›Most static-site generators emit a sitemap automatically, so prefer that over hand-maintaining this file.
Why and how