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.
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.
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 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>
sitemap.xml to your site root (for example https://yoursite.com/sitemap.xml).Sitemap: line in robots.txt pointing to that URL.sitemap.xml and fix any reported errors.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.
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.
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.
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.
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.
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