Errors
Missing frontmatter, invalid YAML, and missing type block conformance.
OKF v0.1 checks
Validate Markdown concepts against the minimal OKF v0.1 conformance rules.
Missing type fields are errors. Broken internal links are warnings so partial bundles remain useful.
--- type: Web Page title: Product Docs description: AI-readable documentation. --- # Summary A concise Markdown concept.
Paste a sitemap or up to 20 page URLs. The tool creates Markdown concepts, an index, a log, and a validation report.
Check required frontmatter, the required type field, optional quality signals, and internal links.
type: Web Page title: Example Page description: A page converted into Open Knowledge Format.
OKF v0.1 conformance is intentionally small: concept files need parseable YAML frontmatter and a non-empty type field. This validator also adds quality warnings, an OKF Score, and top fixes so users know what to improve first.
Missing frontmatter, invalid YAML, and missing type block conformance.
Missing descriptions, empty bodies, broken links, and weak index files.
Structure, connectivity, and coverage roll up into one screenshot-friendly number.
| Dimension | Checks | Why it matters |
|---|---|---|
| Structure | frontmatter, type, title, description | Agents can classify each concept. |
| Connectivity | index links, internal links, orphan concepts | Agents can traverse related knowledge. |
| Coverage | body length, summary depth, citations | Agents get enough context to cite or summarize. |
Add a non-empty type field such as Web Page, Tool, Dataset, Metric, or Runbook.
Add purpose, scope, key details, and source context. Valid Markdown can still be too vague.
Repair internal Markdown links so agents can move between related concepts.