Técnico

External broken links

Detects external links pointing to unreachable pages.

¿Por qué importa esto?

External broken links harm user experience. They also send an indirect negative signal to Google: if you link to poor sources, it can affect your own credibility.

¿Cómo se soluciona?

Regularly check your external links. Remove or replace links to disappeared pages. Consider using archive.org if the original source has gone.

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 external links pointing to unreachable pages.

External broken links harm user experience. They also send an indirect negative signal to Google: if you link to poor sources, it can affect your own credibility.

Regularly check your external links. Remove or replace links to disappeared pages. Consider using archive.org if the original source has gone.

Ejemplo

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

<!-- External links: always use target="_blank" + rel="noopener noreferrer" -->
<a
    href="https://developers.google.com/search/docs"
    target="_blank"
    rel="noopener noreferrer"
>Google Search documentation</a>

<!-- Check external links every 3 months -->
<!-- Use tools like Screaming Frog or Ahrefs -->
<!-- Replace dead links with archive.org versions -->
Empezar gratis