SiteForge

XML Sitemap Generator

Generate an XML sitemap to help search engines discover your content.

Configure Sitemap
Add URLs and set properties for your sitemap.

This is the base URL of your website.

URL 1

Generated Sitemap
Copy and save this as sitemap.xml in your root directory.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <lastmod>2023-07-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
How to Use
Follow these steps to implement your sitemap.
  1. Copy the generated XML sitemap content.
  2. Create a new file named "sitemap.xml".
  3. Paste the content into the file.
  4. Upload the file to your website's root directory.
  5. Verify it's accessible at https://yourdomain.com/sitemap.xml.
  6. Add the sitemap URL to your robots.txt file:
    Sitemap: https://yourdomain.com/sitemap.xml
  7. Submit your sitemap to Google Search Console and Bing Webmaster Tools.