AEO/GEO: FAQ-Section, Service- und Dataset-Schemas, speakable, Q&A-llms.txt
- index.html (DE+EN): FAQPage mit 7 Q&A, Service-Schema, founder-Person-Stubs mit @id-Referenzen, speakable-Selektoren, sichtbares FAQ-Akkordeon vor Footer, Nav-Eintrag Fragen/FAQ - lagen/* (DE+EN): Article auf NewsArticle erweitert (deepfakes bleibt Article), plus temporalCoverage, keywords, about, speakable, @id-Refs auf Organization; Dataset-Schema neu mit DataDownload auf current.json - llms.txt: Umbau auf antwortorientiertes Q&A-Format mit 7 Fragen plus Glossar (OSINT, Lagebild, Faktencheck, IFCN, EUvsDisinfo, Klassifikation) - sitemap.xml: lastmod auf 2026-05-17 Ziel: bessere Auffindbarkeit und Zitierfaehigkeit in KI-Suche (ChatGPT, Perplexity, Claude, Gemini). 51 Prozent der B2B-Kaeufer recherchieren laut drweb.de-Artikel inzwischen primaer in KI-Chatbots. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -32,11 +32,12 @@
|
||||
<meta name="twitter:description" content="Live situation report on cyberattacks against German infrastructure: AI-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<!-- Schema.org NewsArticle (AEO/GEO: quotable live situation report) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@type": "NewsArticle",
|
||||
"@id": "https://aegis-sight.de/en/situations/cyber-attacks/#article",
|
||||
"headline": "Situation report: Cyberattacks on German infrastructure",
|
||||
"name": "Situation report: Cyberattacks on German infrastructure",
|
||||
"description": "Live situation report on cyberattacks against German infrastructure: AI-OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.",
|
||||
@@ -45,23 +46,49 @@
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"dateModified": "2026-05-17",
|
||||
"articleSection": "Cybersecurity",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
"temporalCoverage": "2024-01-01/..",
|
||||
"keywords": ["Cyberattack", "Germany", "Critical infrastructure", "KRITIS", "OSINT", "BSI", "Cybersecurity", "Real-time situation report"],
|
||||
"about": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Thing", "name": "Critical infrastructure" },
|
||||
{ "@type": "Thing", "name": "Cybersecurity" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/cyberangriffe/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Dataset (situation data as machine-readable set) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"@id": "https://aegis-sight.de/en/situations/cyber-attacks/#dataset",
|
||||
"name": "Cyberattacks on German infrastructure – situation data",
|
||||
"description": "Aggregated OSINT situation data on cyberattacks against German authorities, businesses and critical infrastructure. Continuously curated list with fact-checks, sources and geographic mapping. Updated every 5 minutes.",
|
||||
"url": "https://aegis-sight.de/en/situations/cyber-attacks/",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"temporalCoverage": "2024-01-01/..",
|
||||
"keywords": ["Cyberattack", "Germany", "KRITIS", "OSINT", "situation report", "real-time data"],
|
||||
"creator": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"isBasedOn": { "@id": "https://aegis-sight.de/#osint-service" },
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"encodingFormat": "application/json",
|
||||
"contentUrl": "https://aegis-sight.de/lagen/cyberangriffe/data/current.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -32,11 +32,12 @@
|
||||
<meta name="twitter:description" content="Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<!-- Schema.org Article (AEO/GEO: quotable research briefing) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@id": "https://aegis-sight.de/en/situations/deepfakes/#article",
|
||||
"headline": "Research briefing: Legal status of deepfakes in Germany",
|
||||
"name": "Research briefing: Legal status of deepfakes in Germany",
|
||||
"description": "Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.",
|
||||
@@ -45,23 +46,23 @@
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"dateModified": "2026-05-17",
|
||||
"articleSection": "Law and Regulation",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
"temporalCoverage": "2023-01-01/..",
|
||||
"keywords": ["Deepfake", "Law", "Germany", "Case law", "Legislation", "AI regulation", "Digital Services Act", "Personality rights"],
|
||||
"about": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Thing", "name": "Deepfakes" },
|
||||
{ "@type": "Thing", "name": "Case law" },
|
||||
{ "@type": "Thing", "name": "AI regulation" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/deepfakes/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
}
|
||||
}
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -32,11 +32,12 @@
|
||||
<meta name="twitter:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<!-- Schema.org NewsArticle (AEO/GEO: quotable live situation report) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@type": "NewsArticle",
|
||||
"@id": "https://aegis-sight.de/en/situations/iran-conflict/#article",
|
||||
"headline": "Situation report: Iran conflict",
|
||||
"name": "Situation report: Iran conflict",
|
||||
"description": "Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources, automated fact-checking, geographic mapping and timeline.",
|
||||
@@ -45,23 +46,48 @@
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"dateModified": "2026-05-17",
|
||||
"articleSection": "International Security",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"description": "KI-gestützte OSINT-Aggregation aus offenen Quellen, jede Behauptung gegen unabhängige Quellen geprüft."
|
||||
"temporalCoverage": "2024-04-13/..",
|
||||
"keywords": ["Iran", "Iran conflict", "Middle East", "OSINT", "real-time situation report", "AI fact-checking", "security situation"],
|
||||
"about": [
|
||||
{ "@type": "Place", "name": "Iran" },
|
||||
{ "@type": "Thing", "name": "International security" }
|
||||
],
|
||||
"isBasedOn": "https://aegis-sight.de/lagen/iran-konflikt/data/current.json",
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": ["#incident-title", "#ueberblick-content", "#summary-content"]
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg"
|
||||
"author": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" }
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Dataset (situation data as machine-readable set) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"@id": "https://aegis-sight.de/en/situations/iran-conflict/#dataset",
|
||||
"name": "Iran conflict situation report – data",
|
||||
"description": "Aggregated OSINT situation data on the Iran conflict: continuously curated list of news items, fact-checks, sources and geographic mappings. Updated every 5 minutes.",
|
||||
"url": "https://aegis-sight.de/en/situations/iran-conflict/",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-17",
|
||||
"temporalCoverage": "2024-04-13/..",
|
||||
"keywords": ["Iran", "OSINT", "situation report", "fact-checking", "real-time data"],
|
||||
"creator": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"isBasedOn": { "@id": "https://aegis-sight.de/#osint-service" },
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"encodingFormat": "application/json",
|
||||
"contentUrl": "https://aegis-sight.de/lagen/iran-konflikt/data/current.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren