describedby
Describedby is a link relation type used in web documents to indicate that the linked resource provides a description of the resource that contains the link. It is registered in the IANA Link Relation Types registry and is recognized in standards governing HTML link elements and HTTP link headers.
Semantics: When a document includes a link with rel="describedby", the target describes the subject resource. The
Examples: In an HTML document, a head element might include: <link rel="describedby" href="https://example.org/resource-description.jsonld" />. In an HTTP
Rationale and interoperability: The describedby relation supports metadata extraction, accessibility enhancements, and data interlinking by providing
Notes: The usefulness of describedby depends on the availability and quality of the linked description document