Check if your sitemap is accessible, contains valid URLs, and has no errors
This only checks sitemap.xml. For a comprehensive analysis, use the full page check.
You can also audit your entire site. Duplicate titles and descriptions, orphan pages, broken links between sections, and other site-wide issues can only be found with a full site audit.
If you don't have an SEO specialist, we can help fix the errors found.
Sitemap.xml is an XML file that contains a list of all site pages intended for indexing. Google uses the sitemap to discover and index all important pages faster.
Minimum correct sitemap.xml file:
<?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>