agentic‑readiness docs
/
Build one › Run a scan ›

DocsDiscoverabilityHTTP Link header

HTTP Link header

Relations declared in headers, readable without parsing the body.

adoption Web baselinetrend ► flatchecked on every pagechecks 5verified 2026-08-12
Set up HTTP Link header on your site How to send discovery relations in the HTTP response, and which relations agents actually read.
Free Set up Link headers

Why an agent cares

A Link header is the cheapest thing an agent can read: it arrives with the response and needs no HTML parse. A malformed field is worse than none, because a conforming parser drops the whole header rather than the bad part.

Adoption

Web baseline. Standard equipment on the web. Its absence is the exception rather than its presence.

Direction of travel: ► flat, as at .

RFC 8288 is standard HTTP machinery, used for canonical, preload and API pagination.

What we check

Absence is never a finding. Every check below runs only once linkHeaderPresent is true, so a site that has not adopted this is not assessed on it and appears in no report. 5 of these 5 can fail it. In a Lumar crawl these land on the page's own row.
CheckSeverityRaisesOn whose authority
linkHeaderMalformedSyntaxmediumconformance, usabilityspecification (RFC 8288)
linkHeaderMissingRelmediumconformance, usabilityspecification (RFC 8288)
linkHeaderInvalidUrimediumconformance, usabilityspecification (RFC 8288)
linkHeaderDuplicateRellowconformance, usabilityspecification (RFC 8288)
linkHeaderInvalidRellowconformance, usabilityspecification (RFC 8288)

Specifications

Last re-read against the published documents: .