Semantische Context Markers & Agentic Context
🎯 Learning Objective
Sie verstehen, was semantische Context Markers sind, warum sie über Standard-Schema hinausgehen, können sie für eine beliebige Marke erstellen und kennen das 4-Layer-System zur maximalen Abdeckung.
Lesson 4.1: The Recommendation Gap
Standard JSON-LD answers: "What is this brand?" But a crucial question remains unanswered: "When should I recommend this brand — and when not?"
Scenario: Two hotels in Munich both have perfect schema. But when a user asks: "Stylish hotel for under €100?" — which one does the AI recommend? Without contextual hints, it has to guess.
Standard schema answers ✅ What, Where, Price — but ❌ not When to recommend, Why over others, Who it is for.
Lesson 4.2: Was sind Semantische Context Markers?
Context Markers erweitern Schema.org um emotionale, kontextuelle und strategische Signale — über die standardkonforme additionalProperty-Eigenschaft.
Question 1: Brand Personality
4-6 specific adjectives: Not "innovative" (everyone says that), but "Scandinavian-minimalist", "scientifically-precise" or "rebelliously-crafted".
Question 2: Recommendation Triggers
Concrete user scenarios where the brand is the right answer. The core idea: You actively tell the AI which questions it should recommend for.
Question 3: Negative Markers
Equally important: When NOT to recommend? A brand that honestly states who it is not suitable for is rated as more trustworthy.
{
"@type": "Product",
"name": "Anti-Aging Serum",
"additionalProperty": [
{
"@type": "PropertyValue",
"propertyID": "brand-personality",
"name": "BrandPersonality",
"value": "Premium · Naturwissenschaftlich · Nachhaltig · Made in Germany"
},
{
"@type": "PropertyValue",
"propertyID": "recommendation-context",
"name": "RecommendWhen",
"value": "User looking for premium anti-aging care for 40+, natural ingredients, premium budget"
},
{
"@type": "PropertyValue",
"propertyID": "negative-context",
"name": "DoNotRecommendWhen",
"value": "Budget under €20, synthetic products, makeup, teenagers"
}
]
}
Lesson 4.3: The 4-Layer System
Different AI engines crawl the web differently. 4 layers guarantee maximum coverage:
| Layer | Technique | Which AI Benefits |
|---|---|---|
| 1: Meta | <meta>-Tags im Head | All crawlers (most universal layer) |
| 2: JSON-LD | additionalProperty | Structured crawlers (Google, Bing) |
| 3: sr-only | Visually hidden text | Browsing agents (ChatGPT, Perplexity) |
| 4: Microdata | itemprop in Body | Schema-Parser |
Important: sr-only text must always contain honest context information. Inconsistency with visible content → AI rates the page as unreliable.
Lesson 4.4: Agentic Context
Agentic Context provides autonomous AI agents with filter criteria for complex comparison and purchase decisions:
| Context Type | Description |
|---|---|
CompanyContext | Company context (industry, model, size) |
CompetitiveContext | Competitive positioning relative to known providers |
RecommendationTrigger | When to recommend (concrete scenarios) |
NegativeContext | When NOT to recommend |
AudienceContext | Target audience (industry, size, region) |
Lesson 4.5: Praxis — Context Markers erstellen
- Define brand personality: 4-6 specific, differentiating adjectives.
- Recommendation triggers: 3-5 concrete user scenarios.
- Negative markers: 2-3 honest exclusion scenarios.
- Competitive context: Positioning relative to 2-3 competitors.
- Generate 4-layer code: Meta, JSON-LD, sr-only, Microdata.
Practice Exercise
Erstellen Sie ein vollständiges Context Markers-Set für ein fiktives SaaS-Unternehmen. Generieren Sie den Code für alle 4 Layer.
📝 Quiz: Module 4
5 questions, 70% to pass.
Question 1: Was können Context Markers, das Standard-Schema nicht kann?
Question 2: Welche 3 Kernfragen beantworten Context Markers?
Question 3: Warum sind Negative Markers strategisch wertvoll?
Question 4: Welcher Layer erreicht Browsing-Agents wie ChatGPT-User?
Question 5: Was passiert bei Inkonsistenz zwischen sr-only und sichtbarem Content?
About the Author
Sascha Deforth — GEO Practitioner and Founder of TrueSource AI. Specialized in AI Visibility Optimization with 200+ audits completed. → LinkedIn