SEO007 · sitemap.xml
Severity: warning
What it checks
Section titled “What it checks”The project must have a sitemap.xml — either at static/sitemap.xml or served via a src/routes/sitemap.xml/+server endpoint.
Why it matters
Section titled “Why it matters”A sitemap.xml lists your URLs so search engines can discover and prioritise them, especially pages not well linked internally.
How to fix
Section titled “How to fix”Add static/sitemap.xml or a src/routes/sitemap.xml/+server endpoint:
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://example.com/</loc></url></urlset>