Internal vs External Links: What They Do and How They Break

· 7 min read · Broken Link Checker team

An internal link connects two pages on the same website; an external link points from your site to a different domain. (Links from other domains to you are external too — usually called backlinks.) The distinction sounds trivial, but almost everything downstream differs: what each type does for search rankings, who controls whether it keeps working, and what the right maintenance routine looks like. Sites that treat all links the same end up over-polishing the ones that rarely break and ignoring the ones that always do.

Internal links: the site's skeleton

Internal links are how a website is more than a pile of pages. They do three jobs at once:

Anchor text carries meaning here too: internal anchors like "our pricing" or "the setup guide" describe the destination to both users and crawlers. Generic "click here" anchors waste that signal.

How internal links break: only by your own hand — a renamed slug, a deleted page, a migration without redirects, a typo. Which is good news: every broken internal link is 100% diagnosable and 100% fixable, today, by you (the playbook). There is no excuse for shipping them, and search engines are least forgiving of exactly this type, because it breaks their crawl paths through your site (why that costs rankings).

External links: the site's citations

Outbound external links place your content in the web's larger conversation — sources for claims, tools you recommend, further reading. Despite the folk belief that linking out "leaks SEO juice," well-chosen external links make content more useful and more credible; pages that cite real sources read as researched, and hoarding links helps nobody.

Three HTML attributes qualify how search engines should treat an outbound link:

Ordinary editorial citations need no attribute at all.

How external links break: constantly, and never by your hand. The target site reorganizes, its domain expires, the platform shuts down — link rot claims them on a schedule you don't control (38% of 2013's pages were gone by 2023). You can't prevent it; you can only detect it, which makes external links a monitoring problem where internal links are a discipline problem.

Backlinks: the external links you don't write

Links from other sites to yours are the strongest ranking signal you can earn — and they break too, in a way many owners never notice: you delete or rename a page, and every backlink the web ever pointed at it starts hitting a 404. The link exists on someone else's site; the corpse is on yours. Redirecting those dead URLs (link reclamation) recovers the lost value, and finding dead pages competitors' backlinks point to is the seed of broken link building.

The differences at a glance

Internal linksExternal (outbound)Backlinks (inbound)
PointsYour page → your pageYour page → other domainOther domain → your page
Main jobNavigation, crawl paths, authority flowCitations, user value, credibilityRanking authority
Who breaks itOnly youThe other siteYou (by killing the target URL)
FixCorrect at source; 301 for moved pagesReplace, archive link, or remove301 the dead URL to living content
RoutineZero tolerance — fix on sightPeriodic scans; rot is continuousMonthly Search Console 404 review

One maintenance routine that covers all three

  1. Scan pages where they live. A page-level check tests internal and external links together — open the page, run Broken Link Checker, and both types come back labeled with their status codes, redirects and bot-blocked links separated from real failures. New content gets scanned before publish; key pages, monthly.
  2. Treat the two red lists differently. Broken internal links: fix immediately at the source. Broken external links: replace with a live source or an archived snapshot — batch them, they're not emergencies.
  3. Watch the inbound side in Search Console. The "Not found (404)" report shows where other sites' links land on nothing; redirect anything with real inbound links.
  4. Never move content without a 301. The single habit that protects internal links and backlinks at once.

Both link types, one scan

Broken Link Checker tests every link on the page — internal and external — and labels each one honestly: valid, redirect, blocked, or broken.

Add to Chrome — it's free