What Is the Open Knowledge Format (OKF)? Google's New Agent Standard, Explained

3 min read·7 sources·updated 2026-06
SameerAnkitBy Sameer + Ankit · nobody pays us to recommend anything

TL;DR

The Open Knowledge Format (OKF) is Google's new open standard for handing AI agents your business knowledge as plain Markdown files with a little YAML on top. One concept per file, one required field, all version-controlled in git. It is not a new SEO channel and it has no discovery layer. Think of it as metadata-as-code: the clean knowledge layer your own agents read, with no proprietary catalog or SDK to buy.

Google just shipped a new standard called the Open Knowledge Format, and the SEO world is already calling it the next big thing. Some of that is real. Most of it is noise. Here is what OKF actually is, in plain English, and the one part founders should genuinely care about. Nobody pays us to cover this.

What is the Open Knowledge Format (OKF)?

OKF is an open standard for giving AI agents your knowledge as plain Markdown files. Each file describes one thing: a table, a metric, a process, or an API. A small block of YAML at the top holds the structured details, and the Markdown below holds the explanation. The files live in a folder in git, so humans can read them and agents can parse them, with no special software in between. Google published it as version 0.1 in June 2026.

Who built OKF, and why?

It came from Google Cloud's data team, the people behind BigQuery, not the search team. That detail matters more than it sounds. The problem they set out to solve is an internal one: company knowledge is scattered across catalogs, wikis, code comments, and senior engineers' heads. When an AI agent needs an answer, it has to stitch those incompatible sources together by hand. OKF gives that knowledge one portable shape, so any agent can read it without a custom integration.

What does an OKF file actually look like?

Simpler than you would expect. Here is the shape of one concept file:

---
type: BigQuery Table
title: Orders
description: One row per completed customer order.
tags: [sales, revenue]
---
# Schema
One row per order, joined to [customers](/tables/customers.md) on customer_id.

The only field the spec requires is type. Everything else is left up to you. Files link to each other with ordinary Markdown links, which quietly turns a plain folder into a knowledge graph. You can read the full spec on GitHub, and it is genuinely short.

Is OKF the death of SEO?

No, and anyone selling you that is moving too fast. OKF is built for agents you point at your own knowledge, not for ranking in a public search engine. It has no discovery layer at all. Nothing in the spec helps an outside agent find your bundle, trust it, or rank it above a competitor's. SEO is about being found; OKF is about being useful once an agent already has access. Marie Haynes makes the sharper version of the bullish case, and it is worth reading, but even she admits this is not really SEO. The fair counterpoint is that v0.1 is, for now, a folder of Markdown files with a single required field.

How is OKF different from MCP?

They solve different halves of the same problem. The Model Context Protocol is the pipe: it connects an agent to live tools and data at the moment it runs. OKF is the content that flows through pipes like that: a static, curated description of what your knowledge means. MCP moves data; OKF gives the data meaning. You will likely use both, the same way teams use RAG and context engineering together rather than choosing one.

Should founders care about OKF yet?

A little, and not for the reason the hype suggests. Forget the "new SEO channel" framing. The useful idea is metadata-as-code: a clean, version-controlled knowledge layer your own agents can read. If you are wiring AI into real work through agentic workflows, a tidy knowledge base beats a clever prompt every time. The pattern borrows from Andrej Karpathy's LLM-wiki idea, where an agent maintains a living wiki of what it knows. Tools that convert existing pages into OKF bundles are already appearing.

Here is what to cut. You do not need a pricey metadata-catalog product or a vendor's proprietary SDK to start. OKF is just Markdown in a git repo. Begin there, and only buy tooling when a plain folder genuinely stops scaling.

The founder takeaway: OKF is a quietly smart idea wearing a loud headline. It will not save or sink your SEO. What it might do is make your own AI agents far more useful, using files you can write today for free. That is exactly the kind of unglamorous, no-vendor-required move we like. For more on building a lean AI stack without the bloat, see our take on the AI apps actually worth your time, or run your current stack through the Roast.

🔥 Free tool, no signup

What is your whole stack costing you?

Pick your tools, get a Stack Bloat Score, your real annual bill, and a roast you probably deserve. Then exactly what we'd cut. We roast the bloat, not you.

Roast my stack

§Sources

  1. 01cloud.google.com
  2. 02github.com
  3. 03searchenginejournal.com
  4. 04marktechpost.com
  5. 05gist.github.com
  6. 06mariehaynes.com
  7. 07suganthan.com

Frequently asked questions

What is the Open Knowledge Format (OKF)?+

OKF is an open standard from Google for representing knowledge as plain Markdown files with YAML frontmatter, so AI agents can read a company's data, metrics, and processes without proprietary software. Each file describes one concept and the only required field is its type. It was published as version 0.1 in June 2026.

Is OKF free and open source?+

Yes. Google published OKF as an open specification on GitHub, deliberately tied to no single cloud, database, or AI vendor. You never need a paid account or an SDK to read, write, or serve OKF files. They are ordinary Markdown files you can keep in any git repository.

Does OKF replace SEO?+

No. OKF has no discovery or ranking layer, so it does not help your content get found by a public search engine. It is for feeding curated knowledge to AI agents that already have access to your data. SEO is about being discovered; OKF is about being usable once an agent is pointed at you.

What is the difference between OKF and MCP?+

MCP, the Model Context Protocol, is the live connection between an agent and your tools or data at runtime. OKF is the static, curated description of what that knowledge means. MCP moves data around; OKF gives the data meaning. Most teams will use both together rather than pick one.

How do I create an OKF bundle?+

Make a folder of Markdown files, one per concept, each with a short YAML header that includes a type field. Link files to each other with normal Markdown links. Google ships a reference agent that drafts OKF docs from a BigQuery dataset, and third-party tools can already convert existing web pages into bundles.

The weekly release

Don't just read the playbook. Steal the whole wired stack.

One tested recipe in your inbox every week: the tools, the wiring, and what to cut. The good stuff's free.

See the recipes