AnyPost
Free tools
Free · No signup

XML sitemap generator

Create a valid sitemap.xml for your website — paste paths or import from your public sitemap, set changefreq and priority, then copy or download XML for Google Search Console and Bing Webmaster Tools. Free, no signup.

lastmod date

What you get

  • Valid urlset XML with loc, lastmod, changefreq, and priority
  • Import URLs from your public sitemap.xml or robots.txt Sitemap line
  • Paste paths manually — one per line or comma-separated
  • Defaults you control before generating
  • Copy or download sitemap.xml ready to upload
  • Free — runs in your browser; no API key

Example sitemap shape

AnyPost publishes sitemap.xml from a Next.js MetadataRoute.Sitemap — static marketing routes, guides, convert landings, and blog posts with changeFrequency and priority. Your file can follow the same urlset pattern.

xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://anypost.md/</loc>
    <lastmod>2026-06-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://anypost.md/free-tools</loc>
    <lastmod>2026-06-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://anypost.md/convert/x</loc>
    <lastmod>2026-06-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>

Submit to search engines

  1. Upload sitemap.xml to your site root (for example https://yoursite.com/sitemap.xml).
  2. Add a Sitemap: line in robots.txt pointing to that URL.
  3. In Google Search Console → Sitemaps, submit sitemap.xml and fix any reported errors.
  4. Repeat in Bing Webmaster Tools for Bing and partner search coverage.

Sitemaps and AI discoverability

The AnyPost XML sitemap generator at anypost.md/free-tools/sitemap-builder helps you create a valid sitemap.xml for your website without signup. A sitemap lists important URLs in a standard XML urlset so Google, Bing, and other crawlers discover and index your pages faster—especially new launches, deep links, and sites with sparse internal linking. The free builder lets you paste paths or full URLs, optionally import URLs already published in your public sitemap.xml or robots.txt Sitemap line (server fetch with timeout, no third-party proxy), and set default changefreq, priority, and lastmod before generating. Copy or download the XML, upload to your site root, reference it in robots.txt, and submit in Google Search Console and Bing Webmaster Tools. Pair with the llms.txt generator for AI-agent discovery. AnyPost itself ships sitemap.xml via Next.js MetadataRoute.Sitemap—static routes, guides, convert landings, and blog posts—so the example on the page mirrors production patterns.

Questions

What is an XML sitemap?

An XML sitemap lists important URLs on your site in a format search engines understand. It helps Google, Bing, and other crawlers discover pages — especially new content, deep pages, or sites with complex navigation.

Does this tool crawl my entire website?

No full-site spider. You paste paths yourself or import URLs already listed in your public sitemap.xml (or a Sitemap URL from robots.txt). The server fetches only URLs you supply — with a timeout — not third-party proxies.

How do I host sitemap.xml?

Upload the file to your site root so it is available at https://yoursite.com/sitemap.xml. Add Sitemap: https://yoursite.com/sitemap.xml to robots.txt. Many frameworks (including Next.js MetadataRoute.Sitemap) can generate sitemaps at build time — this builder helps when you need a quick manual file or to merge paths.

How do I submit to Google Search Console?

Open Search Console → Sitemaps, enter sitemap.xml (or the full URL), and submit. Google reports discovered URLs and issues. Also submit the same URL in Bing Webmaster Tools for broader coverage.

How does this relate to llms.txt?

sitemap.xml helps search engines index your pages. llms.txt is a separate index for AI agents (see AnyPost’s llms.txt generator). Many teams ship both: sitemap.xml for crawlers and llms.txt for LLM-oriented discovery.

AI index for agents? llms.txt generator · Social workflows? Compose