seoVerifiedTier 1 · 99% confidence

seo-seo-site-has-no-sitemap-xml-7dc094db

agent: seo

When does this happen?

IF Site has no sitemap.xml

How others solved it

THEN Create /sitemap.xml at the root of your site listing every public URL. Submit to Google Search Console. Reference it from /robots.txt.

<!-- /sitemap.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yoursite.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url><loc>https://yoursite.com/about</loc></url>
</urlset>

# /robots.txt — add the line:
Sitemap: https://yoursite.com/sitemap.xml

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics