Website to OKF

Open Knowledge Format Generator

Make your site AI-readable by turning a sitemap or page list into a portable OKF bundle.

The first version creates Markdown concepts, index.md, log.md, an OKF Score, and a validation report.

What does an OKF concept look like?
---
type: Web Page
title: Product Docs
description: AI-readable documentation.
---

# Summary

A concise Markdown concept.

Generate OKF from a website

Paste a sitemap or up to 20 page URLs. The tool creates Markdown concepts, an index, a log, and a validation report.

Validate OKF v0.1 Markdown

Check required frontmatter, the required type field, optional quality signals, and internal links.

Frontmatter preview
type: Web Page
title: Example Page
description: A page converted into Open Knowledge Format.

How the Open Knowledge Format generator works

The generator reads a sitemap or a small URL list, extracts page titles, descriptions, canonical URLs, and summaries, then writes a bundle with index.md, log.md, and one concept file per page. The first version is intentionally capped at 20 URLs so users get a fast, reviewable result.

Input

Sitemap URL or manually pasted public page URLs.

Output

Markdown concepts with structured frontmatter and source citations.

Next step

Deploy the generated files so /okf/index.md is reachable.

What the generated zip contains

okf-bundle/
  index.md
  log.md
  concepts/
    about.md
    pricing.md
    docs.md

After generation

  1. Preview the first concept before full generation.
  2. Download the zip and upload it to /okf/.
  3. Open https://site.com/okf/index.md in a browser.
  4. Use the live badge to re-check the deployed bundle.