Técnico

Sitemap.xml

Checks if a valid XML sitemap is present.

¿Por qué importa esto?

An XML sitemap helps search engines discover all pages on your website, including pages that are otherwise hard to find via internal links. It speeds up indexing of new and updated content.

¿Cómo se soluciona?

Generate a sitemap.xml and upload it to /sitemap.xml. Submit it via Google Search Console. Update it automatically when new content is added. Mention it in your robots.txt.

Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.

Preguntas frecuentes

Checks if a valid XML sitemap is present.

An XML sitemap helps search engines discover all pages on your website, including pages that are otherwise hard to find via internal links. It speeds up indexing of new and updated content.

Generate a sitemap.xml and upload it to /sitemap.xml. Submit it via Google Search Console. Update it automatically when new content is added. Mention it in your robots.txt.

Ejemplo

Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://www.yourdomain.com/</loc>
        <lastmod>2026-03-14</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://www.yourdomain.com/seo-audit-tool/</loc>
        <lastmod>2026-03-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
</urlset>
Empezar gratis