Technique

Internal broken links

Detects internal links pointing to non-existing pages (404).

Pourquoi est-ce important ?

Broken links disrupt user experience and waste crawl budget. Google follows links leading to 404 pages and may see that as a sign of poor site quality.

Comment le corriger ?

Regularly scan your website for broken links. Fix them by using the correct URL or setting up a redirect. Remove links to pages that have been permanently deleted.

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

Detects internal links pointing to non-existing pages (404).

Broken links disrupt user experience and waste crawl budget. Google follows links leading to 404 pages and may see that as a sign of poor site quality.

Regularly scan your website for broken links. Fix them by using the correct URL or setting up a redirect. Remove links to pages that have been permanently deleted.

Exemple

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

<!-- Always use absolute paths or slash-relative URLs -->
<a href="/seo-audit-tool/">SEO Audit Tool</a>
<a href="/blog/seo-tips-2026/">SEO Tips 2026</a>
<a href="/about/">About YourBrand</a>

<!-- Check after deleting or renaming pages -->
<!-- Set up 301 redirects for removed pages: -->
Redirect 301 /old-page/ https://www.yourdomain.com/new-page/
Essai gratuit