Discovery Science · established evidence

A Short History of Linked Data, for People Who Just Want to Be Found

Last reviewed 2026-07-20. Written by Chandranshu Kumar, Founder, Raveneye Global. · 10 min read

Linked Data is a plain idea buried under an academic name. In 2009 three computer scientists, one of them the inventor of the web, described a way to publish information so that machines, not just people, could follow the connections between things: businesses, people, places, and the facts that link them. For a local business that just wants to be found, this history is not trivia. It explains why a search engine now tries to resolve your website to an entity, a single thing it can recognize, rather than to a bag of keywords. When your name, your address, your services, and the people behind them are stated consistently and connected in ways a machine can read, engines identify you with confidence. When they are not, the engine guesses, and increasingly it guesses in favor of a competitor whose facts are clearer. This piece translates Linked Data into what your web presence actually has to look like.

What Linked Data actually is

In 2009, Christian Bizer, Tom Heath, and Tim Berners-Lee published Linked Data, The Story So Far. Berners-Lee had invented the web two decades earlier as a way to link documents. The 2009 paper argued for something more demanding: a web of data, where the things a page is about, a business, a person, a service, a location, are each given a stable identifier and connected to each other by typed, machine-readable links.

The distinction matters. A document web lets a person read a page and understand it. A data web lets a machine read the same page and understand what it is about: that this string is a business, that this business is located here, that these are its services, that this person works for it. The paper set out a small number of principles for publishing information that way, so that separate sources could be joined into one connected graph rather than sitting as isolated pages.

The idea, without the jargon

Strip the academic language away and Linked Data says three practical things. First, name your things clearly and consistently, so a machine can tell that the business on your homepage is the same business on your contact page. Second, state the facts about each thing in a structured, predictable form rather than only in prose a reader has to interpret. Third, connect your things to other well-known things, so a machine can corroborate who you are against sources it already trusts.

None of that requires a business owner to write code. It does require the web presence to be built so those three things are true. Most are not, which is the entire reason this history is worth understanding.

Things, not strings: how search adopted the idea

The clearest moment Linked Data left the research literature and entered everyday search was May 2012, when Google introduced its Knowledge Graph under the slogan things, not strings. The announcement described a shift from matching the words on a page to understanding the real-world entities behind them, and it launched with roughly 500 million entities and 3.5 billion facts about how those entities relate to one another.

That is Linked Data operating at scale. A knowledge graph is a large, connected set of entities and the relationships between them, built so a machine can reason over facts rather than only rank keywords. When you ask an engine a question and it answers with a named business, a person, or a place, it is drawing on a structured representation of that entity, not on a document that happened to contain your search terms. The search box still takes words, but underneath, the unit of work has become the entity.

The entity: the thing a machine is trying to recognize

For a local business, the entity is you: the single, recognizable thing an engine wants to resolve your web presence to. Your business is an entity. So is each location, each named practitioner, and each service you offer. Entity based search means the engine is trying to answer a quieter question than "which pages contain these words". It is asking "which real thing is this, and can I identify it with confidence".

This reframes what a web presence is for. Pages are no longer only content for a reader; they are evidence for a machine trying to build and confirm an entity. Every place your business appears, your own site, your listings, your profiles, the mentions of you elsewhere, is a data point the engine reconciles into one identity. When those data points agree, the entity is strong and easy to surface. When they contradict each other, the entity is weak, and a weak entity is easy to overlook or to confuse with someone else.

Why being the same business everywhere is harder than it sounds

It is tempting to assume that declaring "this listing is the same business as that one" is a simple lookup. The Semantic Web literature says otherwise. In a foundational 2010 paper, Harry Halpin and colleagues examined owl:sameAs, the formal mechanism for stating that two identifiers refer to the identical real-world thing, and found it used inconsistently across the Linked Data web, with publishers applying at least four looser, non-equivalent senses of "same" in practice.

That finding survives into today's local search as the sameAs property in schema.org markup, the field where a business links its site to its authoritative profiles. The underlying difficulty has not been solved so much as worked around with platform-specific heuristics. The practical lesson for a business is that identity is not automatic and it is not forgiving. If your name, address, category, or the profiles you point to disagree even slightly across the web, you are handing a genuinely hard problem, entity resolution, to a machine that will resolve it conservatively, sometimes by declining to identify you at all.

Schema.org: the shared vocabulary that made it practical

Linked Data would be an academic curiosity without a common vocabulary that every engine agrees to read. That vocabulary is schema.org, founded jointly by Google, Bing, Yahoo, and Yandex in 2011 to standardize machine-readable markup for the web. It is not a proprietary SEO trick and not one vendor's invention; it is a standards effort governed by the major search companies together, which is why markup written to it is read consistently across engines and tends to outlast individual ranking tactics.

Schema markup, usually written as JSON-LD, is how a page states its facts in the structured form Linked Data calls for: this is a LocalBusiness, here is its name and address, here are its services, here is the person who provides them, and here, via sameAs, are the profiles that corroborate it. It is the concrete, present-day expression of the 2009 idea. Done honestly, marking up only what is true and visible on the page, it lets an engine read your site the way you intend rather than guessing. It is worth being precise about what it does: schema earns its place through clean parsing and eligibility for rich results, and Google has stated that no special markup is required to appear in its AI features. It is foundation, not a lever anyone can promise.

