Skip to main content
Link Debt quantifies link health as a 0–1 score. Broken and unresolved links dominate the score because they are objective defects; external links are not bad by default but make a document fragile when over-represented. Every link in the AST is bucketed by destination:
  • Internal anchor.
  • Relative repository file.
  • Absolute same-repo URL.
  • External.
  • Issue / PR.
  • Bare URL.
  • Image target.
  • Broken / unresolved.

Companion scores

  • Information Scent Score rewards descriptive link text, resolved relative links, working anchors, and a reference section when the doc is citation-heavy.
  • Link Review Burden0.3·L_int + 0.8·L_rel + 1.0·L_ext + 2.5·L_broken + 0.5·L_footnote — is the cost-per-PR signal used in diff reporting.

Bands

References

  • Pirolli, P. & Card, S. (1999). Information Foraging. Psychological Review 106(4): 643–675 — origin of the “information scent” companion score. DOI.
  • Spool, J. M., Schroeder, W., Scanlon, T. & Snyder, C. (1998). Web site usability: A designer’s guide. Morgan Kaufmann — empirical evidence for descriptive link text and resolved-anchor weighting.
  • Nielsen, J. (1996). Top ten mistakes in web design. Nielsen Norman Group — broken-link prevalence as the dominant link-debt term. Article.

See also