🗺️ Sitemap.xml Generator
Generate an XML sitemap from a list of URLs. Add priority, change frequency, and last-modified date. Download the sitemap.xml file. Free online sitemap generator.
How to Use
1
Enter your URLs
Paste your URLs, one per line, into the input area. Add optional lastmod, changefreq, and priority.
2
Configure options
Set the change frequency (daily, weekly, etc.) and priority (0.0–1.0) for all URLs at once.
3
Download your sitemap
Click Generate, then Download XML to get your sitemap.xml file, ready to submit to Google Search Console.
Frequently Asked Questions
What is a sitemap.xml?
A sitemap.xml is an XML file that lists all the URLs of your website. It helps search engines like Google discover and crawl your pages more efficiently, especially new pages or pages not linked from elsewhere.
How do I submit a sitemap to Google?
Go to Google Search Console → Sitemaps → enter your sitemap URL (e.g. https://example.com/sitemap.xml) → Submit. Google will then crawl the URLs listed in your sitemap.
What is changefreq and should I use it?
changefreq hints how often the page content changes (always, hourly, daily, weekly, monthly, yearly, never). Google states they use it as a hint, not a directive. Daily for blogs, weekly for product pages, monthly for static content is a common practice.
What is the priority field in sitemap.xml?
Priority (0.0 to 1.0) indicates the relative importance of pages within your site. The default is 0.5. Set homepage to 1.0, main category pages to 0.8, and individual posts/products to 0.6. Google has stated it largely ignores this field.
How many URLs can a sitemap contain?
A single sitemap file can contain up to 50,000 URLs and must be under 50MB. For larger sites, use a sitemap index file that references multiple sitemap files.
Guía: Generador de Sitemaps XML
¿Qué es?
Un sitemap XML lista todas las URLs de tu sitio para ayudar a los buscadores a descubrirlas. Especialmente útil para sitios nuevos, grandes, o con contenido dinámico JavaScript.
Cómo usar
- Ingresa las URLs (una por línea).
- Configura metadatos: frecuencia de cambio y prioridad.
- Sube
sitemap.xmla la raíz y regístralo en Google Search Console.
Consejos
- Máximo 50.000 URLs y 50MB por sitemap — divide sitios grandes.
- Añade
Sitemap: https://tudominio.com/sitemap.xmlen robots.txt. lastmodayuda a Google a priorizar el recrawl de páginas actualizadas.