What this means for your web presence

Translated out of the research entirely, Linked Data sets a short, concrete standard for what a machine-understandable web presence looks like. None of it is exotic. All of it is frequently missing.

  • Your business, locations, people, and services are each stated as clear, consistent entities, named the same way everywhere they appear.
  • Your core facts, name, address, phone, hours, categories, and services, are expressed in structured markup a machine can read, not only in prose a person has to interpret.
  • Your entity is connected, via sameAs and corroborating profiles, to the well-known sources an engine already trusts, so it can confirm who you are.
  • Those connections agree with each other. Contradictions across your site, your listings, and third-party mentions are the single most common reason a machine identifies you weakly or not at all.

Why the substrate outlasts the trend

It is fair to ask whether any of this survives the current wave of generative answers. The evidence suggests the entity layer is exactly what does survive. The architecture underneath most answer engines, retrieval-augmented generation, was formalized by Lewis and colleagues in 2020: a language model paired with a searchable index it queries at answer time, which the authors showed produces more specific and factual output than a model working from memory alone. That index is a web of passages and entities. The visible interface keeps changing, from a list of links to a synthesized answer, but the thing being retrieved over has been an entity graph since 2012.

The index was never the destination; it was always the substrate. A business that is a clean, consistent, well-connected entity is legible to the ranked list, to the map pack, and to the generative answer at the same time, because all three read the same underlying representation. The work of being machine-understandable is not a bet on one engine or one trend. It is the foundation the trends are built on.

What Linked Data will not do for you

Being a well-formed entity makes you legible to machines. It does not, on its own, guarantee a citation, a ranking, or a place in an AI answer.

Two claims in particular deserve caution. The first is the idea that a special file such as llms.txt is how you control AI visibility. An analysis of 137,210 domains found that 97 percent of valid llms.txt files received zero requests in a single month of 2026, and Google has stated the file is "not done for search". The second is the widespread treatment of E-E-A-T, Experience, Expertise, Authoritativeness, and Trust, as a machine-computed score you can optimize into a page. Google's own documentation is explicit that E-E-A-T is a framework for human raters evaluating the search algorithm's output, not a direct ranking factor. The durable work is the unglamorous kind: a consistent entity, accurate structured data, and connections that corroborate rather than contradict.

The evidence

Key findings, with their sources

  • Linked Data set out principles for publishing information so machines can follow typed links between entities, extending the web of documents into a web of connected data.

    established Bizer, C., Heath, T. & Berners-Lee, T., "Linked Data, The Story So Far", International Journal on Semantic Web and Information Systems, 2009.

  • Google's Knowledge Graph launched in 2012 with roughly 500 million entities and 3.5 billion facts, under the thesis of indexing "things, not strings".

    established Singhal, A., "Introducing the Knowledge Graph: things, not strings", Official Google Blog, May 16, 2012.

  • owl:sameAs, the mechanism for declaring two identifiers denote the identical real-world entity (the basis of sameAs markup), is used inconsistently across the Linked Data web, with publishers applying at least four looser, non-equivalent senses of "same".

    established Halpin, H., Hayes, P.J., McCusker, J.P., McGuinness, D.L. & Thompson, H.S., "When owl:sameAs Isn't the Same: An Analysis of Identity in Linked Data", ISWC 2010.

  • Schema.org was founded jointly by Google, Bing, Yahoo, and Yandex in 2011 to standardize machine-readable markup, making it a standards-body vocabulary rather than a proprietary SEO trick.

    established Schema.org, founding announcement and vocabulary documentation, 2011 to present.

  • Retrieval-augmented generation, the architecture underneath most answer engines, pairs a language model with a searchable index queried at answer time and produces more specific and factual output than parametric-only generation.

    established Lewis, P. et al., "Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks", arXiv:2005.11401, NeurIPS 2020.

  • Across 137,210 domains, 97 percent of valid llms.txt files received zero requests in a single month of 2026, and Google has stated the file is "not done for search".

    established Ahrefs, "We Analyzed 137K Sites: 97% of llms.txt Files Never Get Read", June 2026.

  • E-E-A-T is a framework for human quality raters evaluating the search algorithm's output, and Google states it is not itself a direct, page-optimizable ranking factor.

    established Google Search Central, Search Quality Rater Guidelines and "E-A-T gets an extra E for Experience", December 2022.

Calibration

What is proven, what is promising, what is unproven

Evidence tierTacticsWhat the evidence says
establishedConsistent entity naming, accurate structured data (schema.org / JSON-LD), sameAs to corroborating profiles, one identity across site and listings.Bizer/Heath/Berners-Lee 2009; Google Knowledge Graph 2012; schema.org founding 2011; Lewis et al. 2020.
emergingTuning entity and content structure for citation inside generative answers specifically, where AI systems appear to favor corroborating third-party sources.Chen et al., arXiv:2509.08919, 2025 (single large-scale study, not yet replicated); Aggarwal et al., GEO, SIGKDD 2024 (established for the founding result).
contestedTreating special files such as llms.txt, or E-E-A-T, as direct control surfaces for AI visibility.Ahrefs 2026 (llms.txt largely unread); Google Search Central (E-E-A-T is a rater framework, not a ranking factor). The evidence contradicts these as levers.

