Back to all posts
guides 10 min read

Open Knowledge Format (OKF): What It Is, and Why It Is Not an SEO File

Serap Gündoğdu ·
Open Knowledge Format (OKF): What It Is, and Why It Is Not an SEO File

There is a rhythm to this by now. A big company publishes a new file format, the announcement uses the words “AI” and “open standard” in the same sentence, and within a week the SEO community is asking the same reflexive question: do I need to put this on my domain to get cited by AI? The latest one is the Open Knowledge Format, or OKF, which Google Cloud published as version 0.1 on June 12, 2026 and already moved to version 0.2 on July 25. The reflex fired on schedule.

So let me give you the short answer first, then the long one. OKF is a real, sensible specification that solves a real problem. But it is not an SEO file, it is not a ranking signal, and putting one on your website will not get you quoted in an AI answer. The reason is simple once you see it: OKF points inward, at your own systems, while the files SEO usually worries about point outward, at crawlers. Confusing the two is the whole misunderstanding.

What OKF Actually Is

OKF is an open, vendor-neutral specification for packaging a knowledge base as a directory of Markdown files with YAML frontmatter. That is close to the entire idea. The full v0.1 spec fits on a single page, and it has exactly one required field. If a tool can read a folder of text files, it can read an OKF bundle.

The problem it addresses has a name inside Google’s own writeup: the context assembly problem. Most organizations keep their real knowledge scattered across incompatible places. Some of it sits in a data catalog, some in a wiki, some in code comments, some only in the head of a senior engineer who is on holiday. Every time someone builds a new AI agent, they have to reassemble that context from scratch, wiring up custom integrations for each source. OKF formalizes a pattern people were already improvising, sometimes called the LLM-wiki pattern, into one portable format so that any producer and any consumer can share knowledge without bespoke plumbing. The comparison Google reaches for is OpenAPI, which did the same thing for REST APIs: not a new capability, just an agreed shape.

The design is deliberately minimal. Knowledge lives as plain Markdown, readable in any editor and rendered by GitHub. A bundle is just files, so you can ship it as a tarball, drop it in a git repository, or serve it from a filesystem. There is no SDK, no proprietary account, no runtime you have to adopt. And it cleanly separates who writes the knowledge from who reads it. A bundle can be hand-authored by a person, exported by a metadata pipeline, or synthesized by one model, and then queried by a completely different agent later.

The Direction That Matters

Here is the sentence to hold on to, because it settles most of the confusion. OKF is a data layer for your agents. SEO is the discovery layer for search engines. Those are different jobs pointing in different directions.

Think about the files SEO people actually argue over. A robots.txt file, a sitemap, an llms.txt proposal, an ai-dataset.json manifest. Every one of those is outward-facing. It sits at a public URL and its entire purpose is to say something to a crawler or an AI engine that visits your domain from outside. We looked hard at two of those recently, and the evidence was not kind: our piece on whether llms.txt is actually read by AI engines found that on a sample of 137,000 sites, 97 percent of those files were never even requested, and our look at ai-dataset.json and AI index files reached a similar verdict, that the intent is reasonable but no major engine has confirmed it reads them.

OKF is not in that family at all. It is inward-facing. An OKF bundle is meant to be consumed by the agents you or your organization build, so they can answer questions grounded in your own curated knowledge instead of guessing. Nobody at OpenAI, Google, or Anthropic is crawling the web for OKF bundles to decide what to cite. There is no discovery mechanism that turns a public OKF folder into search or AI visibility. If you read anywhere that you now need to upload an OKF file to your website to get mentioned in AI answers, that claim is simply wrong, and it usually comes from someone who pattern-matched the announcement to the last five files without reading the spec.

How You Actually Produce One

The mechanics are refreshingly boring, which is a compliment. An OKF bundle is a directory. Inside it you place Markdown files, optionally grouped into subfolders by category, and an index.md at the top to describe the hierarchy. Links between documents are just normal Markdown links, which means your knowledge naturally forms a graph rather than a flat list.

Each document is a Markdown file with a small YAML frontmatter block. The only required field is type, which names what the document is, for example a table, a metric, a product, or a playbook. Everything else is optional: title, description, resource for a link to the underlying thing, tags, and a timestamp. A single document looks like this:

---
type: Product
title: Cloud Crawler
description: Hosted crawler with no URL limit, runs in the browser.
resource: https://seodisias.com/
tags: [product, crawler]
timestamp: 2026-07-31T09:00:00Z
---

