No reachable sitemap.xml. Publish one and reference it in robots.txt.
Remediation
Failing: sitemap.present
sitemap.presentmediumauto-fix available
Generated fix
Generated fixnew file→ https://store.steampowered.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://store.steampowered.com/</loc>
<lastmod>2026-09-03</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://store.steampowered.com/sitemap.xml- ›Save as `/sitemap.xml` at the apex.
- ›Reference it from your robots.txt with: `Sitemap: https://store.steampowered.com/sitemap.xml`
- ›Most static-site generators emit a sitemap automatically, so prefer that over hand-maintaining this file.
Why and how