Skip to main content
Back to Dev generators

Dev

Générateur de sitemap XML fictif

A mock sitemap XML generator produces example XML sitemaps for learning, testing, and documentation. A sitemap lists a site's pages to help search engines discover and crawl them, using a specific XML format of url entries with a location, change frequency, and priority. This tool emits a valid sitemap with several URLs and their metadata. Click generate and copy it into a file or a tutorial. It is ideal for learning the sitemap format, documenting site structure, and testing a parser. The XML follows the sitemaps.org schema, so it shows how each url entry is structured with a loc, changefreq, and priority. A real sitemap should list your actual pages and be kept up to date, and is usually referenced from robots.txt and submitted to search consoles. Adapt the domain and paths to your own site, and generate the real sitemap from your pages rather than by hand.

Read the complete guide — 4 min read

How to use

  1. Choose your options above
  2. Click Generate
  3. Copy your result

Detailed instructions

  1. Click Generate to produce a sitemap.
  2. Copy the XML into a file.
  3. Adapt the domain and paths.
  4. Generate the real sitemap from your pages.

Use Cases

  • Learning the XML sitemap format
  • Documenting site structure
  • Testing a sitemap parser
  • Seeding an example sitemap
  • Demoing SEO setup

Tips

  • Follow the sitemaps.org schema.
  • changefreq and priority are hints.
  • Reference the sitemap from robots.txt.
  • Keep a real sitemap up to date.

FAQ

what is an XML sitemap

An XML sitemap lists a website's pages to help search engines discover and crawl them. Each entry includes the page URL and optional metadata like how often it changes and its relative priority, following the sitemaps.org schema.

what do changefreq and priority do

They are hints to crawlers — changefreq suggests how often a page updates, and priority indicates its relative importance on your site. Search engines treat them as suggestions rather than rules, so accuracy helps but is not strictly enforced.

how should i generate a real sitemap

From your actual pages, kept up to date as the site changes — most frameworks and CMSs can produce one automatically. Reference it from robots.txt and submit it to search consoles. Hand-writing a sitemap is error-prone for a real site.

How many URLs can one sitemap contain?

A single sitemap is capped at 50,000 URLs and 50 MB uncompressed; beyond that you split into multiple sitemaps and list them in a sitemap index file. The generator produces standards-compliant example sitemaps so you can test parsers and crawlers; for a real large site, generate several files under the limit and reference them from an index.

Where do I submit my sitemap?

Reference it in your robots.txt (Sitemap: https://example.com/sitemap.xml) and submit it directly in Google Search Console and Bing Webmaster Tools so the engines discover and recrawl it. The generator creates example sitemaps for testing your generation and parsing logic; once you produce the real one for your live URLs, those submission steps get it in front of search engines.

You might also like

Popular tools from other categories that share themes with this one.

Try these next

More free tools from other corners of the catalog, picked by shared themes.