Some internal links point to pages returning 4xx or 5xx errors, leading users and crawlers to broken destinations.
By Seoxpert Editorial · Published
Internal links to broken pages waste crawl budget, dilute link equity, and frustrate users with 404 or error pages. Search engines may downgrade sites with significant dead-end navigation, harming SEO and user trust. This issue highlights which source pages need their links corrected.
Unresolved, this issue can reduce SEO performance and degrade user experience due to dead-end navigation.
An automated crawler checks each internal link and flags those pointing to URLs that return 4xx or 5xx HTTP status codes.
Broken internal link (problem)
<a href="/docs/nodes/ai-agent">AI Agent Documentation</a> <!-- /docs/nodes/ai-agent returns 404 -->Fixed by updating to correct destination
<a href="/docs/nodes/ai-agent-v2">AI Agent Documentation</a> <!-- /docs/nodes/ai-agent-v2 is live -->Fixed by redirecting broken target (Apache .htaccess)
Redirect 301 /docs/nodes/ai-agent /docs/nodes/ai-agent-v2Update all source links to point to the most relevant existing page, or remove the links if no replacement exists.
Fixing the source link is best for SEO and user experience, but a 301 redirect is a good backup if you can't update all links immediately.
Regularly audit your site for broken links, especially after content updates or site restructures.
Both are negative, but 5xx errors may indicate server issues while 4xx errors usually mean the content is missing or moved.
Run a scan to see if Internal Links Point to Broken (4xx/5xx) Pages affects your pages.
Scan my website →