Reference

Glossary

Linked Data
A way of publishing information so that machines can follow typed, structured links between things (entities), turning a web of readable documents into a web of connected, machine-understandable data. Articulated by Bizer, Heath, and Berners-Lee in 2009.
Entity
A single, recognizable thing a machine tries to identify: a business, a location, a person, or a service. Entity based search resolves your web presence to an entity rather than treating it as a set of keywords.
Knowledge graph
A large, connected set of entities and the relationships between them, built so a machine can reason over facts. Google's launched in 2012 with about 500 million entities.
Schema.org / structured data
A shared, standards-body vocabulary (founded by Google, Bing, Yahoo, and Yandex in 2011) for marking up a page's facts in a form every engine reads consistently, usually written as JSON-LD.
sameAs
The property used to state that your business here is the same entity as your profile there. Powerful in principle, but historically applied loosely, which is why cross-web consistency is the hard part.
Entity resolution
The process by which a machine reconciles the many places a business appears into one identity. Contradictory facts make this harder and can leave a business weakly identified or unidentified.

Straight answers

Frequently asked questions

What is Linked Data, in plain terms?

It is a way of publishing information so machines, not just people, can follow the connections between things. For a business, it means stating who you are, where you are, and what you do in a consistent, structured, connected form an engine can read and confirm, rather than only in prose a human has to interpret.

What is a knowledge graph, and does my business need one of its own?

A knowledge graph is a connected set of entities and facts that an engine reasons over. You do not build your own; you make sure your business is represented cleanly inside the engines' graphs by being a consistent, well-connected entity. That is what lets an engine identify and surface you with confidence.

What is schema markup, and is it the same as Linked Data?

Schema markup, usually written as JSON-LD to the schema.org vocabulary, is the practical, present-day way a page states its facts in the structured form Linked Data calls for. Linked Data is the idea; schema is one concrete implementation of it. Schema earns its place through clean parsing and rich-result eligibility, and only when it marks up content that is true and visible on the page.

Does adding an entity graph or schema guarantee I show up in AI answers?

No. Being a well-formed entity makes you legible to machines, which is necessary but not sufficient. Google has stated no special markup is required to appear in its AI features, and files like llms.txt are largely unread. Entity clarity is durable foundation, not a guaranteed lever.

How would I know whether machines can already understand my business?

You measure it rather than assume it. A structured read checks whether your entity is stated consistently across your site and listings, whether your facts are marked up in a form engines read, and whether you are actually being surfaced across classic search, the map pack, and AI answers. That reading is the starting point before any work is scoped.

Provenance

Sources

  1. Bizer, C., Heath, T. & Berners-Lee, T., "Linked Data, The Story So Far", International Journal on Semantic Web and Information Systems, 2009 (established)
  2. Singhal, A., "Introducing the Knowledge Graph: things, not strings", Official Google Blog, May 16, 2012 (established)blog.google
  3. Halpin, H., Hayes, P.J., McCusker, J.P., McGuinness, D.L. & Thompson, H.S., "When owl:sameAs Isn't the Same: An Analysis of Identity in Linked Data", ISWC 2010 (established)
  4. Schema.org, founding announcement and vocabulary, 2011 to present (established)
  5. Lewis, P. et al., "Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks", arXiv:2005.11401, NeurIPS 2020 (established)arxiv.org
  6. Aggarwal, P. et al., "GEO: Generative Engine Optimization", arXiv:2311.09735, ACM SIGKDD 2024 (established)arxiv.org
  7. Chen, M., Wang, X., Chen, K. & Koudas, N., "Generative Engine Optimization: How to Dominate AI Search", arXiv:2509.08919, 2025 (emerging, single study)arxiv.org
  8. Ahrefs, "We Analyzed 137K Sites: 97% of llms.txt Files Never Get Read", June 2026 (established)ahrefs.com
  9. Google Search Central, Search Quality Rater Guidelines and "E-A-T gets an extra E for Experience", December 2022 (established)developers.google.com

Every figure above is attributed to a real, dated source and tagged with its evidence tier. Where a claim could not be verified to a primary source, it is not stated as fact.

What this means for your business

The history above resolves to one practical question: when a machine reads your web presence today, does it see a single, confident entity, or contradictory facts it has to guess between? Most businesses have never checked, and the gap is invisible from the front end of a site. Making your business machine-understandable, one consistent entity with accurate structured data and corroborating connections, is exactly the Technical Foundation and entity work that a Structured-Data and Schema Build makes concrete.

service Structured-Data & Schema Build Hand-written JSON-LD for every page type, checked against current rich-result requirements and tied into one entity graph, so every engine resolves your business, your people, and your services to a single identity instead of guessing. See how it works

Start free with a Machine-Readiness Score, a specialist-reviewed read of how clearly engines can identify you across search and AI answers. No guaranteed number, and no obligation.