Technique

Sitemap.xml

Checks if a valid XML sitemap is present.

Pourquoi est-ce important ?

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.

Comment le corriger ?

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.

Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.

Questions fréquentes

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.

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.

<?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>
Essai gratuit