Generador de Sitemap.xml
Crea un sitemap.xml válido a partir de una lista de URLs — copia o descarga.
Respuesta rápida: Generador de Sitemap.xml: crea un sitemap.xml válido a partir de una lista de URL; cópialo o descárgalo. Funciona íntegramente en tu navegador, gratis y sin registro.
Última actualización
Bueno saber
A sitemap is a discovery aid, not a ranking lever. It tells crawlers which URLs you consider canonical and worth visiting, which is most valuable for large sites, freshly launched pages, or content buried deep in the link graph. It does not force indexing — Google still decides page by page — so treat it as a hint rather than a guarantee.
Stay inside the format limits: a single sitemap holds at most 50,000 URLs and 50 MB uncompressed. Cross either boundary and you split the list into multiple files referenced from a sitemap index. List only URLs you actually want indexed — 200-status, canonical, non-blocked pages. Including redirects, 404s, or URLs disallowed in robots.txt just wastes crawl budget and muddies the signal.
Every URL should be absolute and match its canonical form exactly, including the scheme, the www choice and the trailing-slash convention. A sitemap that lists http:// or non-canonical variants sends contradictory signals against your canonical tags.
Once the file is live at your domain root, do two things: submit it in Google Search Console, and add a Sitemap: line to your robots.txt so every crawler finds it. After that, crawlers re-fetch it automatically whenever it changes — there's no need to resubmit on every edit.
Preguntas frecuentes
- ¿Es gratuito el generador de sitemaps?
- Sí, es gratuito sin registro.
- ¿Cuál es el número máximo de URLs?
- Un solo sitemap puede contener hasta 50,000 URLs y 50 MB. Para sitios más grandes, utiliza un índice de sitemaps.
- ¿Se suben mis URLs?
- No, el XML se genera en tu navegador.
- ¿Dónde debo alojar el sitemap?
- Guárdalo como /sitemap.xml en la raíz de tu dominio y haz referencia a él desde tu robots.txt con 'Sitemap: https://example.com/sitemap.xml'.
- ¿Google lo recogerá automáticamente?
- Envía una vez a través de Google Search Console; Google lo volverá a recoger siempre que el archivo cambie.