{"id":134017,"date":"2026-07-06T09:54:21","date_gmt":"2026-07-06T09:54:21","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/"},"modified":"2026-07-06T09:55:21","modified_gmt":"2026-07-06T09:55:21","slug":"googles-open-knowledge-format-could-work-for-websites-too","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/","title":{"rendered":"Google&#8217;s Open Knowledge Format Could Work For Websites, Too"},"content":{"rendered":"<p> <a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\" loading=\"lazy\"  width=\"601\" height=\"201\"><\/a>\n<br \/><img decoding=\"async\" src=\"https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2026\/06\/okf-243.png\" loading=\"lazy\" \/><\/p>\n<div id=\"narrow-cont\">\n<p>Google revealed a format for turning a physique of information right into a folder of linked markdown information. It was constructed for inner firm information, and accidentally, it solves an issue public web sites have too. Proper now, essentially the most an AI agent will get out of your web site is a <a href=\"https:\/\/www.searchenginejournal.com\/how-ai-agents-see-your-website-and-how-to-build-for-them\/570443\/\">flat read of your pages<\/a>, one after the other. This format builds a graph of how your concepts join as a substitute, so I attempted it alone web site.<\/p>\n<h2>Google\u2019s Open Data Format Is A Listing Of Linked Markdown Recordsdata<\/h2>\n<p>On June 13, 2026, Google\u2019s information workforce revealed <a href=\"https:\/\/cloud.google.com\/blog\/products\/data-analytics\/how-the-open-knowledge-format-can-improve-data-sharing\/\" target=\"_blank\" rel=\"noopener\">the Open Knowledge Format<\/a>, or OKF, a method to characterize a physique of information as a listing of markdown information with a skinny layer of YAML frontmatter. Every idea, a desk, a metric, a runbook, an API, will get its personal markdown doc. A brief block of YAML carries the queryable fields, kind, title, description, useful resource, tags, and timestamp; the markdown physique carries the reason, and ideas hyperlink to one another with peculiar markdown hyperlinks, which Google says turns the listing into \u201ca graph of relationships.\u201d There is no such thing as a runtime, no SDK, no construct step. Google describes a bundle in three phrases: \u201csimply markdown,\u201d \u201csimply information,\u201d \u201csimply YAML frontmatter.\u201d<\/p>\n<p><iframe class=\"sej-iframe-auto-height\" id=\"in-content-iframe\" scrolling=\"no\" data-lazy=\"true\" data-src=\"https:\/\/www.searchenginejournal.com\/wp-json\/sscats\/v2\/tk\/Middle_Post_Text\"><\/iframe><\/p>\n<p>The goal is inner firm information, the context Google says is \u201clocked behind whichever floor created it,\u201d and it&#8217;s early, v0.1, which Google calls \u201ca place to begin, not a completed normal.\u201d Nothing within the announcement mentions public web sites. That hole is what this piece is about.<\/p>\n<h2>On A Web site, A Data Graph Beats A Flat Web page-Copy<\/h2>\n<p>The agent-readable model of your web site, the one a mannequin or a browser truly consumes, is flat. Serving every web page as markdown, the best way <a href=\"https:\/\/nohacks.co\/blog\/cloudflare-markdown-for-agents\" target=\"_blank\" rel=\"noopener\">Cloudflare<\/a> does on the community edge, is near AMP for LLMs: a second, stripped copy of each web page for a machine to learn. It mirrors what you have already got, web page for web page, and it drops the identical factor each page-by-page copy drops, which is how the pages relate to one another.<\/p>\n<p>A <a href=\"https:\/\/www.searchenginejournal.com\/the-integrity-graph-the-missing-layer-in-your-ai-visibility-audit\/577854\/\">knowledge graph keeps that relationship layer<\/a>. When your ideas hyperlink to one another, an agent not solely learns what each is, but it surely additionally learns how they sit relative to one another, which is most of what understanding an internet site truly means. Two pages can each point out an idea and by no means inform a machine that one is the framework beneath it and the opposite is the narrower objective beside it. A graph says it outright, in hyperlinks the machine follows. OKF is an off-the-shelf method to construct that graph: markdown, so it&#8217;s low cost, and structured, so it carries the relations.<\/p>\n<h2>I Tried OKF On The No Hacks Web site<\/h2>\n<p>I wrote an OKF bundle for the No Hacks web site, one markdown file every for the model, the host, <a href=\"https:\/\/machinefirstarchitecture.com\" target=\"_blank\" rel=\"noopener\">Machine-First Architecture<\/a>, <a href=\"https:\/\/www.searchenginejournal.com\/what-is-the-agentic-web\/574224\/\">the agentic web<\/a>, Agent Expertise Optimization, Reply Engine Optimization, <a href=\"https:\/\/nohacks.co\/blog\/agentic-web-identity-vs-capability\" target=\"_blank\" rel=\"noopener\">llms.txt<\/a>, and <a href=\"https:\/\/www.searchenginejournal.com\/mcp-a2a-nlweb-and-agents-md-the-standards-powering-the-agentic-web\/570092\/\">WebMCP<\/a>. Every follows Google\u2019s conventions, the YAML fields on prime and a plain markdown physique beneath. The work was principally deciding which ideas mattered and the way they join, not writing the information.<\/p>\n<p>One file, the idea for Machine-First Structure, appears like this:<\/p>\n<pre><code>---&#13;\nkind: framework&#13;\ntitle: Machine-First Structure&#13;\ndescription: A framework for constructing web sites whose full which means is obtainable to a machine studying them, with the human expertise layered on prime slightly than the opposite means round.&#13;\nuseful resource: https:\/\/machinefirstarchitecture.com&#13;\ntags: [Framework, Machine-First Architecture, Agentic Web]&#13;\ntimestamp: 2026-06-13&#13;\n--- Machine-First Structure is [Sani](.\/sani.md)'s framework for the [agentic web](.\/agentic-web.md). The core thought: construct the content material so a machine studying it will get the entire which means, the details, the construction, the relationships, and the human studying will get that very same which means with the design on prime. For this reason codecs that strip an internet site to plain textual content, like markdown for brokers and [llms.txt](.\/llms-txt.md), matter. Its functionality facet is [WebMCP](.\/webmcp.md), and its measurement facet is [Agent Experience Optimization](.\/agent-experience-optimization.md).&#13;\n<\/code><\/pre>\n<p>These bracketed hyperlinks on the backside are the graph. An agent following them learns that WebMCP sits underneath Machine-First Structure, and llms.txt is similar form of guess, which a flat copy of my pages by no means says out loud. Throughout the eight information, that&#8217;s the entire construction: ideas, and the relationships between them.<\/p>\n<p>A bundle like it is a second copy of what the web site already says, and a second copy is a second factor to maintain in sync. The second the web site adjustments, the bundle is incorrect till you replace it too. That tax just isn&#8217;t distinctive to OKF: it&#8217;s what each parallel machine-readable layer prices, an llms.txt file, a markdown mirror of your pages, a bundle like this one. The model an agent reads is simply as correct as your self-discipline in maintaining it present.<\/p>\n<p>Google didn&#8217;t construct OKF for this. Its goal is inner firm information, and nothing in its plan factors at public web sites, so internet hosting a bundle for a visiting agent is off-label, and it might keep that means. The reader I made it for, an agent that fetches the bundle and follows the graph, would possibly by no means present up. The explanation to do it has to face with out that payoff, and it does: writing the bundle pressured me to state plainly what No Hacks is aware of and the way its concepts join, and that surfaced gaps I&#8217;d not have discovered writing one other web page. It&#8217;s the similar self-discipline as Machine-First Structure, put your which means in a type a machine can learn, and you discover the place you have been imprecise.<\/p>\n<h2>The place A Web site Data Graph May Lead<\/h2>\n<p>None of what follows is a prediction. It&#8217;s a route, and it depends upon brokers truly studying web site information graphs, which right this moment, none do. The form remains to be value seeing.<\/p>\n<p>The identification file may develop right into a information graph. At present, llms.txt is a single line asserting who you&#8217;re. A printed bundle is the complete model of that concept, a map of every thing your web site is aware of and the way the elements join, so the skinny identification layer and the structured information layer turn out to be one factor.<\/p>\n<p>Brokers may question that map as a substitute of scraping your pages. An agent that pulls your bundle and follows its hyperlinks will get a cleaner, relationship-aware learn than one parsing your HTML one web page at a time, and also you get extra say in how your personal ideas are represented when an AI describes you.<\/p>\n<p>The map may even turn out to be the <a href=\"https:\/\/www.searchenginejournal.com\/what-googles-new-ai-guide-actually-debunks-and-what-it-doesnt\/575497\/\">canonical layer<\/a>. The model a machine reads stops being a replica of your web site and turns into the supply, with the human pages as one rendering of it. That&#8217;s the <a href=\"https:\/\/www.searchenginejournal.com\/the-fully-non-human-web-no-one-builds-the-page-no-one-visits-it\/571406\/\">fully machine-first website<\/a> the agentic net has been pointing at, reached via a facet door Google opened for inner information.<\/p>\n<h2>Markdown Is Not New<\/h2>\n<p>John Gruber created Markdown in 2004, with Aaron Swartz as his beta-tester, and the entire design objective was readability: textual content you possibly can learn as-is, with out rendering, that also converts cleanly to HTML. 20 years later, it runs GitHub, Reddit, a lot of the documentation you learn, and the chat containers of the AI instruments themselves. It received by being legible with out being rendered, which is the precise property that makes it straightforward for a machine to learn.<\/p>\n<p>I&#8217;ve written most of what I write in it for 15 years, since iA Author turned my important writing app in September 2011, so per week when the agent-readable net converges on markdown is acquainted floor to me, not a brand new trick. The information behind No Hacks (No Hacks OS mission) has run the identical means for months: markdown information with structured frontmatter, linked to one another, the form a machine can learn and traverse.<\/p>\n<p><a href=\"https:\/\/www.searchenginejournal.com\/googles-new-ai-search-guide-calls-aeo-and-geo-still-seo\/575026\/\">Machine-facing formats<\/a> preserve touchdown on that very same floor, llms.txt, Cloudflare\u2019s markdown, and now OKF. Google itself just isn&#8217;t of 1 thoughts about it. Its Search facet known as llms.txt \u201c<a href=\"https:\/\/www.searchenginejournal.com\/google-says-llms-txt-is-purely-speculative-for-now\/577576\/\">purely speculative<\/a>\u201d for rating, its <a href=\"https:\/\/www.searchenginejournal.com\/all-you-need-to-know-about-cloudflares-agent-readiness-score\/574226\/\">Chrome side added an llms.txt check<\/a> to <a href=\"https:\/\/nohacks.co\/blog\/lighthouse-agentic-browsing-llms-txt-markdown\" target=\"_blank\" rel=\"noopener\">Lighthouse\u2019s agent-readiness audit<\/a>, and its information workforce has now revealed OKF.<\/p>\n<p>If you wish to see the place your web site stands, it takes thirty seconds. Open your most vital web page and paste it right into a plain-text editor, the place the hyperlinks collapse into plain phrases. Take a look at what&#8217;s left and discover something that states how its concepts relate to the remainder of your web site, not that one web page hyperlinks to a different, however the relationship itself. There&#8217;s often nothing, and that absence is what a information graph fills, whether or not or not you ever contact OKF.<\/p>\n<p>OKF is that this week\u2019s information, and the substrate underneath it, plain textual content a machine can learn, has been right here since 2004. What Google added was a normal and a reputation.<\/p>\n<p><strong>Extra Assets:<\/strong><\/p>\n<hr\/>\n<p><em>This submit was initially revealed on <a href=\"https:\/\/nohacks.co\/blog\/okf-website-knowledge-graph\" target=\"_blank\" rel=\"noopener\">No Hacks<\/a>.<\/em><\/p>\n<hr\/>\n<p><em>Featured Picture: Roman Samborskyi\/Shutterstock<\/em><\/p>\n<\/div>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/><a href=\"https:\/\/www.searchenginejournal.com\/googles-open-knowledge-format-could-work-for-websites-too\/579200\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google revealed a format for turning a physique of information right into a folder of linked markdown information. It was constructed for inner firm information,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":134018,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-134017","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-universe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Google&#039;s Open Knowledge Format Could Work For Websites, Too - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google&#039;s Open Knowledge Format Could Work For Websites, Too - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-06T09:54:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T09:55:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/07\/okf-243.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Google&#8217;s Open Knowledge Format Could Work For Websites, Too\",\"datePublished\":\"2026-07-06T09:54:21+00:00\",\"dateModified\":\"2026-07-06T09:55:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/\"},\"wordCount\":1438,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/okf-243.png\",\"articleSection\":[\"Tech Universe\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/\",\"name\":\"Google's Open Knowledge Format Could Work For Websites, Too - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/okf-243.png\",\"datePublished\":\"2026-07-06T09:54:21+00:00\",\"dateModified\":\"2026-07-06T09:55:21+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/okf-243.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/okf-243.png\",\"width\":1600,\"height\":840},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/07\\\/06\\\/googles-open-knowledge-format-could-work-for-websites-too\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google&#8217;s Open Knowledge Format Could Work For Websites, Too\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google's Open Knowledge Format Could Work For Websites, Too - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/","og_locale":"en_US","og_type":"article","og_title":"Google's Open Knowledge Format Could Work For Websites, Too - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2026-07-06T09:54:21+00:00","article_modified_time":"2026-07-06T09:55:21+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/07\/okf-243.png","type":"image\/png"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Google&#8217;s Open Knowledge Format Could Work For Websites, Too","datePublished":"2026-07-06T09:54:21+00:00","dateModified":"2026-07-06T09:55:21+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/"},"wordCount":1438,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/07\/okf-243.png","articleSection":["Tech Universe"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/","url":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/","name":"Google's Open Knowledge Format Could Work For Websites, Too - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/07\/okf-243.png","datePublished":"2026-07-06T09:54:21+00:00","dateModified":"2026-07-06T09:55:21+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/07\/okf-243.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/07\/okf-243.png","width":1600,"height":840},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/07\/06\/googles-open-knowledge-format-could-work-for-websites-too\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Google&#8217;s Open Knowledge Format Could Work For Websites, Too"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/134017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=134017"}],"version-history":[{"count":1,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/134017\/revisions"}],"predecessor-version":[{"id":134019,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/134017\/revisions\/134019"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/134018"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=134017"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=134017"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=134017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}