Knowledge graph
又称: Google Knowledge Graph, knowledge panel, entity graph
一句话解释
A knowledge graph is a structured database of entities — people, companies, products, places — and the relationships between them. Search and AI systems use one to understand that a query is about a specific thing, and to retrieve facts about it rather than pages mentioning it.
Facts about things, not pages about words
The distinction that matters: a search index stores documents; a knowledge graph stores facts about entities and how they connect. "Founded in", "competes with", "headquartered in" are edges between nodes, not phrases on a page.
This is why entity-based systems can answer questions no single page answers. The fact is assembled from the graph rather than retrieved from a document.
How an entity gets established
Corroboration, not declaration. A system becomes confident about an entity when independent sources agree, which means:
- Consistency — the same name, category and description everywhere you appear. Contradictions are the main reason entities stay ambiguous.
- Independent references — facts stated by sources you do not control.
- Anchors — structured, widely-read records such as a claimed business profile or a Wikidata item.
Your own website is evidence, but it is the weakest kind, because everyone's website says they are important.
Why this is upstream of everything else
Entity resolution happens before retrieval. If an engine cannot confidently identify which company a question is about, the safest thing it can do is answer about a clearer entity — a competitor with tidier signals. No amount of content fixes that; only consistency does. See entity SEO.
常见问题
- How do you get your business into Google's Knowledge Graph?
- Not by asking. Entities enter through corroborated evidence: consistent information across independent sources, a claimed Business Profile where applicable, and references from places the system already trusts. There is no submission form, and services promising one are selling something else.
- What is a knowledge panel?
- The box of facts shown beside search results for a recognised entity. It is the visible surface of the knowledge graph, not the graph itself — an entity can exist in the graph without ever displaying a panel.
- Do knowledge graphs matter for AI answers?
- Yes, as a disambiguation layer. Before an engine can answer about your brand, it has to know which brand you are. A well-defined entity is easier to resolve and easier to attach facts to, which makes you a safer thing to name in an answer.
相关术语
- Entity SEO
Entity SEO is the practice of making search and AI systems recognise your brand as a distinct, well-defined thing rather than a string of characters. It covers consistent naming, unambiguous descriptions, and corroboration across independent sources so a system can confidently identify who you are.
- Wikidata
Wikidata is a free, collaboratively edited knowledge base of structured facts about entities, each identified by a unique QID. It is machine-readable by design and widely consumed by search engines and AI systems, which makes an accurate entry a useful anchor for entity recognition.
- Brand authority
Brand authority is the credibility a brand has earned in its category, and the signals that communicate that credibility to people and to search systems. It is built through independent corroboration — what others say about you — far more than through anything you publish about yourself.
- Structured data
Structured data is machine-readable markup — usually schema.org vocabulary in JSON-LD — that states explicitly what a page is about: an article, a product, a definition, an FAQ. Search engines use it for rich results and entity understanding rather than as a ranking factor.
相关指南
- Generative Engine Optimization (GEO): the complete guide
GEO is the practice of getting your brand named and cited inside AI answers. What it is, how it differs from SEO, and the levers that measurably work.