TECHNICAL GUIDE

Implementation Guide

Adopt the Living Knowledge Protocol in just a few steps.

Reference Implementation LKP 1.0

This guide itself follows the LKP-0003 metadata specification.

JSON-LD Ready
Machine Readable
Step-by-Step

Getting Started

The Living Knowledge Protocol has been designed to be simple to implement. A basic implementation can be completed in a few minutes, while a complete implementation adds metadata and documentation designed for interoperability with search engines and artificial intelligence systems, as tooling adopts the standard schema.org block described in LKP-0003.

Minimum Implementation

Step Status Action
Read LKP-0001 REQUIRED Understand the core principles.
Publish the Badge RECOMMENDED Display the official LKP badge on your site.
Add JSON-LD REQUIRED Implement the LKP-0003 metadata schema.
Create lkp.json RECOMMENDED Add a manifest file to your root directory.
Publish Sources REQUIRED Ensure all major claims have traceable sources.

Official Badge Integration

Display your commitment to Living Knowledge with this discrete and professional integration snippet.

<!-- LKP Badge Integration (Compact) -->
<div style="text-align: center; margin: 1.5rem 0;">
    <a href="https://livingknowledgeprotocol.org" 
       target="_blank" 
       rel="noopener" 
       style="display: inline-block; transition: transform 0.2s ease; text-decoration: none;">
        <img src="https://livingknowledgeprotocol.org/assets/badges/lkp-l1-dark.png" 
             alt="LKP Level 1 Compliant" 
             style="width: 160px; height: auto; display: block; filter: saturate(0.8);">
        <span style="display: block; font-size: 0.7rem; color: #888; margin-top: 2px; font-family: sans-serif; letter-spacing: 0.05em; text-transform: uppercase;">
            Committed to <strong>LKP</strong>
        </span>
    </a>
</div>

Note: Replace lkp-l1-dark.png with the appropriate badge for your level and theme. See Downloads for all options.

Technical Metadata (LKP-0003)

Every implementation **MUST** expose machine-readable metadata. Copy and adapt the following JSON-LD snippet into your <head>:

<script type="application/ld+json">
{
  "@context": "https://livingknowledgeprotocol.org/ns/",
  "@type": "LivingDocument",
  "lkpVersion": "1.0",
  "status": "Living",
  "datePublished": "2026-01-01",
  "dateModified": "2026-09-13",
  "conformance": [
    "https://livingknowledgeprotocol.org/principles/living-site",
    "https://livingknowledgeprotocol.org/principles/transparency"
  ]
}
</script>

Implementation Levels

Level Description Badge
Level 1 Official badge and public commitment to the Charter. LKP L1
Level 2 Metadata (LKP-0003) and discovery files (lkp.json). LKP L2
Level 3 Complete implementation including structured sources and history. LKP L3
Level 4 Validated implementation with structured sources and a documented revision history, checked automatically for structural compliance (not for factual accuracy). LKP L4

Next Steps

After implementing the protocol, consult the Registry, download the latest resources at Downloads and validate your implementation using the official Validator.

Knowledge is progressing. The Real remains.