# Overview
A cloud based SEO crawler that reports broken links, bad status
codes, missing schema, and blocked pages in a single run.

# Related
Compared against desktop tools in [crawlers](/products/crawlers.md).

That is the whole model. The body under the frontmatter is free-form Markdown, so a document can hold a schema table, a definition, a set of joins, a runbook, whatever the knowledge actually is. Version 0.2, which landed at the end of July, mostly adds trust signals so an agentic system can reason about how much to rely on a given document, but the core shape has not changed. You can start with a single folder and grow it.

The honesty check here is that OKF gives you a container, not the content. A well-authored bundle is still a curation job. The value comes from someone deciding what the important concepts are, describing them clearly, and keeping them current, which is the same discipline that makes documentation useful to humans. The format just means the effort is portable and does not lock you into one vendor’s catalog.

What It Means for SEO and Site Owners

For most site owners, the practical answer is deflating in a useful way: OKF changes nothing about your public SEO this quarter. It is not a ranking factor, not a citation signal, and not something to add to your domain for search reasons. If your only goal is organic traffic and AI mentions, you can close this tab and go fix a broken link, and you will have spent your time better.

There is a real use case, but it is a different job than SEO. If you are building internal AI agents, a support assistant grounded in your own help center, a retrieval system over your product docs, an internal tool that answers questions about your data, then OKF is a clean, future-proof way to package the knowledge those agents read. It keeps that knowledge in plain files you control, portable across whatever model or platform you use next. That is genuinely worth knowing about if agent building is on your roadmap. It is just not a webmaster task.

The one honest bridge between OKF and SEO is the underlying discipline, not the file. Whether an agent reads a curated OKF bundle or a search crawler reads your rendered pages, both reward the same things: clear structure, complete and accurate data, honest descriptions, no contradictions. If your public content is thin, messy, or wrong, an OKF bundle will not save you, and neither will any other file. The work that pays off across all of it is the boring foundation we keep coming back to, the same one behind the newer agentic web standards like NLWeb, MCP, and AIPREF and behind Google’s own official AI optimization guidance.

The Hype Filter

Now the part that gets left out of the excited posts. OKF v0.1 was published in June and v0.2 arrived six weeks later. That pace is healthy for an early specification, and it is also exactly why you should not rebuild anything load-bearing around it yet. A 0.x spec is a starting point that will change as more producers and consumers show up and the community learns what agents actually need. Building your internal knowledge platform on top of a moving target this early means signing up to rework it when the shape shifts.

Hold a few true things at once, which is usually the honest position with anything in this space. The standard is real and the people behind it are serious. The problem it solves, fragmented context that agents keep reassembling, is a genuine pain for anyone building with LLMs. And none of that makes it a public-web SEO move. The reflex to treat every new Google file as another thing you must host on your domain is the actual thing to unlearn here. Sometimes a new format is aimed at a completely different audience than the one panicking about it. For the longer version of that argument applied to AI search generally, we made it in is SEO dead in 2026.

Where a Crawler Fits

The thread running through all of this is that the machines reading your work, whether an internal agent over an OKF bundle or a public search bot over your pages, punish the same faults. Broken links. Wrong status codes. Missing or contradictory structured data. Pages you blocked or noindexed by accident. Clean up those and you are in better shape for every reader at once, human, crawler, or agent.

That overlap is convenient, because it means you can measure the foundation with tools you already understand. A full crawl of your own site surfaces exactly the issues that trip both a search engine and an agent: pages returning 4xx or 5xx, links that go nowhere, thin or absent schema, blocked pages you did not mean to hide. This is the pass Seodisias is built for. You point it at your site, with no URL limit, and it reports the broken links, the bad status codes, the missing schema, and the blocked pages in one run. For the full method, the technical SEO audit checklist and the complete guide to SEO crawlers walk through it.

The Bottom Line

The Open Knowledge Format is worth understanding, and if you build AI agents it is worth using. It is a tidy, portable way to package knowledge for the systems you control. But it is not an SEO file, it will not appear in your rankings, and hosting one publicly buys you no AI visibility. The most valuable thing OKF can teach a site owner is the reflex to check the direction of a new standard before adopting it: is this aimed at crawlers coming to my domain, or at agents I am building? Answer that first, and most of the monthly panic sorts itself out. For the search side of your work, the foundation has not moved, and it is still the only part of this story finished enough to act on today.