Promote develop → main (2026-05-10 13:04 UTC) #3
@@ -213,6 +213,8 @@ CHANGE_LOG:
|
||||
- "STRUCTURE: aktive vs. legacy CSS/JS getrennt, videos/, downloads/, insights/, accountforger-video.html, weitere Top-Level-Files ergänzt"
|
||||
- "Lagen-Layout: cyberangriffe und deepfakes binden Lagebild-CSS/JS aus iran-konflikt ein (zentrale Assets)"
|
||||
- "SERVICES: sync-lagebild und insights ergänzt"
|
||||
- "SEO Stufe 1: noindex/nofollow von 12 indexierbaren Seiten entfernt; robots.txt scharf geschaltet (Live-Search-AI-Bots erlaubt, Training-Bots geblockt); sitemap.xml deployt"
|
||||
- "Lagen-Seiten: description, canonical, Open Graph, Twitter Card, Schema.org Article ergänzt; Topic-Default in #incident-title als Crawler-Fallback"
|
||||
|
||||
Last-Updated: 2026-05-10
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<title>Datenschutz – AegisSight</title>
|
||||
|
||||
<!-- Rechtliche Seiten von Suchmaschinen ausschliessen -->
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html">
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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.">
|
||||
<meta name="robots" content="noindex, nofollow, noarchive">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/">
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<title>Legal notice – AegisSight</title>
|
||||
|
||||
<!-- Exclude legal pages from search engines -->
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html">
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<title>Privacy policy – AegisSight</title>
|
||||
|
||||
<!-- Exclude legal pages from search engines -->
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html">
|
||||
|
||||
@@ -4,10 +4,64 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Situation report: Cyberattacks on German infrastructure - AegisSight</title>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<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/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
|
||||
<meta name="description" content="Live situation report on cyberattacks against German infrastructure: AI-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Situation report: Cyberattacks on German infrastructure - AegisSight">
|
||||
<meta property="og:description" content="Live situation report on cyberattacks against German infrastructure: AI-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/situations/cyber-attacks/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Situation report: Cyberattacks on German infrastructure - AegisSight">
|
||||
<meta name="twitter:description" content="Live situation report on cyberattacks against German infrastructure: AI-driven 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 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "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-driven OSINT analysis, automated fact-checking, geographic mapping. Continuously updated.",
|
||||
"url": "https://aegis-sight.de/en/situations/cyber-attacks/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"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."
|
||||
},
|
||||
"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>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
@@ -67,7 +121,7 @@
|
||||
<div class="hero-bg-pattern"></div>
|
||||
<div class="container">
|
||||
<h1 id="hero-title">SITUATION REPORT</h1>
|
||||
<p class="hero-incident-title" id="incident-title"></p>
|
||||
<p class="hero-incident-title" id="incident-title">Cyberattacks on German Infrastructure</p>
|
||||
<div class="hero-stats" id="hero-stats"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -4,10 +4,64 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Research: Legal status of deepfakes in Germany - AegisSight</title>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<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/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/deepfakes/">
|
||||
|
||||
<meta name="description" content="Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/situations/deepfakes/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Research briefing: Legal status of deepfakes in Germany - AegisSight">
|
||||
<meta property="og:description" content="Research briefing on the legal status of deepfakes in Germany: AI-driven analysis of case law, legislation and media coverage.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/situations/deepfakes/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Research briefing: Legal status of deepfakes in Germany - AegisSight">
|
||||
<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 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "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.",
|
||||
"url": "https://aegis-sight.de/en/situations/deepfakes/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"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."
|
||||
},
|
||||
"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>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
@@ -74,7 +128,7 @@
|
||||
<div class="hero-bg-pattern"></div>
|
||||
<div class="container">
|
||||
<h1 id="hero-title">RESEARCH BRIEFING</h1>
|
||||
<p class="hero-incident-title" id="incident-title"></p>
|
||||
<p class="hero-incident-title" id="incident-title">Legal Status of Deepfakes in Germany</p>
|
||||
<div class="hero-stats" id="hero-stats"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -4,10 +4,64 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Situation report: Iran conflict - AegisSight</title>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<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/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/">
|
||||
|
||||
<meta name="description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/en/situations/iran-conflict/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Situation report: Iran conflict - AegisSight">
|
||||
<meta property="og:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/en/situations/iran-conflict/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Situation report: Iran conflict - AegisSight">
|
||||
<meta name="twitter:description" content="Live situation report on the Iran conflict: AI-driven OSINT analysis of hundreds of sources in real time, automated fact-checking, geographic mapping and timeline.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "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 in real time, automated fact-checking, geographic mapping and timeline.",
|
||||
"url": "https://aegis-sight.de/en/situations/iran-conflict/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "en-GB",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"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."
|
||||
},
|
||||
"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>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
@@ -74,7 +128,7 @@
|
||||
<div class="hero-bg-pattern"></div>
|
||||
<div class="container">
|
||||
<h1 id="hero-title">SITUATION REPORT</h1>
|
||||
<p class="hero-incident-title" id="incident-title"></p>
|
||||
<p class="hero-incident-title" id="incident-title">Iran Conflict</p>
|
||||
|
||||
<!-- Stat Cards -->
|
||||
<div class="hero-stats" id="hero-stats"></div>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<title>Impressum – AegisSight</title>
|
||||
|
||||
<!-- Rechtliche Seiten von Suchmaschinen ausschliessen -->
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html">
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AegisSight Monitor – Echtzeit-Lagebilder aus offenen Quellen</title>
|
||||
<meta name="description" content="OSINT-Monitoring Software aus Deutschland: KI-gestützte Echtzeit-Lagebilder aus offenen Quellen. Für Behörden, Redaktionen und Sicherheitsdienste.">
|
||||
<meta name="robots" content="noindex, nofollow, noarchive">
|
||||
<link rel="canonical" href="https://aegis-sight.de/">
|
||||
<link rel="alternate" hreflang="de" href="https://aegis-sight.de/">
|
||||
<link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/">
|
||||
|
||||
@@ -4,10 +4,64 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lagebild: Cyberangriffe auf deutsche Infrastruktur - AegisSight</title>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<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/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
|
||||
<meta name="description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Lagebild Cyberangriffe auf deutsche Infrastruktur - AegisSight">
|
||||
<meta property="og:description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/lagen/cyberangriffe/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:locale:alternate" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Lagebild Cyberangriffe auf deutsche Infrastruktur - AegisSight">
|
||||
<meta name="twitter:description" content="Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"headline": "Lagebild Cyberangriffe auf deutsche Infrastruktur",
|
||||
"name": "Lagebild Cyberangriffe auf deutsche Infrastruktur",
|
||||
"description": "Live-Lagebild Cyberangriffe gegen deutsche Infrastruktur: KI-gestützte OSINT-Auswertung, automatische Faktenchecks, geografische Verortung. Kontinuierlich aktualisiert.",
|
||||
"url": "https://aegis-sight.de/lagen/cyberangriffe/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Cybersicherheit",
|
||||
"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."
|
||||
},
|
||||
"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>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
@@ -66,7 +120,7 @@
|
||||
<div class="hero-bg-pattern"></div>
|
||||
<div class="container">
|
||||
<h1 id="hero-title">LAGEBILD</h1>
|
||||
<p class="hero-incident-title" id="incident-title"></p>
|
||||
<p class="hero-incident-title" id="incident-title">Cyberangriffe auf deutsche Infrastruktur</p>
|
||||
<div class="hero-stats" id="hero-stats"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -4,10 +4,64 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Recherche: Rechtliche Lage von Deepfakes in Deutschland - AegisSight</title>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<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/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/deepfakes/">
|
||||
|
||||
<meta name="description" content="Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/lagen/deepfakes/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Recherche: Rechtliche Lage von Deepfakes in Deutschland - AegisSight">
|
||||
<meta property="og:description" content="Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/lagen/deepfakes/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:locale:alternate" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Recherche: Rechtliche Lage von Deepfakes in Deutschland - AegisSight">
|
||||
<meta name="twitter:description" content="Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"headline": "Recherche: Rechtliche Lage von Deepfakes in Deutschland",
|
||||
"name": "Recherche: Rechtliche Lage von Deepfakes in Deutschland",
|
||||
"description": "Recherche-Briefing zur rechtlichen Lage von Deepfakes in Deutschland: KI-gestützte Auswertung von Rechtsprechung, Gesetzgebung und Medienberichterstattung.",
|
||||
"url": "https://aegis-sight.de/lagen/deepfakes/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Recht und Regulierung",
|
||||
"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."
|
||||
},
|
||||
"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>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
@@ -73,7 +127,7 @@
|
||||
<div class="hero-bg-pattern"></div>
|
||||
<div class="container">
|
||||
<h1 id="hero-title">RECHERCHE</h1>
|
||||
<p class="hero-incident-title" id="incident-title"></p>
|
||||
<p class="hero-incident-title" id="incident-title">Rechtliche Lage von Deepfakes in Deutschland</p>
|
||||
<div class="hero-stats" id="hero-stats"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -4,10 +4,64 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lagebild Irankonflikt - AegisSight</title>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
|
||||
<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/">
|
||||
<link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/">
|
||||
|
||||
<meta name="description" content="Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.">
|
||||
<link rel="canonical" href="https://aegis-sight.de/lagen/iran-konflikt/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:site_name" content="AegisSight">
|
||||
<meta property="og:title" content="Lagebild Iran-Konflikt - AegisSight">
|
||||
<meta property="og:description" content="Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.">
|
||||
<meta property="og:url" content="https://aegis-sight.de/lagen/iran-konflikt/">
|
||||
<meta property="og:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:locale:alternate" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Lagebild Iran-Konflikt - AegisSight">
|
||||
<meta name="twitter:description" content="Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.">
|
||||
<meta name="twitter:image" content="https://aegis-sight.de/assets/images/og-image.png">
|
||||
|
||||
<!-- Schema.org -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"headline": "Lagebild Iran-Konflikt",
|
||||
"name": "Lagebild Iran-Konflikt",
|
||||
"description": "Live-Lagebild Iran-Konflikt: KI-gestützte OSINT-Auswertung hunderter Quellen in Echtzeit, automatische Faktenchecks, geografische Verortung und Zeitverlauf.",
|
||||
"url": "https://aegis-sight.de/lagen/iran-konflikt/",
|
||||
"image": "https://aegis-sight.de/assets/images/og-image.png",
|
||||
"inLanguage": "de-DE",
|
||||
"isAccessibleForFree": true,
|
||||
"datePublished": "2026-01-08",
|
||||
"dateModified": "2026-05-10",
|
||||
"articleSection": "Internationale Sicherheitslage",
|
||||
"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."
|
||||
},
|
||||
"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>
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
@@ -73,7 +127,7 @@
|
||||
<div class="hero-bg-pattern"></div>
|
||||
<div class="container">
|
||||
<h1 id="hero-title">LAGEBILD</h1>
|
||||
<p class="hero-incident-title" id="incident-title"></p>
|
||||
<p class="hero-incident-title" id="incident-title">Iran-Konflikt</p>
|
||||
|
||||
<!-- Stat Cards -->
|
||||
<div class="hero-stats" id="hero-stats"></div>
|
||||
|
||||
178
robots.txt
178
robots.txt
@@ -1,94 +1,23 @@
|
||||
# robots.txt for AegisSight UG
|
||||
# Block ALL web crawlers and bots from the entire site
|
||||
# robots.txt - AegisSight UG
|
||||
# Crawling allgemein erlaubt, ausser API/interne Pfade
|
||||
# Keine Trainingsdaten-Verwendung durch AI-Crawler (Training-Bots geblockt)
|
||||
# Live-Search-AI-Bots (OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot) sind erlaubt
|
||||
|
||||
# Block all bots
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Crawl-delay: 86400
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
Disallow: /_archiv/
|
||||
Disallow: /insights/
|
||||
|
||||
# Specifically block major search engines
|
||||
User-agent: Googlebot
|
||||
Disallow: /
|
||||
# Sitemap
|
||||
Sitemap: https://aegis-sight.de/sitemap.xml
|
||||
|
||||
User-agent: Bingbot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Slurp
|
||||
Disallow: /
|
||||
|
||||
User-agent: DuckDuckBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Baiduspider
|
||||
Disallow: /
|
||||
|
||||
User-agent: YandexBot
|
||||
Disallow: /
|
||||
|
||||
# Block social media crawlers
|
||||
User-agent: facebookexternalhit
|
||||
Disallow: /
|
||||
|
||||
User-agent: Twitterbot
|
||||
Disallow: /
|
||||
|
||||
User-agent: LinkedInBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: WhatsApp
|
||||
Disallow: /
|
||||
|
||||
User-agent: TelegramBot
|
||||
Disallow: /
|
||||
|
||||
# Block SEO and analysis bots
|
||||
User-agent: AhrefsBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SemrushBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: DotBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: MJ12bot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SEOkicks-Robot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SeznamBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: MauiBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Majestic-12
|
||||
Disallow: /
|
||||
|
||||
User-agent: Majestic-SEO
|
||||
Disallow: /
|
||||
|
||||
# Block archiving bots
|
||||
User-agent: ia_archiver
|
||||
Disallow: /
|
||||
|
||||
User-agent: Wayback Machine
|
||||
Disallow: /
|
||||
|
||||
User-agent: SiteSnagger
|
||||
Disallow: /
|
||||
|
||||
User-agent: WebCopier
|
||||
Disallow: /
|
||||
|
||||
# Block AI/ML crawlers
|
||||
# ----------------------------------------------------------------------
|
||||
# AI-Training-Crawler -- BLOCKED (kein Training auf unseren Inhalten)
|
||||
# ----------------------------------------------------------------------
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: ChatGPT-User
|
||||
Disallow: /
|
||||
|
||||
User-agent: CCBot
|
||||
Disallow: /
|
||||
|
||||
@@ -98,15 +27,86 @@ Disallow: /
|
||||
User-agent: Claude-Web
|
||||
Disallow: /
|
||||
|
||||
# Block download managers
|
||||
User-agent: wget
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
||||
|
||||
User-agent: curl
|
||||
User-agent: Applebot-Extended
|
||||
Disallow: /
|
||||
|
||||
User-agent: Meta-ExternalAgent
|
||||
Disallow: /
|
||||
|
||||
User-agent: Bytespider
|
||||
Disallow: /
|
||||
|
||||
User-agent: cohere-ai
|
||||
Disallow: /
|
||||
|
||||
User-agent: FacebookBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: ImagesiftBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Diffbot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Omgilibot
|
||||
Disallow: /
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# AI-Live-Search-Crawler -- ALLOWED (Sichtbarkeit in KI-Antworten)
|
||||
# OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot werden NICHT
|
||||
# blockiert. Sie crawlen fuer Live-Antworten, nicht fuer Training.
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Archiv-Bots
|
||||
# ----------------------------------------------------------------------
|
||||
User-agent: ia_archiver
|
||||
Disallow: /
|
||||
|
||||
User-agent: archive.org_bot
|
||||
Disallow: /
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# SEO-/Spam-Crawler
|
||||
# ----------------------------------------------------------------------
|
||||
User-agent: AhrefsBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SemrushBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: MJ12bot
|
||||
Disallow: /
|
||||
|
||||
User-agent: DotBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SEOkicks-Robot
|
||||
Disallow: /
|
||||
|
||||
User-agent: MauiBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Majestic-12
|
||||
Disallow: /
|
||||
|
||||
User-agent: BLEXBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SerendeputyBot
|
||||
Disallow: /
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Download-Manager
|
||||
# ----------------------------------------------------------------------
|
||||
User-agent: HTTrack
|
||||
Disallow: /
|
||||
|
||||
# No sitemap provided
|
||||
# No crawl permissions granted
|
||||
User-agent: SiteSnagger
|
||||
Disallow: /
|
||||
|
||||
User-agent: WebCopier
|
||||
Disallow: /
|
||||
|
||||
100
sitemap.xml
Normale Datei
100
sitemap.xml
Normale Datei
@@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/lagen/iran-konflikt/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/iran-conflict/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/situations/iran-conflict/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/iran-conflict/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/iran-konflikt/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/lagen/cyberangriffe/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/situations/cyber-attacks/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/cyber-attacks/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/cyberangriffe/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/lagen/deepfakes/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/situations/deepfakes/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/situations/deepfakes/"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/lagen/deepfakes/"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/impressum.html</loc>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/legal-notice.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/impressum.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/legal-notice.html</loc>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/impressum.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/legal-notice.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/impressum.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/datenschutz.html</loc>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/privacy.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://aegis-sight.de/en/privacy.html</loc>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://aegis-sight.de/en/privacy.html"/>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://aegis-sight.de/datenschutz.html"/>
|
||||
</url>
|
||||
</urlset>
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren