# Sitemap Generator

> Generate a clean XML sitemap for your website in seconds.

URL: https://uttir.com/sitemap-generator
Categories: seo-tools, developer-tools
Privacy: Your URLs are processed locally in your browser and never sent to a server.

## About

A sitemap.xml file tells search engines which pages exist on your site, when they were last updated, and how often they change. It is one of the fastest wins for helping Google discover your content.

Paste your URLs — one per line — and this generator produces a valid XML sitemap you can save and upload to your server, then submit through Google Search Console.

## How to use

1. **Paste your URLs** — One URL per line, starting with https://. Only http(s) URLs are accepted.
2. **Add optional metadata** — Set a global last-modified date, change frequency, and priority that apply to every URL.
3. **Copy and upload** — Copy the XML, save it as sitemap.xml, and upload it to the root of your domain.

## Examples

### A small site sitemap

Two URLs with defaults applied.

Input:

```
https://example.com/
https://example.com/about
```

Output:

```
A valid <urlset> document with a <url> entry for each page.
```

## FAQ

### Where do I upload the sitemap?

To the root of your domain as sitemap.xml, then submit the URL (for example https://yoursite.com/sitemap.xml) in Google Search Console.

### What does change frequency mean?

It hints to search engines how often a page changes — daily, weekly, monthly, and so on. It is a hint, not a directive.

### Is this valid for Bing too?

Yes. The sitemap protocol is a shared standard supported by Google, Bing, and other major search engines.

## Related tools

- [Meta Tag Generator](https://uttir.com/meta-tag-generator) — Generate title, meta description, canonical, Open Graph, and Twitter card tags as ready-to-paste HTML.
- [robots.txt Generator](https://uttir.com/robots-txt-generator) — Generate a valid robots.txt with allow and disallow rules, sitemaps, and AI crawler directives.
- [SERP Preview](https://uttir.com/serp-preview) — Preview how your page title and meta description will look in Google search results before you publish.
- [JSON-LD Schema Generator](https://uttir.com/json-ld-generator) — Generate valid schema.org JSON-LD structured data for articles, FAQs, organizations, and local businesses.

---

For the full HTML page with the live tool, visit https://uttir.com/sitemap-generator.
This file is the markdown rendering at https://uttir.com/sitemap-generator.md. See https://uttir.com/llms.txt for a site-wide summary.
