SEO: Drei Themen-Unterseiten (Loesungen) + Startseiten-Schaerfung

Sichtbarer Content fuer gewinnbare Keyword-Cluster, breites OSINT-Positioning:

- Neue Loesungsseiten (DE+EN, je eigenes Schema Service+Breadcrumb+FAQPage):
  - OSINT- & Lagebild-Software / OSINT & Situational Awareness Software
  - Desinformationsmonitoring & FIMI / Disinformation Monitoring & FIMI
  - Social-Media- & Krisenmonitoring fuer Behoerden / ... for Government
- Startseite DE+EN: Hero-Tagline um "OSINT-Software" geschaerft,
  Navigationspunkt Loesungen/Solutions + sichtbare Loesungs-Sektion mit
  interner Verlinkung zu den Unterseiten
- sitemap.xml: 6 neue URLs mit hreflang-Paaren
- llms.txt: Loesungen-Sektion ergaenzt
- Content faktenbasiert aus bestehendem Material, keine erfundenen Features

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
claude-dev
2026-06-19 22:50:19 +02:00
Ursprung dcd65616c5
Commit 8bffb169e0
10 geänderte Dateien mit 1815 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -282,6 +282,7 @@
</a>
<ul class="nav-menu">
<li><a href="#features">Features</a></li>
<li><a href="#solutions">Solutions</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>
@@ -304,6 +305,7 @@
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#solutions">Solutions</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>
@@ -323,7 +325,7 @@
<div class="hero-content">
<div class="hero-brand">
<h1 class="hero-title">AegisSight Monitor</h1>
<p class="hero-tagline">AI-powered real-time situation reports from open sources, <span class="gold">fully automated.</span></p>
<p class="hero-tagline">The OSINT software for AI-powered real-time situation reports from open sources, <span class="gold">fully automated.</span></p>
</div>
<div class="hero-slider" role="region" aria-label="Product highlights" aria-live="polite">
@@ -413,6 +415,41 @@
</div>
</section>
<!-- Solutions / Use cases -->
<style>
#solutions .loesungen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 8px; }
#solutions .loesung-card { display: block; background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 26px 28px; text-decoration: none; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
#solutions .loesung-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(10,24,50,0.12); }
#solutions .loesung-card h3 { color: var(--navy); font-size: 1.2rem; margin: 0 0 10px; }
#solutions .loesung-card p { color: var(--text-light); font-size: 0.97rem; line-height: 1.6; margin: 0 0 14px; }
#solutions .loesung-more { color: var(--gold-dark); font-weight: 600; font-size: 0.95rem; }
#solutions .loesung-card:hover .loesung-more { color: var(--gold); }
#solutions .loesungen-intro { text-align: center; max-width: 680px; margin: 0 auto 2.5rem; color: var(--text-light); line-height: 1.7; }
</style>
<section class="section section-base" id="solutions">
<div class="container">
<h2 class="section-title">Solutions for your field of use</h2>
<p class="loesungen-intro">AegisSight covers different OSINT use cases – from automated situational analysis and disinformation monitoring to crisis monitoring for government.</p>
<div class="loesungen-grid">
<a class="loesung-card" href="/en/solutions/osint-situational-awareness-software/">
<h3>OSINT &amp; Situational Awareness Software</h3>
<p>Automatically evaluate hundreds of open sources and turn them into structured real-time situation reports.</p>
<span class="loesung-more">Learn more &rsaquo;</span>
</a>
<a class="loesung-card" href="/en/solutions/disinformation-monitoring/">
<h3>Disinformation Monitoring &amp; FIMI</h3>
<p>Detect manipulation and foreign interference early – with fact-checking and source assessment.</p>
<span class="loesung-more">Learn more &rsaquo;</span>
</a>
<a class="loesung-card" href="/en/solutions/social-media-monitoring-government/">
<h3>Social Media &amp; Crisis Monitoring</h3>
<p>Provide crisis teams with an automatically updated situation report from social media and open sources.</p>
<span class="loesung-more">Learn more &rsaquo;</span>
</a>
</div>
</div>
</section>
<!-- Features -->
<section class="section section-dark" id="features">
<div class="container">