Internal broken links
Detects internal links pointing to non-existing pages (404).
¿Por qué importa esto?
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.
¿Cómo se soluciona?
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.
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
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.
Ejemplo
Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.
<!-- 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/