Sitemap Quality Audit

Hello there! 👋

If you're reading this, you might have been guided here by the Knowledge Hub or are just exploring the Insight Goat AI Help Center. Either way, welcome!

What is a Sitemap Quality Audit?

The Sitemap Quality Audit is a crucial process at Insight Goat AI to ensure that your website's sitemap is optimized before training your AI agent. Think of it as a health check to make sure your sitemap is ready for smooth and efficient agent training.

Why is it important?

A well-structured sitemap helps our system understand your site better, leading to more accurate AI training and enhanced responses.

What should you do?

Make sure your sitemap supports both the loc tag and has a properly functioning lastmod tag, which reflects the last update to each page. Here's an example of a valid format:

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://insightgoat.ai/</loc>
        <lastmod>05/25/2024</lastmod>
    </url>
    
    <url>
        <loc>https://insightgoat.ai/pricing</loc>
        <lastmod>05/16/2024</lastmod>
    </url>
    
</url>

If your sitemap follows this format, congrats! 🎉 Your sitemap will pass the Sitemap Quality Audit.

Remember, a healthy sitemap is key to helping your AI provide the best support to your website visitors.

Last updated