SEO Quick-Wins: Schema.org, Meta-Hygiene, llms.txt, Performance, Aufraeumen

- Title Iran-Konflikt mit Bindestrich (Konsistenz mit OG/Schema)
- Meta-Hygiene auf 12 Seiten: robots index/follow + max-image-preview:large, theme-color #0A1832, author AegisSight UG
- sitemap.xml: lastmod-Tag pro URL (besseres Crawl-Signal)
- Hauptseite (DE+EN): Schema.org WebSite + SoftwareApplication ergaenzt (Sitelinks, Rich Result fuer Software-Produkt)
- Lagen-Seiten (6): Schema.org BreadcrumbList (Home -> Topic)
- llms.txt: Site-Struktur fuer KI-Crawler (mit Hinweis Live-Search-Bots erlaubt, Training-Bots geblockt)
- Performance: Hero-Slides 2-5 preload=metadata -> none (Slide 1 bleibt auto/LCP)
- Aufraeumen: 5 tote CSS-Files, 7 tote JS-Files, robots-launch.txt + sitemap-launch.xml entfernt
Dieser Commit ist enthalten in:
claude-dev
2026-05-10 15:17:47 +02:00
Ursprung 025ddfcebd
Commit d00bb4ba1d
29 geänderte Dateien mit 356 neuen und 4106 gelöschten Zeilen

Datei anzeigen

@@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<meta name="theme-color" content="#0A1832">
<meta name="author" content="AegisSight UG">
<title>AegisSight Monitor – Real-time situation reports from open sources</title>
<meta name="description" content="OSINT monitoring software from Germany: AI-powered real-time situation reports from open sources. For government agencies, newsrooms, and security services.">
<link rel="canonical" href="https://aegis-sight.de/en/">
@@ -57,6 +60,66 @@
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/lang-switcher.css">
<link rel="stylesheet" href="/cookie-consent.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "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"
}
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "AegisSight Monitor",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "OSINT Monitoring Software",
"operatingSystem": "Web",
"url": "https://aegis-sight.de/",
"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",
"featureList": [
"Real-time monitoring of hundreds of sources",
"Source analysis with aggregation and deduplication",
"Geographic mapping on interactive map",
"Multilingual analysis (Farsi, Arabic, Hebrew and more)",
"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"
}
},
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "EUR",
"price": "0",
"url": "https://aegis-sight.de/#contact",
"description": "Preise auf Anfrage"
}
}
</script>
</head>
<body>
@@ -129,7 +192,7 @@
<!-- Slide 2: Automated fact-checking (Video) -->
<div class="hero-slide" data-slide="1">
<div class="hero-slide-video">
<video muted playsinline preload="metadata">
<video muted playsinline preload="none">
<source src="/videos/hero-slide-2-monitoring.mp4?v=3" type="video/mp4">
</video>
</div>
@@ -138,7 +201,7 @@
<!-- Slide 3: AI-powered research (Video) -->
<div class="hero-slide" data-slide="2">
<div class="hero-slide-video">
<video muted playsinline preload="metadata">
<video muted playsinline preload="none">
<source src="/videos/hero-slide-3-monitoring.mp4?v=2" type="video/mp4">
</video>
</div>
@@ -153,7 +216,7 @@
<!-- Slide 4: Global source coverage (Video) -->
<div class="hero-slide" data-slide="3">
<div class="hero-slide-video">
<video muted playsinline preload="metadata">
<video muted playsinline preload="none">
<source src="/videos/hero-slide-4-monitoring.mp4" type="video/mp4">
</video>
</div>
@@ -168,7 +231,7 @@
<!-- Slide 5: Flexible deployment (Video) -->
<div class="hero-slide" data-slide="4">
<div class="hero-slide-video">
<video muted playsinline preload="metadata">
<video muted playsinline preload="none">
<source src="/videos/hero-slide-5-monitoring.mp4?v=2" type="video/mp4">
</video>
</div>