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:
@@ -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>
|
||||
|
||||
@@ -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>Legal notice – AegisSight</title>
|
||||
|
||||
<!-- Exclude legal pages from search engines -->
|
||||
|
||||
@@ -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>Privacy policy – AegisSight</title>
|
||||
|
||||
<!-- Exclude legal pages from search engines -->
|
||||
|
||||
@@ -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>Situation report: Cyberattacks on German infrastructure - AegisSight</title>
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
@@ -73,6 +76,27 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<script>window.LAGEBILD_DATA_BASE = '/lagen/cyberangriffe/';</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": "AegisSight",
|
||||
"item": "https://aegis-sight.de/en/"
|
||||
},
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"name": "Cyberattacks on German Infrastructure",
|
||||
"item": "https://aegis-sight.de/en/situations/cyber-attacks/"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="lagebild-page">
|
||||
<div class="scroll-progress" id="scroll-progress"></div>
|
||||
|
||||
@@ -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>Research: Legal status of deepfakes in Germany - AegisSight</title>
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/deepfakes/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/deepfakes/">
|
||||
@@ -73,6 +76,27 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<script>window.LAGEBILD_DATA_BASE = '/lagen/deepfakes/';</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": "AegisSight",
|
||||
"item": "https://aegis-sight.de/en/"
|
||||
},
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"name": "Legal Status of Deepfakes",
|
||||
"item": "https://aegis-sight.de/en/situations/deepfakes/"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="lagebild-page">
|
||||
<!-- Scroll Progress Bar -->
|
||||
|
||||
@@ -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>Situation report: Iran conflict - AegisSight</title>
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/iran-konflikt/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/iran-conflict/">
|
||||
@@ -73,6 +76,27 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css">
|
||||
<link rel="stylesheet" href="/cookie-consent.css">
|
||||
<script>window.LAGEBILD_DATA_BASE = '/lagen/iran-konflikt/';</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": "AegisSight",
|
||||
"item": "https://aegis-sight.de/en/"
|
||||
},
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"name": "Iran Conflict",
|
||||
"item": "https://aegis-sight.de/en/situations/iran-conflict/"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="lagebild-page">
|
||||
<!-- Scroll Progress Bar -->
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren