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:
214
en/index.html
214
en/index.html
@@ -32,15 +32,21 @@
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org Organization -->
|
||||
<!-- TODO AEO/GEO: once LinkedIn company page and founder profiles exist,
|
||||
add the URLs to "sameAs" (organisation and both Person entries).
|
||||
This is the central place where GEO signals for AI search are created. -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"@id": "https://aegis-sight.de/#organization",
|
||||
"name": "AegisSight UG (haftungsbeschränkt)",
|
||||
"alternateName": "AegisSight",
|
||||
"url": "https://aegis-sight.de",
|
||||
"logo": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg",
|
||||
"email": "info@aegis-sight.de",
|
||||
"slogan": "AI-powered real-time situation reports from open sources.",
|
||||
"description": "AegisSight is a German OSINT monitoring software that continuously evaluates hundreds of open sources and generates structured real-time situation reports with automatic fact-checking.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Gladbacher Straße 3-5",
|
||||
@@ -48,7 +54,24 @@
|
||||
"addressLocality": "Langenfeld",
|
||||
"addressRegion": "Nordrhein-Westfalen",
|
||||
"addressCountry": "DE"
|
||||
}
|
||||
},
|
||||
"founder": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Hendrik Gebhardt",
|
||||
"jobTitle": "Founder & Managing Director",
|
||||
"worksFor": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"sameAs": []
|
||||
},
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Monami Homma",
|
||||
"jobTitle": "Founder & Managing Director",
|
||||
"worksFor": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"sameAs": []
|
||||
}
|
||||
],
|
||||
"sameAs": []
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -65,19 +88,16 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"@id": "https://aegis-sight.de/en/#website",
|
||||
"name": "AegisSight",
|
||||
"alternateName": "AegisSight Monitor",
|
||||
"url": "https://aegis-sight.de/en/",
|
||||
"inLanguage": "en-GB",
|
||||
"description": "OSINT monitoring from Germany: AI-powered real-time situation reports from open sources, with automated fact-checking and source attribution.",
|
||||
"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"
|
||||
}
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"speakable": {
|
||||
"@type": "SpeakableSpecification",
|
||||
"cssSelector": [".hero-tagline", ".feature-statement-text", ".faq-answer"]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -85,11 +105,12 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"@id": "https://aegis-sight.de/en/#software",
|
||||
"name": "AegisSight Monitor",
|
||||
"applicationCategory": "BusinessApplication",
|
||||
"applicationSubCategory": "OSINT Monitoring Software",
|
||||
"operatingSystem": "Web",
|
||||
"url": "https://aegis-sight.de/",
|
||||
"url": "https://aegis-sight.de/en/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"description": "AI-powered real-time situation reports from open sources. Aggregation, deduplication, geographic mapping, automated fact-checking and multilingual analysis. For government agencies, newsrooms, and security services.",
|
||||
"inLanguage": "en-GB",
|
||||
@@ -101,25 +122,118 @@
|
||||
"Automated fact-checking against independent sources",
|
||||
"Structured situation reports with source attribution and timeline"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"publisher": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"availability": "https://schema.org/InStock",
|
||||
"priceCurrency": "EUR",
|
||||
"price": "0",
|
||||
"url": "https://aegis-sight.de/#contact",
|
||||
"description": "Preise auf Anfrage"
|
||||
"url": "https://aegis-sight.de/en/#contact",
|
||||
"description": "Pricing on request"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org Service (AEO/GEO: dedicated service entry for AI search) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Service",
|
||||
"@id": "https://aegis-sight.de/en/#osint-service",
|
||||
"name": "AegisSight Monitor",
|
||||
"serviceType": "OSINT monitoring",
|
||||
"provider": { "@id": "https://aegis-sight.de/#organization" },
|
||||
"areaServed": [
|
||||
{ "@type": "Country", "name": "Germany" },
|
||||
{ "@type": "Country", "name": "Austria" },
|
||||
{ "@type": "Country", "name": "Switzerland" },
|
||||
{ "@type": "AdministrativeArea", "name": "European Union" }
|
||||
],
|
||||
"audience": {
|
||||
"@type": "BusinessAudience",
|
||||
"audienceType": "Government agencies, newsrooms and security services"
|
||||
},
|
||||
"description": "AI-powered real-time situation reports from hundreds of open sources, with automated fact-checking, geographic mapping and multilingual analysis. Operated entirely on servers in Germany, GDPR-compliant.",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "AegisSight Monitor capabilities",
|
||||
"itemListElement": [
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Real-time monitoring of hundreds of open sources" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Automated fact-checking against independent sources" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Geographic mapping on an interactive map" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Multilingual analysis in Farsi, Arabic, Hebrew and further languages" } },
|
||||
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Structured situation reports with source attribution and timeline" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Schema.org FAQPage (AEO: quotable answers for AI search) -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"@id": "https://aegis-sight.de/en/#faq",
|
||||
"inLanguage": "en-GB",
|
||||
"isPartOf": { "@id": "https://aegis-sight.de/en/#website" },
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is the AegisSight Monitor?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "The AegisSight Monitor is a German AI-driven OSINT monitoring software that continuously evaluates hundreds of open sources and generates structured real-time situation reports with automatic fact-checking."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is a situation report?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "A situation report is the structured summary of the current factual status of an event or conflict, compiled from multiple independent sources, with timeline, source references and geographic mapping."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Which sources does AegisSight evaluate?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "AegisSight evaluates hundreds of publicly accessible sources in multiple languages, including news agencies, specialist media, government statements and social-media channels in German, English, Farsi, Arabic and Hebrew. Updates occur every five minutes."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How does the automatic fact-checking work?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Every central claim is automatically cross-checked against independent sources and rated against a four-axis classification scheme (methodology, transparency, independence, track record), supplemented by IFCN and EUvsDisinfo signals."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is AegisSight GDPR-compliant?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "AegisSight runs entirely on servers in Germany (Langenfeld, North Rhine-Westphalia) and processes only publicly accessible sources. No personal profiles are created, and no data is transferred to third countries."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Who is the AegisSight Monitor designed for?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "The AegisSight Monitor is designed for authorities, newsrooms and security services that need reliable real-time situation reports, including crisis response teams, investigative newsrooms, corporate security and physical-security operations."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How do I get access to the AegisSight Monitor?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Access is granted on individual request; pilot access is available for qualified organisations. Contact: info@aegis-sight.de. Pricing is calculated case by case on request."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -133,6 +247,7 @@
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#demos">Live Reports</a></li>
|
||||
<li><a href="#trust">About Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="nav-extras">
|
||||
@@ -154,6 +269,7 @@
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#demos">Live Reports</a></li>
|
||||
<li><a href="#trust">About Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
<div class="lang-switcher" role="group" aria-label="Language">
|
||||
@@ -505,6 +621,62 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ-Section (AEO/GEO: quotable answers in DOM and FAQPage-JSON-LD) -->
|
||||
<style>
|
||||
.faq-section { background: #0F2240; color: #E6ECF5; padding: 4rem 0; }
|
||||
.faq-section .container { max-width: 880px; }
|
||||
.faq-section h2 { color: #E6C77E; text-align: center; margin-bottom: 0.5rem; }
|
||||
.faq-section .faq-intro { text-align: center; color: #B8C4D8; margin-bottom: 2.5rem; }
|
||||
.faq-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(230,199,126,0.18); border-radius: 8px; margin-bottom: 0.75rem; padding: 0; overflow: hidden; }
|
||||
.faq-item summary { padding: 1.1rem 1.4rem; cursor: pointer; font-weight: 600; font-size: 1.05rem; color: #FFFFFF; list-style: none; position: relative; padding-right: 3rem; }
|
||||
.faq-item summary::-webkit-details-marker { display: none; }
|
||||
.faq-item summary::after { content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #E6C77E; font-weight: 300; transition: transform 0.2s; }
|
||||
.faq-item[open] summary::after { content: "−"; }
|
||||
.faq-item summary:hover { background: rgba(230,199,126,0.06); }
|
||||
.faq-item .faq-answer { padding: 0 1.4rem 1.2rem 1.4rem; color: #D5DCE8; line-height: 1.65; font-size: 0.98rem; }
|
||||
</style>
|
||||
<section class="section faq-section" id="faq" aria-labelledby="faq-title">
|
||||
<div class="container">
|
||||
<h2 class="section-title" id="faq-title">Frequently Asked Questions</h2>
|
||||
<p class="faq-intro">The key answers about AegisSight Monitor at a glance.</p>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>What is the AegisSight Monitor?</summary>
|
||||
<p class="faq-answer">The AegisSight Monitor is a German AI-driven OSINT monitoring software that continuously evaluates hundreds of open sources and generates structured real-time situation reports with automatic fact-checking.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>What is a situation report?</summary>
|
||||
<p class="faq-answer">A situation report is the structured summary of the current factual status of an event or conflict, compiled from multiple independent sources, with timeline, source references and geographic mapping. Examples are available in the <a href="#demos">live reports</a>.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Which sources does AegisSight evaluate?</summary>
|
||||
<p class="faq-answer">AegisSight evaluates hundreds of publicly accessible sources in multiple languages, including news agencies, specialist media, government statements and social-media channels in German, English, Farsi, Arabic and Hebrew. Updates occur every five minutes.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>How does the automatic fact-checking work?</summary>
|
||||
<p class="faq-answer">Every central claim is automatically cross-checked against independent sources and rated against a four-axis classification scheme (methodology, transparency, independence, track record), supplemented by IFCN and EUvsDisinfo signals.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Is AegisSight GDPR-compliant?</summary>
|
||||
<p class="faq-answer">AegisSight runs entirely on servers in Germany (Langenfeld, North Rhine-Westphalia) and processes only publicly accessible sources. No personal profiles are created, and no data is transferred to third countries.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>Who is the AegisSight Monitor designed for?</summary>
|
||||
<p class="faq-answer">The AegisSight Monitor is designed for authorities, newsrooms and security services that need reliable real-time situation reports, including crisis response teams, investigative newsrooms, corporate security and physical-security operations.</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item">
|
||||
<summary>How do I get access to the AegisSight Monitor?</summary>
|
||||
<p class="faq-answer">Access is granted on individual request; pilot access is available for qualified organisations. Contact: <a href="mailto:info@aegis-sight.de">info@aegis-sight.de</a>. Pricing is calculated case by case on request.</p>
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren