External broken links
Detects external links pointing to unreachable pages.
Warum ist das wichtig?
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.
Wie beheben Sie es?
Regularly check your external links. Remove or replace links to disappeared pages. Consider using archive.org if the original source has gone.
Dieser Check bewertet von 0 bis 100. Unter 50 ist ein Fail, 50 bis 89 eine Warnung, 90 oder höher ist gut. Nach jedem Crawl sehen Sie die Note pro Seite im Report, mit einer kurzen Erklärung.
Häufige Fragen
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.
Beispiel
Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.
<!-- 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 -->