SEO & Crawler:
- robots.txt, llms.txt, sitemap.xml (508 Seiten bei Google)
- SSR-Seiten: /info, /wiki/rassen, /wiki/rasse/{slug}, /knigge
- Open Graph, JSON-LD, Breadcrumbs in index.html
Navigation:
- Training unter "Mein Hund", Wissen collapsible
- Welcome-Seite und Landing-Page auf 5-Gruppen-Struktur
Wiki:
- KI-Anreicherung (Claude API): beschreibung, vorkommen_de, Steckbrief
- "So einen hab ich" / Züchter-Verzeichnis
- Scheduler: 50 Rassen beim Start, 20/Nacht
Training:
- Session-Logging (Erfolgsquote, Stimmung, Zufriedenheit)
- Virtueller KI-Trainer (6h-Cache)
- Trainingskalender (Habit-Tracker)
- Top-Training → automatischer Tagebucheintrag
- Gamification ohne Druck: Badges, Streak, Stats
Fortschritts-Lober:
- Jeden Montag 09:00: Claude schreibt Lob-Text pro Hund
- Push + Karte im Tagebuch
Monitoring:
- 4× täglich Status-Mail mit Scheduler-Status + Wiki-Fortschritt
717 lines
26 KiB
HTML
717 lines
26 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ban Yaro — Die deutschsprachige Hunde-Plattform</title>
|
|
<meta name="description" content="Ban Yaro ist die kostenlose All-in-One Hunde-App für Deutschland, Österreich und die Schweiz. Tagebuch, Impfpass, Giftköder-Alarm, Gassi-Community, Hundesitting — DSGVO-konform, ohne App Store.">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="canonical" href="https://banyaro.app/info">
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Ban Yaro — Die deutschsprachige Hunde-Plattform">
|
|
<meta property="og:description" content="Alles rund um deinen Hund — Tagebuch, Impfpass, Giftköder-Alarm, Gassi-Community, Hundesitting. Kostenlos, DSGVO-konform, ohne App Store.">
|
|
<meta property="og:url" content="https://banyaro.app/info">
|
|
<meta property="og:image" content="https://banyaro.app/icons/icon-512.png">
|
|
<meta property="og:locale" content="de_DE">
|
|
<meta property="og:site_name" content="Ban Yaro">
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Ban Yaro — Die deutschsprachige Hunde-Plattform">
|
|
<meta name="twitter:description" content="Alles rund um deinen Hund — Tagebuch, Impfpass, Giftköder-Alarm, Gassi-Community. Kostenlos, DSGVO-konform.">
|
|
<meta name="twitter:image" content="https://banyaro.app/icons/icon-512.png">
|
|
|
|
<!-- Structured Data -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "MobileApplication",
|
|
"name": "Ban Yaro",
|
|
"alternateName": "Ban Yaro — Die Hunde-Plattform",
|
|
"description": "Ban Yaro ist die kostenlose, deutschsprachige All-in-One Hunde-App. Digitales Tagebuch, Impfpass, Giftköder-Alarm, Gassi-Community, Hundesitting und mehr — DSGVO-konform, ohne App Store.",
|
|
"url": "https://banyaro.app",
|
|
"applicationCategory": "LifestyleApplication",
|
|
"applicationSubCategory": "PetApplication",
|
|
"operatingSystem": "iOS, Android, Web",
|
|
"inLanguage": "de",
|
|
"availableOnDevice": "Smartphone, Tablet",
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "EUR",
|
|
"availability": "https://schema.org/InStock"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "Ban Yaro",
|
|
"url": "https://banyaro.app"
|
|
},
|
|
"featureList": [
|
|
"Digitales Hunde-Tagebuch mit Fotos und GPS",
|
|
"Digitaler Impfpass und Gesundheitsakte",
|
|
"Giftköder-Alarm mit Push-Benachrichtigungen",
|
|
"Gassi-Community und GPS-Routen",
|
|
"Hundesitting-Vermittlung",
|
|
"NFC-Halsband-Tags",
|
|
"Hunde-Wiki mit Rassendatenbank",
|
|
"Verlorener Hund Alarm",
|
|
"Forum für Hundebesitzer",
|
|
"Offline-Modus via Service Worker"
|
|
],
|
|
"screenshot": "https://banyaro.app/icons/icon-512.png",
|
|
"softwareVersion": "2.0",
|
|
"datePublished": "2026-04-01",
|
|
"areaServed": ["DE", "AT", "CH"],
|
|
"audience": {
|
|
"@type": "Audience",
|
|
"audienceType": "Hundebesitzer, Hundeschulen, Tierärzte, Züchter"
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
|
|
|
:root {
|
|
--primary: #C4843A;
|
|
--primary-dark: #a86e2e;
|
|
--primary-light: #f5e6d3;
|
|
--text: #1a1a1a;
|
|
--text-secondary: #555;
|
|
--text-muted: #888;
|
|
--bg: #FAF7F2;
|
|
--surface: #fff;
|
|
--border: #e8ddd0;
|
|
--radius: 12px;
|
|
}
|
|
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
line-height: 1.6;
|
|
}
|
|
|
|
a { color: var(--primary); text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
|
|
.container { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }
|
|
|
|
/* Header */
|
|
header {
|
|
background: linear-gradient(135deg, #C4843A 0%, #e8a857 100%);
|
|
color: white;
|
|
padding: 3rem 0 4rem;
|
|
text-align: center;
|
|
}
|
|
.header-logo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.header-logo img {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 14px;
|
|
box-shadow: 0 4px 20px rgba(0,0,0,.2);
|
|
}
|
|
.header-logo .logo-name {
|
|
font-size: 2rem;
|
|
font-weight: 800;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
header h1 {
|
|
font-size: clamp(1.5rem, 4vw, 2.5rem);
|
|
font-weight: 700;
|
|
margin-bottom: 1rem;
|
|
line-height: 1.2;
|
|
}
|
|
header p {
|
|
font-size: 1.15rem;
|
|
opacity: 0.92;
|
|
max-width: 600px;
|
|
margin: 0 auto 2rem;
|
|
}
|
|
.header-badges {
|
|
display: flex;
|
|
gap: 0.75rem;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.badge {
|
|
background: rgba(255,255,255,.2);
|
|
border: 1px solid rgba(255,255,255,.4);
|
|
border-radius: 999px;
|
|
padding: 0.4rem 1rem;
|
|
font-size: 0.85rem;
|
|
font-weight: 600;
|
|
}
|
|
.cta-btn {
|
|
display: inline-block;
|
|
background: white;
|
|
color: var(--primary-dark);
|
|
font-weight: 700;
|
|
font-size: 1.1rem;
|
|
padding: 0.85rem 2.5rem;
|
|
border-radius: 999px;
|
|
margin-top: 2rem;
|
|
box-shadow: 0 4px 20px rgba(0,0,0,.15);
|
|
transition: transform 0.15s, box-shadow 0.15s;
|
|
}
|
|
.cta-btn:hover {
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 6px 28px rgba(0,0,0,.2);
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Nav */
|
|
nav {
|
|
background: white;
|
|
border-bottom: 1px solid var(--border);
|
|
padding: 0.75rem 0;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
nav .container {
|
|
display: flex;
|
|
gap: 1.5rem;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
nav a {
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
color: var(--text-secondary);
|
|
}
|
|
nav a:hover { color: var(--primary); text-decoration: none; }
|
|
nav .nav-brand {
|
|
font-weight: 800;
|
|
color: var(--primary);
|
|
margin-right: auto;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
/* Sections */
|
|
section { padding: 4rem 0; }
|
|
section:nth-child(even) { background: white; }
|
|
h2 {
|
|
font-size: clamp(1.4rem, 3vw, 2rem);
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.section-intro {
|
|
color: var(--text-secondary);
|
|
font-size: 1.05rem;
|
|
margin-bottom: 2.5rem;
|
|
max-width: 600px;
|
|
}
|
|
|
|
/* Feature Groups */
|
|
.feature-group { margin-bottom: 2.5rem; }
|
|
.feature-group-label {
|
|
font-size: 0.72rem;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.1em;
|
|
color: var(--primary-dark);
|
|
background: var(--primary-light);
|
|
display: inline-block;
|
|
padding: 0.25rem 0.75rem;
|
|
border-radius: 999px;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.feature-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
|
gap: 1rem;
|
|
}
|
|
.feature-card {
|
|
background: var(--surface);
|
|
border: 1px solid var(--border);
|
|
border-radius: var(--radius);
|
|
padding: 1.25rem 1.5rem;
|
|
display: flex;
|
|
gap: 1rem;
|
|
align-items: flex-start;
|
|
}
|
|
section:nth-child(even) .feature-card { background: var(--bg); }
|
|
.feature-icon {
|
|
font-size: 1.6rem;
|
|
flex-shrink: 0;
|
|
margin-top: 0.1rem;
|
|
}
|
|
.feature-card h3 {
|
|
font-size: 0.95rem;
|
|
font-weight: 700;
|
|
margin-bottom: 0.25rem;
|
|
color: var(--text);
|
|
}
|
|
.feature-card p {
|
|
font-size: 0.85rem;
|
|
color: var(--text-secondary);
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
}
|
|
.feature-tag {
|
|
display: inline-block;
|
|
background: var(--primary-light);
|
|
color: var(--primary-dark);
|
|
font-size: 0.68rem;
|
|
font-weight: 700;
|
|
padding: 0.15rem 0.5rem;
|
|
border-radius: 999px;
|
|
margin-top: 0.4rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.04em;
|
|
}
|
|
|
|
/* Comparison Table */
|
|
.table-wrap { overflow-x: auto; margin-top: 2rem; }
|
|
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 500px; }
|
|
th {
|
|
background: var(--primary);
|
|
color: white;
|
|
font-weight: 600;
|
|
padding: 0.75rem 1rem;
|
|
text-align: left;
|
|
}
|
|
th:first-child { border-radius: var(--radius) 0 0 0; }
|
|
th:last-child { border-radius: 0 var(--radius) 0 0; }
|
|
td { padding: 0.7rem 1rem; border-bottom: 1px solid var(--border); }
|
|
tr:last-child td { border-bottom: none; }
|
|
tr:nth-child(even) td { background: var(--bg); }
|
|
.check { color: #16a34a; font-weight: 700; }
|
|
.cross { color: #dc2626; }
|
|
|
|
/* Pricing */
|
|
.pricing-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
|
gap: 1.5rem;
|
|
margin-top: 2rem;
|
|
}
|
|
.pricing-card {
|
|
border: 2px solid var(--border);
|
|
border-radius: var(--radius);
|
|
padding: 2rem 1.5rem;
|
|
background: white;
|
|
}
|
|
.pricing-card.featured {
|
|
border-color: var(--primary);
|
|
position: relative;
|
|
}
|
|
.pricing-card.featured::before {
|
|
content: "Empfohlen";
|
|
position: absolute;
|
|
top: -12px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background: var(--primary);
|
|
color: white;
|
|
font-size: 0.75rem;
|
|
font-weight: 700;
|
|
padding: 0.25rem 0.75rem;
|
|
border-radius: 999px;
|
|
}
|
|
.pricing-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.25rem; }
|
|
.pricing-price { font-size: 2rem; font-weight: 800; color: var(--primary); margin: 0.75rem 0; }
|
|
.pricing-price span { font-size: 1rem; font-weight: 400; color: var(--text-muted); }
|
|
.pricing-card ul { list-style: none; margin-top: 1rem; }
|
|
.pricing-card ul li { padding: 0.35rem 0; font-size: 0.9rem; color: var(--text-secondary); }
|
|
.pricing-card ul li::before { content: "✓ "; color: #16a34a; font-weight: 700; }
|
|
|
|
/* USP Strip */
|
|
.usp-strip {
|
|
display: flex;
|
|
gap: 2rem;
|
|
flex-wrap: wrap;
|
|
margin-top: 2rem;
|
|
}
|
|
.usp-item { display: flex; align-items: flex-start; gap: 0.75rem; }
|
|
.usp-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
|
|
.usp-item h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.2rem; }
|
|
.usp-item p { font-size: 0.85rem; color: var(--text-secondary); }
|
|
|
|
/* Footer */
|
|
footer {
|
|
background: #1a1a1a;
|
|
color: #aaa;
|
|
padding: 2.5rem 0;
|
|
text-align: center;
|
|
font-size: 0.85rem;
|
|
}
|
|
footer a { color: var(--primary); }
|
|
footer .footer-links { margin-top: 0.75rem; display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<div class="container">
|
|
<div class="header-logo">
|
|
<img src="/icons/icon-180.png" alt="Ban Yaro App Icon">
|
|
<span class="logo-name">Ban Yaro</span>
|
|
</div>
|
|
<h1>Die deutschsprachige Hunde-Plattform</h1>
|
|
<p>Alles rund um deinen Hund — von Welpe bis Opa. Kostenlos, DSGVO-konform, ohne App Store.</p>
|
|
<div class="header-badges">
|
|
<span class="badge">Kostenlos nutzbar</span>
|
|
<span class="badge">DSGVO-konform</span>
|
|
<span class="badge">Kein App Store nötig</span>
|
|
<span class="badge">Made in Germany</span>
|
|
<span class="badge">Offline-fähig</span>
|
|
</div>
|
|
<a href="/" class="cta-btn">Jetzt kostenlos starten</a>
|
|
</div>
|
|
</header>
|
|
|
|
<nav>
|
|
<div class="container">
|
|
<span class="nav-brand">Ban Yaro</span>
|
|
<a href="#funktionen">Funktionen</a>
|
|
<a href="#vergleich">Vergleich</a>
|
|
<a href="#preise">Preise</a>
|
|
<a href="#warum">Warum Ban Yaro?</a>
|
|
<a href="/wiki/rassen">Rassen-Wiki</a>
|
|
<a href="/knigge">Knigge</a>
|
|
<a href="/">App öffnen</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<section id="funktionen">
|
|
<div class="container">
|
|
<h2>Alles für Hundebesitzer in einer App</h2>
|
|
<p class="section-intro">Ban Yaro vereint alle wichtigen Hunde-Tools — ohne Werbung, ohne Datenweitergabe an US-Konzerne, ohne monatliche Pflichtkosten.</p>
|
|
|
|
<div class="feature-group">
|
|
<div class="feature-group-label">Mein Hund</div>
|
|
<div class="feature-grid">
|
|
<div class="feature-card">
|
|
<span class="feature-icon">📓</span>
|
|
<div><h3>Tagebuch</h3><p>Fotos, Videos, Texte und GPS-Orte — alle Momente mit deinem Hund. Kategorien wie Spaziergänge, Meilensteine, Lustiges.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">💉</span>
|
|
<div><h3>Gesundheit & Impfpass</h3><p>Impfungen, Tierarztbesuche, Medikamente digital verwalten. Automatische Erinnerungen per Push-Notification.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🎯</span>
|
|
<div><h3>Training & Übungen</h3><p>Tägliches Trainings-Tagebuch, Übungen und Pläne. KI-gestützte Mustererkennung — wann lernt dein Hund am besten?</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🏥</span>
|
|
<div><h3>Symptom-Checker</h3><p>KI-gestützte Ersteinschätzung: beobachten, Tierarzt oder Notfall? Orientierung wann es wirklich dringend ist.</p><span class="feature-tag">Plus</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">📄</span>
|
|
<div><h3>Digitaler Heimtierausweis</h3><p>Alle Gesundheitsdaten als druckbares Dokument — für Tierarzt, Tierpension oder Auslandsreise.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🆔</span>
|
|
<div><h3>NFC-Halsband-Tags</h3><p>Öffentliche Profilseite für jeden Hund. Finder kontaktiert dich anonym — ohne deine Nummer preiszugeben.</p><span class="feature-tag">Kostenlos + Shop</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="feature-group">
|
|
<div class="feature-group-label">Entdecken</div>
|
|
<div class="feature-grid">
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🗺️</span>
|
|
<div><h3>Karte & Umgebung</h3><p>Interaktive Karte mit Giftköder-Meldungen, Gassi-Treffen, Routen und hundefreundlichen Orten in der Nähe.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🐾</span>
|
|
<div><h3>GPS-Routen</h3><p>Routen aufzeichnen, teilen und bewerten — Untergrund, Schatten, Leinenpflicht, Sicherheit.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">📅</span>
|
|
<div><h3>Events & Turniere</h3><p>Agility-Turniere, Hundeausstellungen und lokale Veranstaltungen in deiner Region.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">📍</span>
|
|
<div><h3>Hundefreundliche Orte</h3><p>Crowd-sourced Datenbank: Restaurants, Cafés, Parks, Geschäfte — mit echten Bewertungen von Hundebesitzern.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="feature-group">
|
|
<div class="feature-group-label">Community</div>
|
|
<div class="feature-grid">
|
|
<div class="feature-card">
|
|
<span class="feature-icon">⚠️</span>
|
|
<div><h3>Giftköder-Alarm</h3><p>Meldungen mit GPS und Foto. Alle Nutzer im Umkreis bekommen sofort eine Push-Benachrichtigung.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🚨</span>
|
|
<div><h3>Verlorener Hund</h3><p>Sofortalarm für alle Nutzer in der Nähe — mit Foto, letzter GPS-Position und direktem Kontakt.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🐕</span>
|
|
<div><h3>Gassi-Treffen</h3><p>Spontane oder geplante Gassi-Treffen erstellen und finden. Mit Hunde-Profilen der Teilnehmer.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🏠</span>
|
|
<div><h3>Hundesitting</h3><p>Vertrauenswürdige Sitter finden — nur 8% Provision statt 20% bei Rover oder Pawshake.</p><span class="feature-tag">8% Provision</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">💬</span>
|
|
<div><h3>Forum</h3><p>Rassen-basierte Foren, KI-Zusammenfassungen langer Threads, Experten-Badge für Tierärzte und Trainer.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="feature-group">
|
|
<div class="feature-group-label">Wissen</div>
|
|
<div class="feature-grid">
|
|
<div class="feature-card">
|
|
<span class="feature-icon">📚</span>
|
|
<div><h3><a href="/wiki/rassen">Hunde-Wiki</a></h3><p>Rassendatenbank mit Charakter, Gesundheit, Pflege. "Passt diese Rasse zu mir?" Quiz für angehende Hundebesitzer.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🤝</span>
|
|
<div><h3><a href="/knigge">Hunde-Knigge</a></h3><p>Begegnungen mit fremden Hunden, Kindern, Radfahrern. ÖPNV-Regeln, Leinenpflicht, Haftpflicht.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🎬</span>
|
|
<div><h3>Hundefilme</h3><p>Filmdatenbank mit der wichtigsten Frage: "Stirbt der Hund?" Nie wieder unvorbereitet in einen Film stolpern.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
<div class="feature-card">
|
|
<span class="feature-icon">🩹</span>
|
|
<div><h3>Erste Hilfe</h3><p>Notfallratgeber für häufige Situationen — Vergiftung, Wunden, Hitzschlag. Mit klaren Handlungsschritten.</p><span class="feature-tag">Kostenlos</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<section id="vergleich">
|
|
<div class="container">
|
|
<h2>Ban Yaro vs. Konkurrenz</h2>
|
|
<p class="section-intro">Andere Apps decken einzelne Bereiche ab — Ban Yaro vereint alles in einer DSGVO-konformen Plattform ohne US-Datenweitergabe.</p>
|
|
<div class="table-wrap">
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Funktion</th>
|
|
<th>Ban Yaro</th>
|
|
<th>Dogorama</th>
|
|
<th>Tractive</th>
|
|
<th>PetDesk</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Kostenlos nutzbar</td>
|
|
<td class="check">✓ Ja</td>
|
|
<td>Begrenzt</td>
|
|
<td class="cross">✗ Abo</td>
|
|
<td class="cross">✗ Nein</td>
|
|
</tr>
|
|
<tr>
|
|
<td>DSGVO / EU-Hosting</td>
|
|
<td class="check">✓ Ja</td>
|
|
<td class="cross">✗ Nein</td>
|
|
<td>Teilweise</td>
|
|
<td class="cross">✗ USA</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Kein App Store nötig</td>
|
|
<td class="check">✓ PWA</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Giftköder-Alarm</td>
|
|
<td class="check">✓</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Digitaler Impfpass</td>
|
|
<td class="check">✓</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Gassi-Community</td>
|
|
<td class="check">✓</td>
|
|
<td class="check">✓</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Hundesitting</td>
|
|
<td class="check">✓ (8%)</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>NFC-Halsband-Tag</td>
|
|
<td class="check">✓</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Verlorener Hund Alarm</td>
|
|
<td class="check">✓</td>
|
|
<td class="check">✓</td>
|
|
<td class="check">✓ (GPS)</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Rassen-Wiki</td>
|
|
<td class="check">✓</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Offline-Modus</td>
|
|
<td class="check">✓</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
<td class="cross">✗</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="preise">
|
|
<div class="container">
|
|
<h2>Preise</h2>
|
|
<p class="section-intro">Ban Yaro ist kostenlos nutzbar — für immer. Ban Yaro Plus erweitert die Möglichkeiten für engagierte Hundebesitzer.</p>
|
|
<div class="pricing-grid">
|
|
<div class="pricing-card">
|
|
<h3>Kostenlos</h3>
|
|
<div class="pricing-price">0 € <span>/ Monat</span></div>
|
|
<ul>
|
|
<li>1 Hunde-Profil</li>
|
|
<li>Tagebuch (unbegrenzte Einträge)</li>
|
|
<li>Giftköder-Alarm</li>
|
|
<li>Verlorener Hund Alarm</li>
|
|
<li>Wiki & Knigge</li>
|
|
<li>Forum & Community</li>
|
|
<li>Gassi-Treffen & Routen</li>
|
|
<li>NFC-Halsband-Profil</li>
|
|
<li>Heimtierausweis (Druck)</li>
|
|
</ul>
|
|
</div>
|
|
<div class="pricing-card featured">
|
|
<h3>Ban Yaro Plus</h3>
|
|
<div class="pricing-price">4,99 € <span>/ Monat</span></div>
|
|
<ul>
|
|
<li>Alles aus Kostenlos</li>
|
|
<li>Unbegrenzte Hunde-Profile</li>
|
|
<li>Tagebuch-Export (PDF/Fotobuch)</li>
|
|
<li>Jahresrückblick</li>
|
|
<li>Symptom-Checker unlimitiert</li>
|
|
<li>Futter-Barcode Scanner</li>
|
|
<li>EU-Reisepass Checkliste</li>
|
|
<li>KI-Erziehungsassistent</li>
|
|
<li>Smart Collar Integration</li>
|
|
</ul>
|
|
</div>
|
|
<div class="pricing-card">
|
|
<h3>NFC-Tags</h3>
|
|
<div class="pricing-price">ab 6 €</div>
|
|
<ul>
|
|
<li>Physisches NFC-Tag für Halsband</li>
|
|
<li>Scan → öffentliches Hunde-Profil</li>
|
|
<li>"Gefunden"-Benachrichtigung</li>
|
|
<li>Anonymer Kontakt ohne Telefon</li>
|
|
<li>Wetter- und kratzfest</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="warum">
|
|
<div class="container">
|
|
<h2>Warum Ban Yaro?</h2>
|
|
<p class="section-intro">Ban Yaro wurde von Hundebesitzern für Hundebesitzer entwickelt — mit einem klaren Standpunkt zu Datenschutz und Fairness.</p>
|
|
<div class="usp-strip">
|
|
<div class="usp-item">
|
|
<span class="usp-icon">🇩🇪</span>
|
|
<div>
|
|
<h3>Deutsche Plattform</h3>
|
|
<p>Hosting in Deutschland, deutschsprachiger Support, auf DACH-Nutzer zugeschnitten.</p>
|
|
</div>
|
|
</div>
|
|
<div class="usp-item">
|
|
<span class="usp-icon">🔒</span>
|
|
<div>
|
|
<h3>DSGVO-konform</h3>
|
|
<p>Keine Datenweitergabe an US-Konzerne. Cookielose Analytics (Umami). Transparente Datennutzung.</p>
|
|
</div>
|
|
</div>
|
|
<div class="usp-item">
|
|
<span class="usp-icon">📱</span>
|
|
<div>
|
|
<h3>Kein App Store</h3>
|
|
<p>Als Progressive Web App direkt über den Browser installierbar — auf iOS und Android. Sofort updatebar.</p>
|
|
</div>
|
|
</div>
|
|
<div class="usp-item">
|
|
<span class="usp-icon">📡</span>
|
|
<div>
|
|
<h3>Offline-fähig</h3>
|
|
<p>Service Worker sorgt dafür dass die App auch ohne Internet funktioniert — beim Gassi gehen in der Natur.</p>
|
|
</div>
|
|
</div>
|
|
<div class="usp-item">
|
|
<span class="usp-icon">💸</span>
|
|
<div>
|
|
<h3>Faire Provision</h3>
|
|
<p>Hundesitting nur 8% Provision — Rover und Pawshake nehmen 20%. Mehr Geld bleibt beim Sitter.</p>
|
|
</div>
|
|
</div>
|
|
<div class="usp-item">
|
|
<span class="usp-icon">🗺️</span>
|
|
<div>
|
|
<h3>OpenStreetMap</h3>
|
|
<p>Karten von OpenStreetMap statt Google — keine Tracking-Cookies, kein API-Lock-in, günstiger für alle.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="container" style="text-align:center">
|
|
<h2>Jetzt kostenlos starten</h2>
|
|
<p class="section-intro" style="margin:1rem auto 2rem">Einfach banyaro.app im Browser öffnen und "Zum Homescreen hinzufügen" — fertig. Kein App Store, keine Kreditkarte.</p>
|
|
<a href="/" class="cta-btn" style="background:var(--primary);color:white;box-shadow:0 4px 20px rgba(196,132,58,.4)">Ban Yaro öffnen</a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p><strong style="color:white">Ban Yaro</strong> — Die deutschsprachige Hunde-Plattform</p>
|
|
<p style="margin-top:0.5rem">banyaro.app · banyaro.de · DSGVO-konform · Hosting in Deutschland</p>
|
|
<div class="footer-links">
|
|
<a href="/">App öffnen</a>
|
|
<a href="/info">Über Ban Yaro</a>
|
|
<a href="/api/wiki/rassen">Hunde-Rassen</a>
|
|
<a href="/api/events">Events</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|