SEO glossary
What is a Concept?
Learn what a concept is—an abstract unit of meaning distinct from keywords, entities, and pages—and how concepts anchor ontologies, vocabularies, and knowledge organization for SEO.
Definition
A concept is an abstract unit of meaning—a class or idea such as crawl budget, invoice, or accessibility—that can be defined, related to other concepts, and instantiated by specific entities or examples without being identical to any single word or URL.
Concept: the idea behind the word
A concept is meaning you can define without pointing at a single physical object. Crawl budget is a concept—an abstract idea about how search engines allocate crawling. Googlebot is an entity—a specific crawler that instantiates the concept Search Engine Crawler. crawl budget optimization is a keyword phrase users type; it refers to the concept but is not the concept itself.
In semantic SEO, clarifying concepts prevents teams from chasing strings while publishing fragmented explanations. One well-linked glossary URL per core concept beats three blog posts that never agree on definitions.
Concept vs entity vs keyword vs topic
| Unit | Nature | Example |
|---|---|---|
| Concept | Abstract class or idea | Canonical URL, Invoice, Topic Cluster |
| Entity | Specific named instance | RFC 9110, Stripe, Crawlox |
| Keyword | Search query fragment | what is canonical tag |
| Topic | Subject territory | Technical SEO |
| Page | URL asset | /glossary/canonical-tag |
Pages express concepts; they are not interchangeable with them. When the concept changes (industry redefinition), update the canonical page—not spawn a duplicate.
Concepts in knowledge organization stacks
Ontology class
Formal concept with properties and constraints in an ontology.
Vocabulary term
Preferred label pointing at the same concept ID.
Taxonomy node
Browse slot where concept content is filed.
KB article
Human-readable definition and examples.
Schema type
Machine-facing class like DefinedTerm or Product.
See ontology, vocabulary, taxonomy, and knowledge base for how each layer handles the same concept differently.
Concept modeling for SEO teams
Name the concept ID
Internal stable key—e.g., CONCEPT_CRAWL_BUDGET.
Attach preferred term
From controlled vocabulary—public H1 source.
List related concepts
Broader/narrower, not only keyword variants.
Map entities
Examples and tools that illustrate the concept.
Choose canonical URL
One primary explainer; satellites link in.
Broader, narrower, and related concepts
Concepts form graphs—not only trees:
| Relation | Example |
|---|---|
| Broader than | Crawling broader than Crawl Budget |
| Narrower than | Render Budget narrower than Crawl Budget (related sub-idea) |
| Related to | Crawl Budget related to Crawl Rate and Index Coverage |
| Contrasts with | Indexation contrasts with Crawling in user education |
Use relationship types intentionally in copy and internal links—not generic "see also" lists.
Concepts and Google's Knowledge Graph
Google's Knowledge Graph stores entity instances with types that reflect underlying concepts (Person, Organization). Your glossary concepts align editorial education with those types—especially for entity SEO—but Google will not import your internal concept IDs.
Consistency still matters: if your site calls the same concept three different things, corroboration weakens.
One concept, many keywords
Map query clusters to a single concept record:
Concept: Canonical URL
Keywords: canonical tag, rel canonical, canonicalization, duplicate canonical
Canonical page: /glossary/canonical-tag
Body copy may use synonyms; the concept stays singular.
Concepts in structured data
DefinedTerm marks a page as defining a concept. about and mentions properties connect articles to concepts they explain or reference:
{
"@type": "Article",
"headline": "Fixing crawl budget waste",
"about": {
"@type": "DefinedTerm",
"name": "Crawl Budget"
}
}
Attributes like dateModified describe the article—not the concept. Concept properties live in attribute slots defined by schema.
Concept boundaries in content audits
Ask during content audits:
- Which concept is this URL the canonical explainer for?
- Does another URL already own that concept?
- Are we mixing two concepts in one title (intent blur)?
- Do examples cite the right entity instances?
Merge or split pages based on concept clarity, not word count alone.
Concept myths
- Myth: "Concepts are too abstract for SEO." Reality: search rewards clear definitions for informational intent.
- Myth: "Every heading is a concept." Reality: headings organize; concepts need definitions and stable identity.
- Myth: "Entities replace concepts." Reality: entities are instances; concepts are classes.
- Myth: "Concept modeling is only for RDF nerds." Reality: glossaries are concept publishing for everyone.
How Crawlox helps concept coverage
Crawlox identifies glossary and guide URLs that target overlapping definitional queries, surfaces pages that mention concept terms without linking to canonical explainers, and tracks whether structured DefinedTerm markup matches visible definitions.
The practical takeaway
A concept is an abstract unit of meaning—the idea your glossary defines, your ontology classes, and your vocabulary labels. Separate concepts from entities, keywords, and topics; publish one canonical explainer per core concept to strengthen semantic SEO and entity SEO coherence.
Related terms
Frequently asked questions
What is the difference between a concept and an entity?
A concept is the abstract idea—Product, City, Crawl Error. An entity is a specific instance—Crawlox, Paris, a 404 on /pricing. Entities instantiate concepts.
Is a keyword a concept?
Keywords are query strings. Concepts are meanings behind them—often one concept maps to many keyword variants.
How do concepts relate to glossary pages?
Each glossary entry should define one primary concept, using vocabulary preferred terms, even if multiple phrases search for it.
Can one page represent multiple concepts?
Sometimes related concepts fit one guide. Distinct intents usually need separate URLs to avoid muddy relevance.
Do search engines use explicit concept IDs?
Google does not expose public concept IDs for your site, but consistent definitions and structured types help systems cluster meaning.
References
Explore authoritative guidance and frameworks related to concept.
Explore every glossary definition
Return to the glossary to search by term, alias, starting letter, or category.