Internal vs External Links: What They Do and How They Break
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:
- Navigation for people. Menus, breadcrumbs, related-article blocks, in-text references — the paths a visitor actually follows.
- Discovery for crawlers. Search engines find your pages by following links from pages they already know. A page with no internal links pointing at it — an orphan page — may simply never be indexed.
- Authority distribution. Ranking strength flows through links. Linking heavily to a page from across your site tells search engines it matters; important pages buried five clicks deep tell the opposite story.
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:
rel="nofollow"— "don't treat this as my endorsement." For links you can't vouch for.rel="sponsored"— for paid placements and affiliate links. Using it honestly keeps you on the right side of Google's link-scheme rules.rel="ugc"— for user-generated content: comments, forum posts.
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 links | External (outbound) | Backlinks (inbound) | |
|---|---|---|---|
| Points | Your page → your page | Your page → other domain | Other domain → your page |
| Main job | Navigation, crawl paths, authority flow | Citations, user value, credibility | Ranking authority |
| Who breaks it | Only you | The other site | You (by killing the target URL) |
| Fix | Correct at source; 301 for moved pages | Replace, archive link, or remove | 301 the dead URL to living content |
| Routine | Zero tolerance — fix on sight | Periodic scans; rot is continuous | Monthly Search Console 404 review |
One maintenance routine that covers all three
- 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.
- 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.
- 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.
- Never move content without a 301. The single habit that protects internal links and backlinks at once.