Back to Glossary
    SEO & Web

    XML Sitemap

    A file that lists all important URLs on a website, helping search engines discover and index content efficiently.

    What is an XML Sitemap?

    An XML sitemap is a file (usually sitemap.xml) that lists the URLs of a website along with metadata like last modification date, change frequency, and priority. It helps search engines discover, crawl, and index your pages more efficiently.

    Sitemap Structure

    xml
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
      <url>
        <loc>https://example.com/page</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
      </url>
    </urlset>

    Best Practices

    Include all important pages — Don't list pages you don't want indexed
    Keep it updated — Regenerate when content changes
    Use sitemap index — For sites with 50,000+ URLs
    Submit to search engines — Via Google Search Console and Bing Webmaster Tools
    Reference in robots.txt — Add the sitemap URL to your robots.txt file

    Sitemap Tools

    SiteSupport offers several free sitemap tools including a generator, validator, URL extractor, and analytics tool.

    Related Terms

    Related Tools

    Related Articles

    Want AI-powered customer support?

    Deploy a custom AI chatbot trained on your website in minutes.